Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/amrwb/enc/src/
Dcor_h_x.c45 Word32 L_max, L_max1, L_max2, L_max3; in cor_h_x() local
51 L_max3 = 0; in cor_h_x()
101 if(L_tmp > L_max3) in cor_h_x()
103 L_max3 = L_tmp; in cor_h_x()
109 L_max + L_max1 + L_max2 > INT_MAX - L_max3) { in cor_h_x()
112 L_max = ((L_max + L_max1 + L_max2 + L_max3) >> 2); in cor_h_x()