Searched refs:post_proc_buffer_int (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyxc_int.h91 YV12_BUFFER_CONFIG post_proc_buffer_int; member in struct:VP8Common
H A Dalloccommon.c30 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer_int);
H A Dpostproc.c743 /* Allocate post_proc_buffer_int if needed */
751 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer_int,
761 vpx_memset((&oci->post_proc_buffer_int)->buffer_alloc,128,(&oci->post_proc_buffer)->frame_size);
778 vp8_yv12_copy_frame(&oci->post_proc_buffer, &oci->post_proc_buffer_int);
781 vp8_deblock(oci, &oci->post_proc_buffer_int, &oci->post_proc_buffer,
788 vp8_deblock(oci, &oci->post_proc_buffer_int, &oci->post_proc_buffer,

Completed in 39 milliseconds