Home
last modified time | relevance | path

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