OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_exp
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
weight_a.h
40
* Description :
a_exp
[i] = a[i] * fac[i-1] ,i=1,10
74
Word16
a_exp
[] /* (o) : Spectral expanded LPC coefficients */
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/
weight_a.cpp
102
a_exp
= Spectral expanded LPC coefficients (Word16)
105
a_exp
points to the updated spectral expanded LPC coefficients
121
a_exp
[i] = a[i] * fac[i-1] ; i=1..M
139
Word16
a_exp
[] // (o) : Spectral expanded LPC coefficients
143
a_exp
[0] = a[0];
147
a_exp
[i] = pv_round (L_mult (a[i], fac[i - 1]));
178
Word16
a_exp
[] /* (o) : Spectral expanded LPC coefficients */
183
*(
a_exp
) = *(a);
187
a_exp
+= 1;
190
*(
a_exp
) = (Word16)((((Word32) * (a)) * *(fac - 1
[
all
...]
/external/qemu/target-arm/
helper.c
2974
int
a_exp
= (val32 & 0x7f800000) >> 23;
local
[
all
...]
Completed in 388 milliseconds