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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp735 uint8 P_A, P_B, P_C, P_D, P_E, P_F, P_G, P_H, P_I, P_J, P_K, P_L, P_X; local
795 P_J = *(cur += pitch);
803 P_I = P_J = P_K = P_L = 128;
844 temp = P_J | (P_J << 8);
857 Q0 = (P_J + P_K + 1) >> 1;
858 Q1 = (P_J + (P_K << 1) + P_L + 2) >> 2;
859 P0 = ((P_I + P_J + 1) >> 1);
860 P1 = ((P_I + (P_J << 1) + P_K + 2) >> 2);
891 DC = P_I + P_J
[all...]

Completed in 5 milliseconds