Home
last modified time | relevance | path

Searched refs:vp8_yv12_de_alloc_frame_buffer (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dalloccommon.c23 vp8_yv12_de_alloc_frame_buffer(&oci->yv12_fb[i]); in vp8_de_alloc_frame_buffers()
26 vp8_yv12_de_alloc_frame_buffer(&oci->temp_scale_frame); in vp8_de_alloc_frame_buffers()
28 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer); in vp8_de_alloc_frame_buffers()
30 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer_int); in vp8_de_alloc_frame_buffers()
/external/libvpx/libvpx/test/
Dvpx_scale_test.h81 vp8_yv12_de_alloc_frame_buffer(&img_); in DeallocImages()
82 vp8_yv12_de_alloc_frame_buffer(&ref_img_); in DeallocImages()
83 vp8_yv12_de_alloc_frame_buffer(&dst_img_); in DeallocImages()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h73 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf);
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c31 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf) { in vp8_yv12_de_alloc_frame_buffer() function
122 vp8_yv12_de_alloc_frame_buffer(ybf); in vp8_yv12_alloc_frame_buffer()
/external/libvpx/libvpx/vp8/encoder/
Ddenoising.c463 vp8_yv12_de_alloc_frame_buffer(&denoiser->yv12_running_avg[i]); in vp8_denoiser_free()
465 vp8_yv12_de_alloc_frame_buffer(&denoiser->yv12_mc_running_avg); in vp8_denoiser_free()
466 vp8_yv12_de_alloc_frame_buffer(&denoiser->yv12_last_source); in vp8_denoiser_free()
Dlookahead.c44 vp8_yv12_de_alloc_frame_buffer(&ctx->buf[i].img); in vp8_lookahead_destroy()
Donyx_if.c430 vp8_yv12_de_alloc_frame_buffer(&cpi->pick_lf_lvl_frame); in dealloc_compressor_data()
431 vp8_yv12_de_alloc_frame_buffer(&cpi->scaled_source); in dealloc_compressor_data()
1116 vp8_yv12_de_alloc_frame_buffer(&cpi->alt_ref_buffer); in dealloc_raw_frame_buffers()