Lines Matching refs:bptr
44 unsigned char *bptr;
50 bptr = ri->current_frame->data[0] + boffs;
51 bptr[0 ] = cell->y[0];
52 bptr[1 ] = cell->y[1];
53 bptr[stride ] = cell->y[2];
54 bptr[stride+1] = cell->y[3];
59 bptr = ri->current_frame->data[1] + boffs;
60 bptr[0 ] =
61 bptr[1 ] =
62 bptr[stride ] =
63 bptr[stride+1] = cell->u;
65 bptr = ri->current_frame->data[2] + boffs;
66 bptr[0 ] =
67 bptr[1 ] =
68 bptr[stride ] =
69 bptr[stride+1] = cell->v;
74 unsigned char *bptr;
80 bptr = ri->current_frame->data[0] + boffs;
81 bptr[ 0] = bptr[ 1] = bptr[stride ] = bptr[stride +1] = cell->y[0];
82 bptr[ 2] = bptr[ 3] = bptr[stride +2] = bptr[stride +3] = cell->y[1];
83 bptr[stride*2 ] = bptr[stride*2+1] = bptr[stride*3 ] = bptr[stride*3+1] = cell->y[2];
84 bptr[stride*2+2] = bptr[stride*2+3] = bptr[stride*3+2] = bptr[stride*3+3] = cell->y[3];
89 bptr = ri->current_frame->data[1] + boffs;
90 bptr[ 0] = bptr[ 1] = bptr[stride ] = bptr[stride +1] =
91 bptr[ 2] = bptr[ 3] = bptr[stride +2] = bptr[stride +3] =
92 bptr[stride*2 ] = bptr[stride*2+1] = bptr[stride*3 ] = bptr[stride*3+1] =
93 bptr[stride*2+2] = bptr[stride*2+3] = bptr[stride*3+2] = bptr[stride*3+3] = cell->u;
95 bptr = ri->current_frame->data[2] + boffs;
96 bptr[ 0] = bptr[ 1] = bptr[stride ] = bptr[stride +1] =
97 bptr[ 2] = bptr[ 3] = bptr[stride +2] = bptr[stride +3] =
98 bptr[stride*2 ] = bptr[stride*2+1] = bptr[stride*3 ] = bptr[stride*3+1] =
99 bptr[stride*2+2] = bptr[stride*2+3] = bptr[stride*3+2] = bptr[stride*3+3] = cell->v;