Home
last modified time | relevance | path

Searched refs:PVC_ESG_EXP (Results 1 – 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
Dpvc_dec.cpp123 #define PVC_ESG_EXP 7 macro
526 pEsg[ksg] = FL2FXCONST_DBL(-10.0 / (1 << PVC_ESG_EXP)); /* 10*log10(0.1) */ in pvcDecodeTimeSlot()
547 nrg = scaleValue(nrg, exp_log - PVC_ESG_EXP + 2); in pvcDecodeTimeSlot()
548 pEsg[ksg] = fMax(nrg, FL2FXCONST_DBL(-10.0 / (1 << PVC_ESG_EXP))); in pvcDecodeTimeSlot()
551 FL2FXCONST_DBL(-10.0 / (1 << PVC_ESG_EXP)); /* 10*log10(0.1) */ in pvcDecodeTimeSlot()
606 accu = ((LONG)(SCHAR)*pTab2++) << (DFRACT_BITS - 8 - PVC_ESG_EXP + in pvcDecodeTimeSlot()
620 accu, PVC_ESG_EXP - 1, in pvcDecodeTimeSlot()