Home
last modified time | relevance | path

Searched refs:temp_idwt_buffer (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/tests/
H A Dsnowenc.c43 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 Dsnow.c494 !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 Dsnow.h151 IDWTELEM *temp_idwt_buffer; member
H A Dsnowdec.c589 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 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 8 milliseconds