OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CalcLrIntQ
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c
50
static __inline int32_t
CalcLrIntQ
(int32_t fixVal,
132
indW32 =
CalcLrIntQ
(curLagQ7, 7);
207
indW16 = (int16_t)
CalcLrIntQ
(curLagQ7, 7);
entropy_coding.c
74
static __inline int32_t
CalcLrIntQ
(int32_t fixVal, int16_t qDomain) {
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c
61
static __inline WebRtc_Word32
CalcLrIntQ
(WebRtc_Word32 fixVal,
143
indW32 =
CalcLrIntQ
(curLagQ7, 7);
218
indW16 = (WebRtc_Word16)
CalcLrIntQ
(curLagQ7, 7);
entropy_coding.c
40
static __inline WebRtc_Word32
CalcLrIntQ
(WebRtc_Word32 fixVal, WebRtc_Word16 qDomain) {
[
all
...]
Completed in 107 milliseconds