Searched refs:ff_spatial_dwt (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ |
D | snowenc.c | 54 …ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s… in main() 65 …ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s… in main() 134 …ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s… in main()
|
/third_party/ffmpeg/libavcodec/ |
D | snow_dwt.h | 114 void ff_spatial_dwt(int *buffer, int *temp, int width, int height, int stride,
|
D | snow_dwt.c | 319 void ff_spatial_dwt(DWTELEM *buffer, DWTELEM *temp, int width, int height, in ff_spatial_dwt() function 790 ff_spatial_dwt(tmp, tmp2, w, h, 32, type, dec_count); in w_c()
|
D | snowenc.c | 1795 …ff_spatial_dwt(s->spatial_dwt_buffer, s->temp_dwt_buffer, w, h, w, s->spatial_decomposition_type, … in encode_frame()
|