OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:in_weighted
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
abs_quant_loop.c
34
int16_t *
in_weighted
= in_weightedIN;
local
48
toQW32 = (int32_t)(*
in_weighted
) - (int32_t)(*syntOut);
80
*syntOut = (int16_t) (tmp16a + (int32_t)(*
in_weighted
) - toQW32);
82
syntOut++;
in_weighted
++;
abs_quant.c
44
int16_t *
in_weighted
= &in_weightedVec[LPC_FILTERORDER];
local
67
in,
in_weighted
,
70
&in[quantLen[0]], &
in_weighted
[quantLen[0]],
75
in_weighted
,
Completed in 68 milliseconds