Searched refs:P_K (Results 1 - 1 of 1) sorted by path

/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
796 P_K = *(cur += pitch);
803 P_I = P_J = P_K = P_L = 128;
847 temp = P_K | (P_K << 8);
857 Q0 = (P_J + P_K + 1) >> 1;
858 Q1 = (P_J + (P_K << 1) + P_L + 2) >> 2;
860 P1 = ((P_I + (P_J << 1) + P_K + 2) >> 2);
867 D0 = (P_K + 3 * P_L + 2) >> 2;
868 R0 = (P_K
[all...]

Completed in 73 milliseconds