OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inpl
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c
651
double rc[MAX_ORDER], *
inpl
, *inph, *outp;
local
653
inpl
= lowband;
658
outp[0] =
inpl
[0];
663
inpl
[0] = 1.0;
664
WebRtcIsac_Poly2Rc(
inpl
, orderLo, rc);
674
inpl
+= orderLo + 1;
[
all
...]
Completed in 3733 milliseconds