Searched refs:temp_idwt_buffer (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ |
H A D | snowenc.c | 43 s.temp_idwt_buffer = av_calloc(width, sizeof(*s.temp_idwt_buffer)); in main() 45 if (!s.temp_dwt_buffer || !s.temp_idwt_buffer) { in main() 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.c | 494 !FF_ALLOCZ_TYPED_ARRAY(s->temp_idwt_buffer, width) || in ff_snow_common_init() 704 av_freep(&s->temp_idwt_buffer); in ff_snow_common_end()
|
H A D | snow.h | 151 IDWTELEM *temp_idwt_buffer; member
|
H A D | snowdec.c | 589 ff_spatial_idwt_buffered_slice(&s->dwt, cs, &s->sb, s->temp_idwt_buffer, w, h, 1, s->spatial_decomposition_type, s->spatial_decomposition_count, yd); in decode_frame()
|
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 8 milliseconds