Searched refs:P_L (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
797 P_L = *(cur + pitch);
803 P_I = P_J = P_K = P_L = 128;
850 temp = P_L | (P_L << 8);
858 Q1 = (P_J + (P_K << 1) + P_L + 2) >> 2;
867 D0 = (P_K + 3 * P_L + 2) >> 2;
868 R0 = (P_K + P_L + 1) >> 1;
875 D1 = P_L;
891 DC = P_I + P_J + P_K + P_L;
[all...]

Completed in 271 milliseconds