Lines Matching refs:y_ptr
755 unsigned char *y_ptr; in vp8_post_proc_frame() local
762 y_ptr = post->y_buffer + 4 * post->y_stride + 4; in vp8_post_proc_frame()
773 vp8_blit_text(zz, y_ptr, post->y_stride); in vp8_post_proc_frame()
775 y_ptr += 16; in vp8_post_proc_frame()
779 y_ptr += post->y_stride * 16 - post->y_width; in vp8_post_proc_frame()
787 unsigned char *y_ptr; in vp8_post_proc_frame() local
794 y_ptr = post->y_buffer + 4 * post->y_stride + 4; in vp8_post_proc_frame()
808 vp8_blit_text(zz, y_ptr, post->y_stride); in vp8_post_proc_frame()
810 y_ptr += 16; in vp8_post_proc_frame()
814 y_ptr += post->y_stride * 16 - post->y_width; in vp8_post_proc_frame()
825 unsigned char *y_ptr; in vp8_post_proc_frame()
832 y_ptr = post->y_buffer + 4 * post->y_stride + 4; in vp8_post_proc_frame()
842 vp8_blit_text(zz, y_ptr, post->y_stride); in vp8_post_proc_frame()
844 y_ptr += 16; in vp8_post_proc_frame()
848 y_ptr += post->y_stride * 16 - post->y_width; in vp8_post_proc_frame()
1012 unsigned char *y_ptr = oci->post_proc_buffer.y_buffer; in vp8_post_proc_frame() local
1030 yl = y_ptr + x; in vp8_post_proc_frame()
1060 (y_ptr+x, u_ptr+(x>>1), v_ptr+(x>>1), Y, U, V, 0xc000, y_stride); in vp8_post_proc_frame()
1064 y_ptr += y_stride*16; in vp8_post_proc_frame()
1079 unsigned char *y_ptr = oci->post_proc_buffer.y_buffer; in vp8_post_proc_frame() local
1096 (y_ptr+x, u_ptr+(x>>1), v_ptr+(x>>1), Y, U, V, 0xc000, y_stride); in vp8_post_proc_frame()
1100 y_ptr += y_stride*16; in vp8_post_proc_frame()