Lines Matching refs:post_proc_buffer
712 vp8_deblock_and_de_macro_block(oci->frame_to_show, &oci->post_proc_buffer, in vp8_post_proc_frame()
717 vp8_deblock(oci->frame_to_show, &oci->post_proc_buffer, in vp8_post_proc_frame()
722 vp8_yv12_copy_frame_ptr(oci->frame_to_show, &oci->post_proc_buffer); in vp8_post_proc_frame()
734 (oci->post_proc_buffer.y_buffer, in vp8_post_proc_frame()
739 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height, in vp8_post_proc_frame()
740 oci->post_proc_buffer.y_stride); in vp8_post_proc_frame()
754 vp8_blit_text(message, oci->post_proc_buffer.y_buffer, oci->post_proc_buffer.y_stride); in vp8_post_proc_frame()
761 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; in vp8_post_proc_frame()
793 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; in vp8_post_proc_frame()
828 vp8_blit_text(message, oci->post_proc_buffer.y_buffer, oci->post_proc_buffer.y_stride); in vp8_post_proc_frame()
834 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; in vp8_post_proc_frame()
838 unsigned char *y_buffer = oci->post_proc_buffer.y_buffer; in vp8_post_proc_frame()
839 int y_stride = oci->post_proc_buffer.y_stride; in vp8_post_proc_frame()
992 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; in vp8_post_proc_frame()
995 unsigned char *y_ptr = oci->post_proc_buffer.y_buffer; in vp8_post_proc_frame()
996 unsigned char *u_ptr = oci->post_proc_buffer.u_buffer; in vp8_post_proc_frame()
997 unsigned char *v_ptr = oci->post_proc_buffer.v_buffer; in vp8_post_proc_frame()
998 int y_stride = oci->post_proc_buffer.y_stride; in vp8_post_proc_frame()
1064 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; in vp8_post_proc_frame()
1067 unsigned char *y_ptr = oci->post_proc_buffer.y_buffer; in vp8_post_proc_frame()
1068 unsigned char *u_ptr = oci->post_proc_buffer.u_buffer; in vp8_post_proc_frame()
1069 unsigned char *v_ptr = oci->post_proc_buffer.v_buffer; in vp8_post_proc_frame()
1070 int y_stride = oci->post_proc_buffer.y_stride; in vp8_post_proc_frame()
1100 *dest = oci->post_proc_buffer; in vp8_post_proc_frame()