OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pitchgains
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
decode.c
59
double
PitchGains
[4];
128
/* Convert
PitchGains
back to float for pitchfilter_post */
130
PitchGains
[k] = ((float)PitchGains_Q12[k]) / 4096;
141
PitchLags,
PitchGains
);
lpc_analysis.c
120
double
pitchGains
[4]={0,0,0,0};;
151
pitchGains
[k] = ((float)pitchGains_Q12[k])/4096;
152
pg +=
pitchGains
[k];
encode.c
204
double
PitchGains
[4];
289
PitchGains
);
295
PitchGains_Q12[k] = (WebRtc_Word16)(
PitchGains
[k] * 4096.0);
324
/* Convert
PitchGains
back to FLOAT for pitchfilter_pre. */
326
PitchGains
[k] = ((float)PitchGains_Q12[k]) / 4096;
383
PitchLags,
PitchGains
);
[
all
...]
entropy_coding.c
[
all
...]
Completed in 66 milliseconds