OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Div_32
(Results
1 - 14
of
14
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
div_32.h
31
Filename: /audio/gsm_amr/c/include/
div_32
.h
50
needed by the
Div_32
function.
104
Word32
Div_32
(Word32 L_num,
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
oper_32b.h
28
Word32
Div_32
(Word32 L_num, Word16 denom_hi, Word16 denom_lo);
typedefs.h
188
#define
Div_32
voAWB_Div_32
/frameworks/av/media/libstagefright/codecs/aacenc/src/
ms_stereo.c
77
nrgL =
Div_32
(thrL << shift, nrgL << shift);
80
nrgR =
Div_32
(thrR << shift, nrgR << shift);
89
nrgL =
Div_32
(minThreshold << shift, nrgL << shift);
93
nrgR =
Div_32
(minThreshold << shift, nrgR << shift);
adj_thr.c
227
tmpMinSnr =
Div_32
(L_mpy_ls(avgEn, minSnrLimit) << shift, sfbEn << shift );
240
tmpMinSnr =
Div_32
( minSnrEn << shift, sfbEn<<shift);
275
round16(
Div_32
(maxThr<<shift, sfbEnM << shift))), minSnrLimit);
284
round16(
Div_32
(maxThr << shift, sfbEnS << shift))), minSnrLimit);
495
sfbThrReduced =
Div_32
( sfbThr << shift, thrFactor<<shift );
667
iahCnt =
Div_32
( 1 << shift, ahCnt << shift );
[
all
...]
tns.c
104
lineNumber = (extract_l(fixmul((bandStartOffset[numOfBands] << 2),
Div_32
(freq << shift,fs << shift))) + 1) >> 1;
534
tmp =
Div_32
( INT_BITS_SCAL << shift, tmp << shift );
715
workBuffer0 =
Div_32
(1 << shift, workBuffer[0] << shift);
737
temp =
Div_32
(1 << shift, denom << shift);
psy_configuration.c
323
snr =
Div_32
(0x00008000 << shift, snr << shift);
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
div_32.cpp
31
Filename: /audio/gsm_amr/c/src/
div_32
.c
86
FUNCTION NAME:
div_32
135
[1]
div_32
() function in oper_32b.c, UMTS GSM AMR speech codec, R99 -
168
Word32
Div_32
(Word32 L_num,
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h
174
#define
Div_32
ADD_PREFIX(
Div_32
)
oper_32b.h
39
Word32
Div_32
(Word32 L_num, Word32 denom);
oper_32b.c
141
* Function Name :
Div_32
*
181
Word32
Div_32
(Word32 L_num, Word32 denom)
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
levinson.c
132
t0 =
Div_32
(t2, Rh[0], Rl[0]); /* R[1]/R[0] in Q31 */
177
t2 =
Div_32
(t1, alp_h, alp_l); /* abs(t0)/Alpha */
oper_32b.c
21
* precision is not necessary. For example, the function
Div_32
() has a *
155
* Function Name :
Div_32
*
195
Word32
Div_32
(Word32 L_num, Word16 denom_hi, Word16 denom_lo)
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp
59
#include "
div_32
.h"
488
t0 =
Div_32
(t2, Rh[0], Rl[0]); // R[1]/R[0]
533
t2 =
Div_32
(t1, alp_h, alp_l); // abs(t0)/Alpha
670
t2 = L_abs(t1); /* abs R[1] - required by
Div_32
*/
671
t0 =
Div_32
(t2, *Rh, *Rl, pOverflow); /* R[1]/R[0] */
739
t2 =
Div_32
(t1, alp_h, alp_l, pOverflow); /* abs(t0)/Alpha */
Completed in 706 milliseconds