Lines Matching refs:pitch

36     int orgPitch = currInput->pitch;
122 int orgPitch = currInput->pitch;
213 int pitch = currPic->pitch;
215 int offset = y_pos * pitch + x_pos;
230 top = curL - pitch;
276 left = curL - 1 - pitch;
282 word1 = *(left += pitch);
329 comp_ref_x0 = curL - pitch + 8;
330 comp_ref_x1 = curL - pitch + 6;
331 comp_ref_y0 = curL - 1 + (pitch << 3);
332 comp_ref_y1 = curL - 1 + 6 * pitch;
338 comp_ref_y0 += pitch;
339 comp_ref_y1 -= pitch;
342 H += i * (*comp_ref_x0++ - curL[-pitch-1]);
346 a_16 = ((*(curL - pitch + 15) + *(curL - 1 + 15 * pitch)) << 4) + 16;;
436 int org_pitch = encvid->currInput->pitch;
631 int pitch = currPic->pitch;
632 int org_pitch = currInput->pitch;
644 offset = y * pitch + x;
684 comp += ((pitch << 2) - 4);
696 curL += ((pitch << 3) - 8);
726 int pitch = video->currPic->pitch;
730 int org_pitch = encvid->currInput->pitch;
767 temp = *(uint32*)(cur - pitch);
780 temp = *(uint32*)(cur - pitch + 4);
795 P_J = *(cur += pitch);
796 P_K = *(cur += pitch);
797 P_L = *(cur + pitch);
798 cur -= (pitch << 1);
812 P_X = *(cur - pitch - 1);
1370 int pitch = currPic->pitch >> 1;
1371 int offset = y_pos * pitch + x_pos;
1394 comp_ref_x = curCb - pitch;
1417 sum_y0 += *(comp_ref_y += pitch);
1418 sum_y0 += *(comp_ref_y += pitch);
1419 sum_y0 += *(comp_ref_y += pitch);
1421 sum_y1 = *(comp_ref_y += pitch);
1422 sum_y1 += *(comp_ref_y += pitch);
1423 sum_y1 += *(comp_ref_y += pitch);
1424 sum_y1 += *(comp_ref_y += pitch);
1431 comp_ref_x = curCr - pitch;
1442 sum_y0 += *(comp_ref_y += pitch);
1443 sum_y0 += *(comp_ref_y += pitch);
1444 sum_y0 += *(comp_ref_y += pitch);
1446 sum_y1 = *(comp_ref_y += pitch);
1447 sum_y1 += *(comp_ref_y += pitch);
1448 sum_y1 += *(comp_ref_y += pitch);
1449 sum_y1 += *(comp_ref_y += pitch);
1459 comp_ref_x = curCb - pitch;
1480 comp_ref_x = curCr - pitch;
1550 comp_ref_y += pitch;
1557 comp_ref_x += pitch;
1571 comp_ref_x = curCb - pitch;
1572 comp_ref_y = curCr - pitch;
1593 comp_ref_x = curCb - pitch;
1595 topleft = curCb[-pitch-1];
1603 comp_ref_y0 = comp_ref_y + (pitch << 2);
1604 comp_ref_y1 = comp_ref_y + (pitch << 1);
1609 comp_ref_y0 += pitch;
1610 comp_ref_y1 -= pitch;
1615 a_16 = ((*(comp_ref_x + 7) + *(comp_ref_y + 7 * pitch)) << 4) + 16;
1668 comp_ref_x = curCr - pitch;
1670 topleft = curCr[-pitch-1];
1676 org_pitch = (currInput->pitch) >> 1;
2013 int pitch = video->currPic->pitch;
2018 offset = (video->mb_y << 4) * pitch + (video->mb_x << 4);
2056 video->pintra_pred_top = curL - pitch;
2060 video->intra_pred_topleft = *(curL - pitch - 1);
2129 pitch >>= 1;
2130 video->pintra_pred_top_cb = curCb - pitch;
2132 video->pintra_pred_top_cr = curCr - pitch;
2137 video->intra_pred_topleft_cb = *(curCb - pitch - 1);
2138 video->intra_pred_topleft_cr = *(curCr - pitch - 1);
2174 Intra_Chroma_Plane(video, pitch);
2176 sad = SADChroma(pred_block + 452, curCb, curCr, pitch);