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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dcor_h_x.c45 Word32 L_max, L_max1, L_max2, L_max3; local
51 L_max3 = 0;
101 if(L_tmp > L_max3)
103 L_max3 = L_tmp;
109 L_max + L_max1 + L_max2 > INT_MAX - L_max3) {
112 L_max = ((L_max + L_max1 + L_max2 + L_max3) >> 2);

Completed in 1573 milliseconds