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

  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 325 // Allocate post_proc_buffer_int if needed.
326 if ((flags & VP9D_MFQE) && !cm->post_proc_buffer_int.buffer_alloc) {
331 if (vpx_alloc_frame_buffer(&cm->post_proc_buffer_int, width, height,
344 memset(cm->post_proc_buffer_int.buffer_alloc, 128,
383 vp8_yv12_copy_frame(ppbuf, &cm->post_proc_buffer_int);
385 if ((flags & VP9D_DEMACROBLOCK) && cm->post_proc_buffer_int.buffer_alloc) {
386 deblock_and_de_macro_block(&cm->post_proc_buffer_int, ppbuf,
390 vp9_deblock(&cm->post_proc_buffer_int, ppbuf, q,
393 vp8_yv12_copy_frame(&cm->post_proc_buffer_int, ppbuf);
vp9_alloccommon.c 104 vpx_free_frame_buffer(&cm->post_proc_buffer_int);
vp9_onyxc_int.h 154 YV12_BUFFER_CONFIG post_proc_buffer_int; member in struct:VP9Common
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 86 YV12_BUFFER_CONFIG post_proc_buffer_int; member in struct:VP8Common
postproc.c 303 /* Allocate post_proc_buffer_int if needed */
309 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer_int, width, height,
320 memset((&oci->post_proc_buffer_int)->buffer_alloc, 128,
334 vp8_yv12_copy_frame(&oci->post_proc_buffer, &oci->post_proc_buffer_int);
336 vp8_deblock(oci, &oci->post_proc_buffer_int, &oci->post_proc_buffer,
340 vp8_deblock(oci, &oci->post_proc_buffer_int, &oci->post_proc_buffer, q,
alloccommon.c 30 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer_int);

Completed in 354 milliseconds