Lines Matching defs:b0_ptr
42 const short *b0_ptr, *b1_ptr, *b2_ptr, *b3_ptr;
52 b0_ptr = plane->bands[0].buf;
63 b0_1 = b0_ptr[0];
64 b0_2 = b0_ptr[pitch];
91 b0_ptr --;
116 b0_1 = b0_ptr[indx+1];
117 b0_2 = b0_ptr[pitch+indx+1];
184 b0_ptr += pitch + 1;
195 const short *b0_ptr, *b1_ptr, *b2_ptr, *b3_ptr;
202 b0_ptr = plane->bands[0].buf;
210 b0 = b0_ptr[indx]; //should be: b0 = (num_bands > 0) ? b0_ptr[indx] : 0;
230 b0_ptr += pitch;