HomeSort by relevance Sort by last modified time
    Searched refs:post_proc_buffer_int (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 88 YV12_BUFFER_CONFIG post_proc_buffer_int; member in struct:VP8Common
alloccommon.c 30 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer_int);
postproc.c 748 /* Allocate post_proc_buffer_int if needed */
756 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer_int,
766 vpx_memset((&oci->post_proc_buffer_int)->buffer_alloc,128,(&oci->post_proc_buffer)->frame_size);
783 vp8_yv12_copy_frame(&oci->post_proc_buffer, &oci->post_proc_buffer_int);
786 vp8_deblock(oci, &oci->post_proc_buffer_int, &oci->post_proc_buffer,
793 vp8_deblock(oci, &oci->post_proc_buffer_int, &oci->post_proc_buffer,
    [all...]

Completed in 19 milliseconds