Lines Matching defs:b2_ptr
42 const short *b0_ptr, *b1_ptr, *b2_ptr, *b3_ptr;
54 b2_ptr = plane->bands[2].buf;
74 b2_2 = b2_ptr[0]; // b2[x, y ]
76 b2_5 = b2_ptr[pitch]; // b2[x ,y+1]
93 b2_ptr --;
144 b2_3 = b2_ptr[indx+1];
145 b2_6 = b2_ptr[pitch+indx+1];
186 b2_ptr += pitch + 1;
195 const short *b0_ptr, *b1_ptr, *b2_ptr, *b3_ptr;
204 b2_ptr = plane->bands[2].buf;
212 b2 = b2_ptr[indx]; //should be: b2 = (num_bands > 2) ? b2_ptr[indx] : 0;
232 b2_ptr += pitch;