OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixmul
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
ms_stereo.c
82
pnlr =
fixmul
(nrgL, nrgR);
95
pnms =
fixmul
(nrgL, nrgR);
block_switch.c
165
blockSwitchingControl->accWindowNrg = (
fixmul
(oneMinusAccWindowNrgFac, accWindowNrg_Tmp) >> accWindowNrg_Shf) +
166
(
fixmul
(accWindowNrgFac, enM1_Tmp) >> enM1_Shf);
170
if ((
fixmul
(windowNrgF_Tmp, blockSwitchingControl->invAttackRatio) >> windowNrgF_Shf) >
305
accu2 =
fixmul
( Coeff0, states1 );
tns.c
104
lineNumber = (extract_l(
fixmul
((bandStartOffset[numOfBands] << 2),Div_32(freq << shift,fs << shift))) + 1) >> 1;
717
refc = L_negate(
fixmul
(workBuffer[numOfCoeff + i], workBuffer0));
725
accu1 = L_add(pWorkBuffer[j],
fixmul
(refc, workBuffer[j - i]));
726
accu2 = L_add(workBuffer[j - i],
fixmul
(refc, pWorkBuffer[j]));
738
predictionGain =
fixmul
(num, temp);
846
tmp = L_add(
fixmul
(coef_par[i], x), state_par[i]);
847
x = L_add(
fixmul
(coef_par[i], state_par[i]), x);
854
accu =
fixmul
(state_par[order - 1], coef_par[(order - 1)]);
quantize.c
385
distSingle =
fixmul
(diff32, diff32);
434
distSingle =
fixmul
(diff32, diff32);
adj_thr.c
122
startRatio_x_avgEn =
fixmul
(msaParam->startRatio, avgEn);
387
tmp =
fixmul
(tmp, tmp);
388
sfbThrReduced =
fixmul
(tmp, tmp);
668
avgEn =
fixmul
(avgEn, iahCnt);
676
en[enIdx] =
fixmul
(avgEn, pow2_xy(L_negate(enFac),7*4));
[
all
...]
sf_estim.c
122
avgFormFactor =
fixmul
(rsqrt(psyOutChan->sfbEnergy[i],INT_BITS), iSfbWidth);
203
Word32 thresh08 =
fixmul
(COEF08_31, thresh);
214
if (
fixmul
(COEF08_31,sfbDist) < sfbDistAllowed) {
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
CalcWindowEnergy_v5.s
61
smull r0, r8, r12, r11 @ accu2 =
fixmul
( Coeff0, states1 );
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
basic_op.h
59
#define
fixmul
(a, b) (int)((((Word64)(a)*(Word64)(b)) >> 32) << 1)
macro
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
623
#define
fixmul
(x) (x)
macro
[
all
...]
Completed in 292 milliseconds