Searched refs:ppbuf (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_postproc.c | 612 YV12_BUFFER_CONFIG *const ppbuf = &cm->post_proc_buffer; in vp9_post_proc_frame() local 626 deblock_and_de_macro_block(cm->frame_to_show, ppbuf, in vp9_post_proc_frame() 629 vp9_deblock(cm->frame_to_show, ppbuf, q); in vp9_post_proc_frame() 631 vp8_yv12_copy_frame(cm->frame_to_show, ppbuf); in vp9_post_proc_frame() 641 vp9_plane_add_noise(ppbuf->y_buffer, ppstate->noise, ppstate->blackclamp, in vp9_post_proc_frame() 643 ppbuf->y_width, ppbuf->y_height, ppbuf->y_stride); in vp9_post_proc_frame() 657 vp9_blit_text(message, ppbuf->y_buffer, ppbuf->y_stride); in vp9_post_proc_frame() 663 int mb_rows = ppbuf->y_height >> 4; in vp9_post_proc_frame() 664 int mb_cols = ppbuf->y_width >> 4; in vp9_post_proc_frame() 690 int mb_rows = ppbuf->y_height >> 4; in vp9_post_proc_frame() [all …]
|