Home
last modified time | relevance | path

Searched refs:ff_spatial_dwt (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/tests/
Dsnowenc.c54ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s… in main()
65ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s… in main()
134ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s… in main()
/third_party/ffmpeg/libavcodec/
Dsnow_dwt.h114 void ff_spatial_dwt(int *buffer, int *temp, int width, int height, int stride,
Dsnow_dwt.c319 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()
Dsnowenc.c1795ff_spatial_dwt(s->spatial_dwt_buffer, s->temp_dwt_buffer, w, h, w, s->spatial_decomposition_type, … in encode_frame()