Public Attributes |
unsigned int | nbits |
void(* | low_pass_5_x_dec_x_manybits )(const int *src, const int w, const int h, int *dst, const int w2) |
void(* | low_pass_5_y_dec_y_manybits )(const int *src, const int w, const int h, int *dst, const int h2) |
void(* | low_pass_5_x_dec_x_fewbits )(const int *src, const int w, const int h, int *dst, const int w2) |
void(* | low_pass_5_y_dec_y_fewbits )(const int *src, const int w, const int h, int *dst, const int h2) |
void(* | low_pass_9_x_manybits )(const int *src, const int w, const int h, int *dst) |
void(* | low_pass_9_y_manybits )(const int *src, const int w, const int h, int *dst) |
void(* | low_pass_9_x_fewbits )(const int *src, const int w, const int h, int *dst) |
void(* | low_pass_9_y_fewbits )(const int *src, const int w, const int h, int *dst) |
void(* | x_filter_clean_manybits )(const int *src, const int w, const int h, const int *hf_flipped, const int hfs, const int shiftbits, int *dst) |
void(* | x_filter_clean_fewbits )(const int *src, const int w, const int h, const int *hf_flipped, const int hfs, const int shiftbits, int *dst) |
void(* | x_filter_clean_small_manybits )(const int *src, const int w, const int h, const int *hf_flipped, const int hfs, const int shiftbits, int *dst) |
void(* | x_filter_clean_small_fewbits )(const int *src, const int w, const int h, const int *hf_flipped, const int hfs, const int shiftbits, int *dst) |
void(* | y_filter_clean_manybits )(const int *src, const int w, const int h, const int *vf_flipped, const int vfs, const int shiftbits, int *dst) |
void(* | y_filter_clean_fewbits )(const int *src, const int w, const int h, const int *vf_flipped, const int vfs, const int shiftbits, int *dst) |
void(* | y_filter_clean_small_manybits )(const int *src, const int w, const int h, const int *vf_flipped, const int vfs, const int shiftbits, int *dst) |
void(* | y_filter_clean_small_fewbits )(const int *src, const int w, const int h, const int *vf_flipped, const int vfs, const int shiftbits, int *dst) |