Searched refs:L_max2 (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
50 L_max2 = 0;
88 if(L_tmp > L_max2)
90 L_max2 = L_tmp;
108 L_max + L_max1 > INT_MAX - L_max2 ||
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 92 milliseconds