Searched refs:ff_spatial_idwt (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ |
H A D | snowenc.c | 59 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 D | snow_dwt.h | 120 void ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height,
|
H A D | snow_dwt.c | 731 void ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height, in ff_spatial_idwt() function
|
H A D | snowenc.c | 1551 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