Searched refs:ff_spatial_dwt (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ |
H A D | snowenc.c | 56 ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count); in main() 72 ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count); in main() 136 ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count); in main()
|
/third_party/ffmpeg/libavcodec/ |
H A D | snow_dwt.h | 110 void ff_spatial_dwt(int *buffer, int *temp, int width, int height, int stride,
|
H A 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()
|
H A D | snowenc.c | 1770 ff_spatial_dwt(s->spatial_dwt_buffer, s->temp_dwt_buffer, w, h, w, s->spatial_decomposition_type, s->spatial_decomposition_count); in encode_frame()
|
Completed in 6 milliseconds