Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/tests/
H A Dsnowenc.c59 ff_spatial_idwt(obuffer, s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count); in main()
75 ff_spatial_idwt(obuffer, s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count); in main()
104 ff_spatial_idwt(obuffer, s.temp_idwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count); in main()
/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.h120 void ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height,
H A Dsnow_dwt.c731 void ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height, in ff_spatial_idwt() function
H A Dsnowenc.c1551 ff_spatial_idwt(s->spatial_idwt_buffer, s->temp_idwt_buffer, width, height, width, s->spatial_decomposition_type, s->spatial_decomposition_count); in calculate_visual_weight()
1809 ff_spatial_idwt(s->spatial_idwt_buffer, s->temp_idwt_buffer, w, h, w, s->spatial_decomposition_type, s->spatial_decomposition_count); in encode_frame()

Completed in 6 milliseconds