Searched refs:p_max1 (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | p_ol_wgh.cpp | 877 Word16 p_max1; in Pitch_ol_wgh() local 934 p_max1 = Lag_max(vadSt, corr_ptr, scal_sig, L_frame, pit_max, pit_min, in Pitch_ol_wgh() 945 old_lags[0] = p_max1; in Pitch_ol_wgh() 951 st->old_T0_med = p_max1; in Pitch_ol_wgh() 979 return (p_max1); in Pitch_ol_wgh()
|
D | pitch_ol.cpp | 957 Word16 p_max1; in Pitch_ol() local 1109 p_max1 = Lag_max(corr_ptr, scal_sig, scal_fac, scal_flag, L_frame, in Pitch_ol() 1136 p_max1 = Lag_max(vadSt, corr_ptr, scal_sig, scal_fac, scal_flag, L_frame, in Pitch_ol() 1176 p_max1 = p_max2; in Pitch_ol() 1191 p_max1 = p_max3; in Pitch_ol() 1212 return (p_max1); in Pitch_ol()
|