OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcIsac_kKltT2Shape
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_tables.h
93
extern const double
WebRtcIsac_kKltT2Shape
[36];
lpc_tables.c
[
all
...]
entropy_coding.c
954
sum += tmpcoeffs2_s[pos] *
WebRtcIsac_kKltT2Shape
[pos2];
1056
sum += tmpcoeffs2_s[pos] *
WebRtcIsac_kKltT2Shape
[pos2++];
1126
sum += tmpcoeffs2_s[pos] *
WebRtcIsac_kKltT2Shape
[pos2];
[
all
...]
Completed in 34 milliseconds