Searched refs:Div_32 (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Ddiv_32.h50 needed by the Div_32 function.
104 Word32 Div_32(Word32 L_num,
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Doper_32b.h28 Word32 Div_32 (Word32 L_num, Word16 denom_hi, Word16 denom_lo);
H A Dtypedefs.h188 #define Div_32 voAWB_Div_32 macro
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dms_stereo.c77 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);
H A Dadj_thr.c227 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 );
H A Dtns.c104 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);
H A Dpsy_configuration.c323 snr = Div_32(0x00008000 << shift, snr << shift);
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Ddiv_32.cpp168 Word32 Div_32(Word32 L_num, function
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dtypedefs.h174 #define Div_32 ADD_PREFIX(Div_32) macro
H A Doper_32b.h39 Word32 Div_32 (Word32 L_num, Word32 denom);
H A Doper_32b.c141 * Function Name : Div_32 *
181 Word32 Div_32 (Word32 L_num, Word32 denom) function
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dlevinson.c132 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 */
H A Doper_32b.c21 * 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) function
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dlevinson.cpp488 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 1675 milliseconds