OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcIsac_kKltT1Shape
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_tables.h
88
extern const double
WebRtcIsac_kKltT1Shape
[324];
lpc_tables.c
485
const double
WebRtcIsac_kKltT1Shape
[324] = {
[
all
...]
entropy_coding.c
920
sum += tmpcoeffs_s[pos++] *
WebRtcIsac_kKltT1Shape
[pos2++];
1038
sum += tmpcoeffs_s[pos++] *
WebRtcIsac_kKltT1Shape
[pos2];
1108
sum += tmpcoeffs_s[pos++] *
WebRtcIsac_kKltT1Shape
[pos2++];
[
all
...]
Completed in 35 milliseconds