Searched refs:L_max (Results 1 – 4 of 4) sorted by relevance
45 Word32 L_max, L_max1, L_max2, L_max3; in cor_h_x() local48 L_max = 0; in cor_h_x()62 if(L_tmp > L_max) in cor_h_x()64 L_max = L_tmp; in cor_h_x()107 if (L_max > INT_MAX - L_max1 || 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()110 L_max = INT_MAX >> 2; in cor_h_x()112 L_max = ((L_max + L_max1 + L_max2 + L_max3) >> 2); in cor_h_x()114 L_tot = vo_L_add(L_tot, L_max); /* +max/4 */ in cor_h_x()[all …]
45 Word16 L_max = 115; /* maximum pitch lag: PIT_MAX / OPL_DECIM */ in Pitch_med_ol() local53 we = &corrweight[98 + L_max - L_0]; in Pitch_med_ol()57 for (i = L_max; i > L_min; i--) in Pitch_med_ol()93 hp_wsp = old_hp_wsp + L_max; in Pitch_med_ol()151 for (i = 0; i < L_max; i++) in Pitch_med_ol()
208 Word32 L_tmp, L_gain_code, L_max, L_tmp1; in coder() local283 L_max = L_abs(L_tmp); in coder()290 if(L_tmp > L_max) in coder()292 L_max = L_tmp; in coder()299 tmp = extract_h(L_max); in coder()
30 … Word16 L_max, /* input : maximum pitch lag */