Home | History | Annotate | Download | only in src

Lines Matching refs:orgPitch

36     int orgPitch = currInput->pitch;
39 uint8 *orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos;
56 orgY_2 = orgY - orgPitch;
62 temp = *(leftL += picPitch) - *(orgY_2 += orgPitch);
69 orgY_2 = currInput->YCbCr[1] + offset + (y_pos >> 2) * (orgPitch - picPitch);
73 orgY_3 = orgY_2 - (orgPitch >> 1);
78 temp = *(leftL += (picPitch >> 1)) - *(orgY_3 += (orgPitch >> 1));
83 orgY_2 = currInput->YCbCr[2] + offset + (y_pos >> 2) * (orgPitch - picPitch);
87 orgY_3 = orgY_2 - (orgPitch >> 1);
92 temp = *(leftL += (picPitch >> 1)) - *(orgY_3 += (orgPitch >> 1));
122 int orgPitch = currInput->pitch;
143 orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos;