OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcIsac_kLpcMeansShape
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_tables.h
98
extern const double
WebRtcIsac_kLpcMeansShape
[108];
lpc_tables.c
[
all
...]
entropy_coding.c
989
LPCCoef[pos] +=
WebRtcIsac_kLpcMeansShape
[poss];
995
LPCCoef[pos] +=
WebRtcIsac_kLpcMeansShape
[poss];
1021
tmpcoeffs_s[poss] = LPCCoef[pos] -
WebRtcIsac_kLpcMeansShape
[poss];
1027
tmpcoeffs_s[poss] = LPCCoef[pos] -
WebRtcIsac_kLpcMeansShape
[poss];
[
all
...]
Completed in 52 milliseconds