OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:round16
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c
223
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);
adj_thr.c
147
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));
[
all
...]
block_switch.c
352
return
round16
(out);
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
oper_32b.c
219
tmp16 =
round16
(tmp);
221
tmp16 =
round16
(tmp);
223
tmp16 =
round16
(tmp);
basicop2.c
617
Word16
round16
(Word32 L_var1)
function
[
all
...]
basic_op.h
160
__inline Word16
round16
(Word32 L_var1);
162
Word16
round16
(Word32 L_var1);
986
__inline Word16
round16
(Word32 L_var1)
function
Completed in 43 milliseconds