Searched refs:p_max (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dp_ol_wgh.cpp435 p_max = lag of the max correlation found (Word16)
484 Word16 p_max;
492 p_max = lag_max;
512 p_max = i;
517 p1 = &scal_sig[-p_max];
545 return (p_max);
594 Word16 p_max; local
604 p_max = lag_max;
626 p_max = i;
630 p1 = &scal_sig[-p_max];
[all...]
H A Dpitch_ol.cpp111 p_max = lag of the max correlation found (Word16)
142 p_max = lag of the max correlation found (Word16)
207 Word16 p_max = 0; // initialization only needed to keep gcc silent
210 p_max = lag_max;
217 p_max = i;
224 p = &scal_sig[-p_max];
266 return (p_max);
331 Word16 p_max = 0; /* initialization only needed to keep gcc silent */ local
338 p_max = lag_max;
348 p_max
[all...]

Completed in 69 milliseconds