Searched refs:orgY_2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp41 uint8 *topL, *leftL, *orgY_2, *orgY_3; local
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);
76 temp = *topL++ - orgY_2[j];
83 orgY_2 = currInput->YCbCr[2] + offset + (y_pos >> 2) * (orgPitch - picPitch);
87 orgY_3 = orgY_2 - (orgPitch >> 1);
90 temp = *topL++ - orgY_2[j];

Completed in 115 milliseconds