OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frac_coeff
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
calc_en.cpp
411
frac_coeff
= energy coefficients (5), fraction part, buffer type Word16
418
frac_coeff
contains new fraction part energy coefficients
476
Word16
frac_coeff
[],// o : energy coefficients (5), fraction part, Q15
499
frac_coeff
[0] = g_coeff[0];
501
frac_coeff
[1] = negate(g_coeff[2]); // coeff[1] = -2 xn y1
512
frac_coeff
[2] = extract_h(L_shl(s, exp));
522
frac_coeff
[3] = negate(extract_h(L_shl(s, exp)));
533
frac_coeff
[4] = extract_h(L_shl(s, exp));
562
*cod_gain_frac = div_s (shr (frac,1),
frac_coeff
[2]);
600
Word16
frac_coeff
[], /* o : energy coefficients (5), fraction part, Q15 *
[
all
...]
qua_gain.cpp
125
Word16
frac_coeff
-- Word16 Array -- energy coeff. (5), fraction part, Q15
127
(
frac_coeff
and exp_coeff computed in
197
Word16
frac_coeff
[], /* i : energy coeff. (5), fraction part, Q15 */
199
/* (
frac_coeff
and exp_coeff computed in */
315
L_tmp = L_deposit_h(
frac_coeff
[i]);
gain_q.cpp
496
Word16
frac_coeff
[5];
local
603
frac_coeff
,
629
frac_coeff
,
684
frac_coeff
,
697
frac_coeff
,
721
frac_coeff
,
qgain475.h
150
/* (
frac_coeff
and exp_coeff computed in */
162
/* (
frac_coeff
and exp_coeff computed in */
qgain795.cpp
137
frac_coeff
[] -- Word16 array -- coefficients (5), Q15
211
Word16
frac_coeff
[], /* i : coefficients (5), Q15 */
296
L_tmp = L_deposit_h(
frac_coeff
[i]);
727
frac_coeff
-- Word16 array -- coefficients (5), Q15
813
Word16
frac_coeff
[], /* i : coefficients (5), Q15 */
[
all
...]
calc_en.h
161
Word16
frac_coeff
[],/* o : energy coefficients (5), fraction part, Q15 */
qgain795.h
112
Word16
frac_coeff
[], /* i : coefficients (5), Q15 */
qgain475.cpp
[
all
...]
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
qua_gain.h
112
Word16
frac_coeff
[], /* i : energy coeff. (5), fraction part, Q15 */
114
/* (
frac_coeff
and exp_coeff computed in */
Completed in 174 milliseconds