Searched refs:post_proc_buffer_int (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 326 if ((flags & VP9D_MFQE) && !cm->post_proc_buffer_int.buffer_alloc) { in vp9_post_proc_frame() 331 if (vpx_alloc_frame_buffer(&cm->post_proc_buffer_int, width, height, in vp9_post_proc_frame() 344 memset(cm->post_proc_buffer_int.buffer_alloc, 128, in vp9_post_proc_frame() 383 vpx_yv12_copy_frame(ppbuf, &cm->post_proc_buffer_int); in vp9_post_proc_frame() 385 if ((flags & VP9D_DEMACROBLOCK) && cm->post_proc_buffer_int.buffer_alloc) { in vp9_post_proc_frame() 386 deblock_and_de_macro_block(&cm->post_proc_buffer_int, ppbuf, in vp9_post_proc_frame() 390 vp9_deblock(&cm->post_proc_buffer_int, ppbuf, q, in vp9_post_proc_frame() 393 vpx_yv12_copy_frame(&cm->post_proc_buffer_int, ppbuf); in vp9_post_proc_frame()
|
D | vp9_alloccommon.c | 83 vpx_free_frame_buffer(&cm->post_proc_buffer_int); in vp9_free_postproc_buffers()
|
D | vp9_onyxc_int.h | 135 YV12_BUFFER_CONFIG post_proc_buffer_int; member
|
/external/libvpx/libvpx/vp8/common/ |
D | postproc.c | 191 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer_int, width, height, in vp8_post_proc_frame() 202 memset((&oci->post_proc_buffer_int)->buffer_alloc, 128, in vp8_post_proc_frame() 216 vp8_yv12_copy_frame(&oci->post_proc_buffer, &oci->post_proc_buffer_int); in vp8_post_proc_frame() 218 vp8_deblock(oci, &oci->post_proc_buffer_int, &oci->post_proc_buffer, in vp8_post_proc_frame() 222 vp8_deblock(oci, &oci->post_proc_buffer_int, &oci->post_proc_buffer, q, in vp8_post_proc_frame()
|
D | onyxc_int.h | 86 YV12_BUFFER_CONFIG post_proc_buffer_int; member
|
D | alloccommon.c | 30 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer_int); in vp8_de_alloc_frame_buffers()
|