Searched refs:temp_dwt_buffer (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ |
H A D | snowenc.c | 42 s.temp_dwt_buffer = av_calloc(width, sizeof(*s.temp_dwt_buffer)); in main() 45 if (!s.temp_dwt_buffer || !s.temp_idwt_buffer) { in main() 56 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 D | snow.c | 493 !FF_ALLOCZ_TYPED_ARRAY(s->temp_dwt_buffer, width) || in ff_snow_common_init() 702 av_freep(&s->temp_dwt_buffer); in ff_snow_common_end()
|
H A D | snow.h | 149 DWTELEM *temp_dwt_buffer; member
|
H A D | snowenc.c | 1770 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 7 milliseconds