Home | History | Annotate | Download | only in common

Lines Matching defs:y_ptr

851         unsigned char *y_ptr;
858 y_ptr = post->y_buffer + 4 * post->y_stride + 4;
869 vp8_blit_text(zz, y_ptr, post->y_stride);
871 y_ptr += 16;
875 y_ptr += post->y_stride * 16 - post->y_width;
883 unsigned char *y_ptr;
890 y_ptr = post->y_buffer + 4 * post->y_stride + 4;
907 vp8_blit_text(zz, y_ptr, post->y_stride);
909 y_ptr += 16;
913 y_ptr += post->y_stride * 16 - post->y_width;
1088 unsigned char *y_ptr = oci->post_proc_buffer.y_buffer;
1107 yl = y_ptr + x;
1140 (y_ptr+x, u_ptr+(x>>1), v_ptr+(x>>1), Y, U, V, 0xc000, y_stride);
1145 y_ptr += y_stride*16;
1160 unsigned char *y_ptr = oci->post_proc_buffer.y_buffer;
1179 (y_ptr+x, u_ptr+(x>>1), v_ptr+(x>>1), Y, U, V, 0xc000, y_stride);
1184 y_ptr += y_stride*16;