Searched refs:round16 (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpsy_configuration.c223 pbMaskHiFactor[i] = round16(pow2_xy(L_negate(dbVal), (Word32)LOG2_1000)); /* 0.301 log10(2) */
226 pbMaskLoFactor[i-1] = round16(pow2_xy(L_negate(dbVal),(Word32)LOG2_1000));
230 pbMaskHiFactorSprEn[i] = round16(pow2_xy(L_negate(dbVal),(Word32)LOG2_1000));
232 pbMaskLoFactorSprEn[i-1] = round16(pow2_xy(L_negate(dbVal),(Word32)LOG2_1000));
334 sfbMinSnr[sfb] = round16(snr);
H A Dadj_thr.c147 newMinSnr = round16(pow2_xy(snrRed,80*4));
275 round16(Div_32(maxThr<<shift, sfbEnM << shift))), minSnrLimit);
284 round16(Div_32(maxThr << shift, sfbEnS << shift))), minSnrLimit);
484 sfbThrReduced = L_mpy_ls(sfbThr, round16(thrFactor));
H A Dblock_switch.c352 return round16(out);
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.c221 tmp16 = round16(tmp);
223 tmp16 = round16(tmp);
225 tmp16 = round16(tmp);
H A Dbasicop2.c617 Word16 round16(Word32 L_var1) function
H A Dbasic_op.h160 __inline Word16 round16(Word32 L_var1);
162 Word16 round16(Word32 L_var1);
986 __inline Word16 round16(Word32 L_var1) function

Completed in 144 milliseconds