OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scaleL
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacdec/
ps_init_stereo_mixing.cpp
230
Int32
scaleL
;
306
scaleL
= pScaleFactors[noIidSteps - tmp];
321
beta = fxp_mul32_Q30(scaled_alphas[ tmp], (scaleR -
scaleL
));
335
h11 = fxp_mul32_Q30(
scaleL
, (temp1 - temp2));
346
h21 = fxp_mul32_Q30(
scaleL
, (temp1 + temp2));
411
scaleL
= pScaleFactors[noIidSteps - tmp];
426
beta = fxp_mul32_Q30(scaled_alphas[ tmp], (scaleR -
scaleL
));
440
h11 = fxp_mul32_Q30(
scaleL
, (temp1 - temp2));
451
h21 = fxp_mul32_Q30(
scaleL
, (temp1 + temp2));
/external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.c
244
uint32
scaleL
= 0;
262
scaleL
= outArrL[ 2 ]; /* 12.20 */
273
altL = bts_Flt16Alt2D_createScale(
scaleL
, 20, ¢erL );
278
uint32 eyeDistL = ( ( ptrA->detectorE.refDistanceE >> 16 ) *
scaleL
) >> 20;
317
uint32
scaleL
= 0;
338
scaleL
= ptrA->faceDataBufferE[ indexA * 4 + 2 ]; /* 12.20 */
348
altL = bts_Flt16Alt2D_createScale(
scaleL
, 20, ¢erL );
353
uint32 eyeDistL = ( ( ptrA->detectorE.refDistanceE >> 16 ) *
scaleL
) >> 20;
/external/neven/Embedded/common/src/b_TensorEm/
Flt16Alt2D.c
204
uint32
scaleL
= ( normInL > 0 ) ? ( normOutL << 16 ) / normInL : 0xFFFFFFFF;
210
uint32 scaleExpL = bbs_intLog2(
scaleL
);
213
scaleL
>>= scaleExpL - 14;
217
altL = bts_Flt16Alt2D_createRigid( angleL, ( int16 )
scaleL
, scaleBbpL, ¢erInL );
Cluster2D.c
603
uint32
scaleL
;
607
bts_Cluster2D_computeScale( sqL, dstBbpL, spL, srcBbpL, &
scaleL
, &bbp_scaleL );
610
factor32L = ( int32 )
scaleL
;
614
factor16L =
scaleL
;
675
uint32
scaleL
, shiftL, quotientL, enumL, denomL, bitsTaken0L, bitsTaken1L;
683
bts_Cluster2D_computeScale( sqL, dstBbpL, spL, srcBbpL, &
scaleL
, &bbp_scaleL );
813
ets_Float2DVec transL = cqL - (
scaleL
* ( rotL * cpL ) );
814
altL.mat( rotL *
scaleL
);
819
bts_Flt16Mat2D_scale( &altL.matE,
scaleL
, bbp_scaleL );
/external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.c
407
uint32
scaleL
;
415
bbf_Scanner_idxPos( scannerPtrL, bestIdxL, &xL, &yL, &
scaleL
);
422
bestGlobalScaleL =
scaleL
;
433
uint32
scaleL
;
438
bbf_Scanner_idxPos( scannerPtrL, idxArrL[ iL ], &xL, &yL, &
scaleL
);
441
bbf_Scanner_addOutPos( cpA, scannerPtrL, xL, yL,
scaleL
, actL );
Completed in 971 milliseconds