Home
last modified time | relevance | path

Searched defs:decomposition_count (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddirac_dwt.c35 ff_spatial_idwt_init(DWTContext *d, DWTPlane *p, enum dwt_type type, int decomposition_count, int bit_depth) ff_spatial_idwt_init() argument
H A Ddirac_dwt.h60 int decomposition_count; member
H A Dsnow_dwt.c319 ff_spatial_dwt(DWTELEM *buffer, DWTELEM *temp, int width, int height, int stride, int type, int decomposition_count) ff_spatial_dwt() argument
639 ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *sb, int width, int height, int stride_line, int type, int decomposition_count) ff_spatial_idwt_buffered_init() argument
658 ff_spatial_idwt_buffered_slice(SnowDWTContext *dsp, DWTCompose *cs, slice_buffer *slice_buf, IDWTELEM *temp, int width, int height, int stride_line, int type, int decomposition_count, int y) ff_spatial_idwt_buffered_slice() argument
687 spatial_idwt_init(DWTCompose *cs, IDWTELEM *buffer, int width, int height, int stride, int type, int decomposition_count) spatial_idwt_init() argument
706 spatial_idwt_slice(DWTCompose *cs, IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride, int type, int decomposition_count, int y) spatial_idwt_slice() argument
731 ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride, int type, int decomposition_count) ff_spatial_idwt() argument
[all...]

Completed in 3 milliseconds