OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_coef
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
residu.cpp
214
Word16 *
p_coef
;
local
224
p_coef
= &coef_ptr[M];
232
s1 += ((Word32) * (
p_coef
) * *(p_input1++));
233
s2 += ((Word32) * (
p_coef
) * *(p_input2++));
234
s3 += ((Word32) * (
p_coef
) * *(p_input3++));
235
s4 += ((Word32) * (
p_coef
--) * *(p_input4++));
236
s1 += ((Word32) * (
p_coef
) * *(p_input1++));
237
s2 += ((Word32) * (
p_coef
) * *(p_input2++));
238
s3 += ((Word32) * (
p_coef
) * *(p_input3++));
239
s4 += ((Word32) * (
p_coef
--) * *(p_input4++))
[
all
...]
Completed in 107 milliseconds