Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/tests/
H A Dsnowenc.c56 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 Dsnow_dwt.h110 void ff_spatial_dwt(int *buffer, int *temp, int width, int height, int stride,
H A 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()
H A Dsnowenc.c1770 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