Searched refs:tmpL (Results 1 – 5 of 5) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_smoothing.cpp | 252 FIXP_DBL tmpL, tmpR, tmp; in SpatialDecSmoothOPD() local 254 tmpL = self->PhaseLeft__FDK[pb]; in SpatialDecSmoothOPD() 257 while (tmpL > phaseLeftSmooth__FDK[pb] + PI__IPD) tmpL -= PI__IPD << 1; in SpatialDecSmoothOPD() 258 while (tmpL < phaseLeftSmooth__FDK[pb] - PI__IPD) tmpL += PI__IPD << 1; in SpatialDecSmoothOPD() 263 fMult(delta__FDK, tmpL) + in SpatialDecSmoothOPD() 269 tmp = (((tmpL >> 1) - (tmpR >> 1)) - ((phaseLeftSmooth__FDK[pb] >> 1) - in SpatialDecSmoothOPD() 277 phaseLeftSmooth__FDK[pb] = tmpL; in SpatialDecSmoothOPD()
|
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Int32Mat.c | 308 int32 tmpL = *row1PtrL; in bts_Int32Mat_solve2() local 310 *row2PtrL++ = tmpL; in bts_Int32Mat_solve2() 314 int32 tmpL = vecL[ jPivL ]; in bts_Int32Mat_solve2() local 316 vecL[ iPivL ] = tmpL; in bts_Int32Mat_solve2() 389 int32 tmpL = *( rowPtrL + jPivL ); in bts_Int32Mat_solve2() local 391 bbs_int32ReduceToNBits( &tmpL, &bbp_tmpL, 15 ); in bts_Int32Mat_solve2() 398 *rowPtrL++ -= ( ( ( tmpL * pivRowL[ jL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1; in bts_Int32Mat_solve2() 405 *rowPtrL++ -= ( tmpL * pivRowL[ jL ] ) << -shiftL; in bts_Int32Mat_solve2() 412 vecL[ iL ] -= ( ( ( tmpL * vecL[ jPivL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1; in bts_Int32Mat_solve2() 416 vecL[ iL ] -= ( tmpL * vecL[ jPivL ] ) << -shiftL; in bts_Int32Mat_solve2()
|
/external/neven/Embedded/common/src/b_ImageEm/ |
D | UInt16BytePyrImage.c | 352 uint16 tmpL; in bim_UInt16BytePyrImage_recompute() local 367 tmpL = ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF ) + in bim_UInt16BytePyrImage_recompute() 370 *dstL = tmpL << 8; in bim_UInt16BytePyrImage_recompute() 372 *dstL = tmpL; in bim_UInt16BytePyrImage_recompute() 376 tmpL = ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF ) + in bim_UInt16BytePyrImage_recompute() 379 *dstL |= tmpL; in bim_UInt16BytePyrImage_recompute() 381 *dstL |= tmpL << 8; in bim_UInt16BytePyrImage_recompute()
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | LocalScanDetector.c | 669 int16 tmpL = idxArrL[ iL - 1 ]; in bbf_LocalScanDetector_process() local 671 idxArrL[ iL ] = tmpL; in bbf_LocalScanDetector_process()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 2619 Value *tmpL = getSSA(); in visit() local 2621 mkCvt(OP_CVT, TYPE_F16, tmpL, TYPE_F32, getSrc(&insn->src[0])); in visit() 2623 mkOp3(OP_INSBF, TYPE_U32, newDefs[0], tmpH, mkImm(0x1010), tmpL); in visit()
|