Searched refs:cor_max (Results 1 - 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
H A D | hp_max.cpp | 139 Word16 max16, t016, cor_max; 189 cor_max = div_s(max16, t016); 193 cor_max = 0; 200 *cor_hp_max = shr(cor_max, shift); // Q15 204 *cor_hp_max = shl(cor_max, negate(shift)); // Q15 250 Word16 max16, t016, cor_max; local 312 cor_max = div_s(max16, t016); 316 cor_max = 0; 323 *cor_hp_max = shr(cor_max, shift, pOverflow); /* Q15 */ 327 *cor_hp_max = shl(cor_max, negat [all...] |
H A D | pitch_ol.cpp | 99 cor_max = pointer to the normalized correlation of selected lag (Word16) 105 cor_max contains the newly calculated normalized correlation of the 131 cor_max = pointer to the normalized correlation of selected lag (Word16) 136 cor_max contains the newly calculated normalized correlation of the 183 Word16 *cor_max, // o : normalized correlation of selected lag 198 Word16 *cor_max, // o : normalized correlation of selected lag 259 *cor_max = extract_h (L_shl (t0, 15)); // divide by 2 263 *cor_max = extract_l(t0); 301 Word16 *cor_max, /* o : normalized correlation of selected lag */ 317 Word16 *cor_max, /* 293 Lag_max( Word32 corr[], Word16 scal_sig[], Word16 scal_fac, Word16 scal_flag, Word16 L_frame, Word16 lag_max, Word16 lag_min, Word16 *cor_max, Word32 *rmax, Word32 *r0, Flag dtx, Flag *pOverflow ) argument 609 Lag_max_wrapper( Word32 corr[], Word16 scal_sig[], Word16 scal_fac, Word16 scal_flag, Word16 L_frame, Word16 lag_max, Word16 lag_min, Word16 *cor_max, Word32 *rmax, Word32 *r0, Flag dtx, Flag *pOverflow ) argument 633 Lag_max_wrapper( vadState *vadSt, Word32 corr[], Word16 scal_sig[], Word16 scal_fac, Word16 scal_flag, Word16 L_frame, Word16 lag_max, Word16 lag_min, Word16 *cor_max, Flag dtx, Flag *pOverflow ) argument [all...] |
H A D | p_ol_wgh.cpp | 421 cor_max = pointer to the normalized correlation of selected lag (Word16) 428 cor_max contains the newly calculated normalized correlation of the 474 Word16 *cor_max, // o : normalized correlation of selected lag 543 *cor_max = 0; 579 Word16 *cor_max, /* o : normalized correlation of selected lag */ 660 *cor_max = 0; 571 Lag_max( vadState *vadSt, Word32 corr[], Word16 scal_sig[], Word16 L_frame, Word16 lag_max, Word16 lag_min, Word16 old_lag, Word16 *cor_max, Word16 wght_flg, Word16 *gain_flg, Flag dtx, Flag *pOverflow ) argument
|
Completed in 11 milliseconds