Lines Matching refs:y_ptr
760 unsigned char *y_ptr; in vp8_post_proc_frame() local
767 y_ptr = post->y_buffer + 4 * post->y_stride + 4; in vp8_post_proc_frame()
778 vp8_blit_text(zz, y_ptr, post->y_stride); in vp8_post_proc_frame()
780 y_ptr += 16; in vp8_post_proc_frame()
784 y_ptr += post->y_stride * 16 - post->y_width; in vp8_post_proc_frame()
792 unsigned char *y_ptr; in vp8_post_proc_frame() local
799 y_ptr = post->y_buffer + 4 * post->y_stride + 4; in vp8_post_proc_frame()
813 vp8_blit_text(zz, y_ptr, post->y_stride); in vp8_post_proc_frame()
815 y_ptr += 16; in vp8_post_proc_frame()
819 y_ptr += post->y_stride * 16 - post->y_width; in vp8_post_proc_frame()
995 unsigned char *y_ptr = oci->post_proc_buffer.y_buffer; in vp8_post_proc_frame() local
1014 yl = y_ptr + x; in vp8_post_proc_frame()
1047 (y_ptr+x, u_ptr+(x>>1), v_ptr+(x>>1), Y, U, V, 0xc000, y_stride); in vp8_post_proc_frame()
1052 y_ptr += y_stride*16; in vp8_post_proc_frame()
1067 unsigned char *y_ptr = oci->post_proc_buffer.y_buffer; in vp8_post_proc_frame() local
1086 (y_ptr+x, u_ptr+(x>>1), v_ptr+(x>>1), Y, U, V, 0xc000, y_stride); in vp8_post_proc_frame()
1091 y_ptr += y_stride*16; in vp8_post_proc_frame()