Searched refs:L_max1 (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
49 L_max1 = 0;
75 if(L_tmp > L_max1)
77 L_max1 = L_tmp;
107 if (L_max > INT_MAX - L_max1 ||
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 61 milliseconds