Home | History | Annotate | Download | only in src

Lines Matching defs:picPitch

166     int picPitch = currPic->pitch;
182 offset = y_position * picPitch + x_position;
191 if (orgPitch != picPitch)
193 offset = y_position * (orgPitch - picPitch);
203 MBIntraSearch(encvid, CurrMbAddr, curL, picPitch);
228 video->pred_pitch = picPitch;
252 cur += ((picPitch << 2) - 4);
287 cur += (8 - (picPitch << 3));
300 MBInterIdct(video, curL, currMB, picPitch);
511 void Copy_MB(uint8 *curL, uint8 *curCb, uint8 *curCr, uint8 *predBlock, int picPitch)
519 offset = (picPitch - 16) >> 2;