Searched refs:post_proc_buffer (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dpostproc.c761 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,
783 vp8_de_mblock(&oci->post_proc_buffer,
788 vp8_deblock(oci, &oci->post_proc_buffer_int, &oci->post_proc_buffer,
797 vp8_deblock(oci, oci->frame_to_show, &oci->post_proc_buffer,
799 vp8_de_mblock(&oci->post_proc_buffer, q + (deblock_level - 5) * 10);
805 vp8_deblock(oci, oci->frame_to_show, &oci->post_proc_buffer,
811 vp8_yv12_copy_frame(oci->frame_to_show, &oci->post_proc_buffer);
825 (oci->post_proc_buffer
[all...]
H A Dalloccommon.c28 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer);
102 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer, width, height, VP8BORDERINPIXELS) < 0)
107 vpx_memset(oci->post_proc_buffer.buffer_alloc, 128,
108 oci->post_proc_buffer.frame_size);
H A Donyxc_int.h90 YV12_BUFFER_CONFIG post_proc_buffer; member in struct:VP8Common
H A Dmfqe.c279 YV12_BUFFER_CONFIG *dest = &cm->post_proc_buffer;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_alloccommon.c102 vp9_free_frame_buffer(&cm->post_proc_buffer);
122 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
186 if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
H A Dvp9_onyxc_int.h104 YV12_BUFFER_CONFIG post_proc_buffer; member in struct:VP9Common
H A Dvp9_postproc.c612 YV12_BUFFER_CONFIG *const ppbuf = &cm->post_proc_buffer;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c3255 YV12_BUFFER_CONFIG *pp = &cm->post_proc_buffer;
3270 vp9_deblock(cm->frame_to_show, &cm->post_proc_buffer,
3289 frame_ssim2 = vp9_calc_ssim(orig, &cm->post_proc_buffer, 1, &weight);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c5302 YV12_BUFFER_CONFIG *pp = &cm->post_proc_buffer;
5306 vp8_deblock(cm, cm->frame_to_show, &cm->post_proc_buffer, cm->filter_level * 10 / 6, 1, 0);
5332 &cm->post_proc_buffer, 1, &weight);

Completed in 435 milliseconds