Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dintra_est.cpp41 uint8 *topL, *leftL, *orgY_2, *orgY_3; in IntraDecisionABE() local
56 orgY_2 = orgY - orgPitch; in IntraDecisionABE()
62 temp = *(leftL += picPitch) - *(orgY_2 += orgPitch); in IntraDecisionABE()
69 orgY_2 = currInput->YCbCr[1] + offset + (y_pos >> 2) * (orgPitch - picPitch); in IntraDecisionABE()
73 orgY_3 = orgY_2 - (orgPitch >> 1); in IntraDecisionABE()
76 temp = *topL++ - orgY_2[j]; in IntraDecisionABE()
83 orgY_2 = currInput->YCbCr[2] + offset + (y_pos >> 2) * (orgPitch - picPitch); in IntraDecisionABE()
87 orgY_3 = orgY_2 - (orgPitch >> 1); in IntraDecisionABE()
90 temp = *topL++ - orgY_2[j]; in IntraDecisionABE()