Searched refs:scaleL (Results 1 – 5 of 5) sorted by relevance
/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | ps_init_stereo_mixing.cpp | 230 Int32 scaleL; in ps_init_stereo_mixing() local 306 scaleL = pScaleFactors[noIidSteps - tmp]; in ps_init_stereo_mixing() 321 beta = fxp_mul32_Q30(scaled_alphas[ tmp], (scaleR - scaleL)); in ps_init_stereo_mixing() 335 h11 = fxp_mul32_Q30(scaleL, (temp1 - temp2)); in ps_init_stereo_mixing() 346 h21 = fxp_mul32_Q30(scaleL, (temp1 + temp2)); in ps_init_stereo_mixing() 411 scaleL = pScaleFactors[noIidSteps - tmp]; in ps_init_stereo_mixing() 426 beta = fxp_mul32_Q30(scaled_alphas[ tmp], (scaleR - scaleL)); in ps_init_stereo_mixing() 440 h11 = fxp_mul32_Q30(scaleL, (temp1 - temp2)); in ps_init_stereo_mixing() 451 h21 = fxp_mul32_Q30(scaleL, (temp1 + temp2)); in ps_init_stereo_mixing()
|
/external/neven/Embedded/common/src/b_APIEm/ |
D | BFFaceFinder.c | 244 uint32 scaleL = 0; in bpi_BFFaceFinder_process() local 262 scaleL = outArrL[ 2 ]; /* 12.20 */ in bpi_BFFaceFinder_process() 273 altL = bts_Flt16Alt2D_createScale( scaleL, 20, ¢erL ); in bpi_BFFaceFinder_process() 278 uint32 eyeDistL = ( ( ptrA->detectorE.refDistanceE >> 16 ) * scaleL ) >> 20; in bpi_BFFaceFinder_process() 317 uint32 scaleL = 0; in bpi_BFFaceFinder_getFace() local 338 scaleL = ptrA->faceDataBufferE[ indexA * 4 + 2 ]; /* 12.20 */ in bpi_BFFaceFinder_getFace() 348 altL = bts_Flt16Alt2D_createScale( scaleL, 20, ¢erL ); in bpi_BFFaceFinder_getFace() 353 uint32 eyeDistL = ( ( ptrA->detectorE.refDistanceE >> 16 ) * scaleL ) >> 20; in bpi_BFFaceFinder_getFace()
|
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Flt16Alt2D.c | 204 uint32 scaleL = ( normInL > 0 ) ? ( normOutL << 16 ) / normInL : 0xFFFFFFFF; in bts_Flt16Alt2D_createRigidMap() local 210 uint32 scaleExpL = bbs_intLog2( scaleL ); in bts_Flt16Alt2D_createRigidMap() 213 scaleL >>= scaleExpL - 14; in bts_Flt16Alt2D_createRigidMap() 217 altL = bts_Flt16Alt2D_createRigid( angleL, ( int16 )scaleL, scaleBbpL, ¢erInL ); in bts_Flt16Alt2D_createRigidMap()
|
D | Cluster2D.c | 603 uint32 scaleL; in bts_Cluster2D_alt() local 607 bts_Cluster2D_computeScale( sqL, dstBbpL, spL, srcBbpL, &scaleL, &bbp_scaleL ); in bts_Cluster2D_alt() 610 factor32L = ( int32 )scaleL; in bts_Cluster2D_alt() 614 factor16L = scaleL; in bts_Cluster2D_alt() 675 uint32 scaleL, shiftL, quotientL, enumL, denomL, bitsTaken0L, bitsTaken1L; in bts_Cluster2D_alt() local 683 bts_Cluster2D_computeScale( sqL, dstBbpL, spL, srcBbpL, &scaleL, &bbp_scaleL ); in bts_Cluster2D_alt() 819 bts_Flt16Mat2D_scale( &altL.matE, scaleL, bbp_scaleL ); in bts_Cluster2D_alt()
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | ScanDetector.c | 407 uint32 scaleL; in bbf_ScanDetector_process() local 415 bbf_Scanner_idxPos( scannerPtrL, bestIdxL, &xL, &yL, &scaleL ); in bbf_ScanDetector_process() 422 bestGlobalScaleL = scaleL; in bbf_ScanDetector_process() 433 uint32 scaleL; in bbf_ScanDetector_process() local 438 bbf_Scanner_idxPos( scannerPtrL, idxArrL[ iL ], &xL, &yL, &scaleL ); in bbf_ScanDetector_process() 441 bbf_Scanner_addOutPos( cpA, scannerPtrL, xL, yL, scaleL, actL ); in bbf_ScanDetector_process()
|