OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wf1
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf_3.cpp
167
wf1
= pointer to the first LSF weighting factor (Q13) (Word16)
205
Word16 *
wf1
, // i: 1st LSF weighting factors, Q13
218
temp = mult (
wf1
[0], temp);
222
temp = mult (
wf1
[1], temp);
226
temp = mult (
wf1
[2], temp);
230
temp = mult (
wf1
[3], temp);
279
Word16 *
wf1
, /* i: 1st LSF weighting factors, Q13 */
311
wf1_0 =
wf1
[0];
312
wf1_1 =
wf1
[1];
313
wf1_2 =
wf1
[2]
1018
Word16
wf1
[M];
local
[
all
...]
q_plsf_5.cpp
147
wf1
-- array of type Word16 -- 1st LSF weighting factors, Q13
209
Word16 *
wf1
, /* i : 1st LSF weighting factors Q13 */
235
wf1_0 =
wf1
[0];
236
wf1_1 =
wf1
[1];
310
wf1
-- array of type Word16 -- 1st LSF weighting factors, Q13
375
Word16 *
wf1
, /* i : 1st LSF weighting factors Q13 */
412
wf1_0 =
wf1
[0];
413
wf1_1 =
wf1
[1];
607
Word16
wf1
[M];
local
628
Lsf_wt(lsf1,
wf1
, pOverflow)
[
all
...]
Completed in 60 milliseconds