OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_corr
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp
335
Word32 *
p_corr
= &corr[-lag_max];
local
344
if (*(
p_corr
++) >= max)
346
p_corr
--;
347
max = *(
p_corr
++);
[
all
...]
Completed in 135 milliseconds