Top | ![]() |
![]() |
![]() |
![]() |
#define | SCHRO_SUBBAND_IS_HORIZONTALLY_ORIENTED() |
#define | SCHRO_SUBBAND_IS_VERTICALLY_ORIENTED() |
#define | SCHRO_SUBBAND_SHIFT() |
void | schro_subband_get_frame_data () |
int | schro_subband_get_position () |
#define SCHRO_SUBBAND_IS_HORIZONTALLY_ORIENTED(position) (((position)&3) == 2)
#define SCHRO_SUBBAND_IS_VERTICALLY_ORIENTED(position) (((position)&3) == 1)
void schro_subband_get_frame_data (SchroFrameData *dest
,SchroFrame *frame
,int component
,int position
,SchroParams *params
);