Schroedinger Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#define SCHRO_SUBBAND_IS_HORIZONTALLY_ORIENTED(position) #define SCHRO_SUBBAND_IS_VERTICALLY_ORIENTED(position) #define SCHRO_SUBBAND_SHIFT (position) void schro_subband_get_frame_data (SchroFrameData *dest
,SchroFrame *frame
,int component
,int position
,SchroParams *params
); int schro_subband_get_position (int index
);
#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
);