Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dpvc_dec.cpp558 FIXP_DBL *pEsg_filt; in pvcDecodeTimeSlot() local
564 pEsg_filt = pPvcStaticData->Esg[idx]; in pvcDecodeTimeSlot()
566 E[0] = fMultAddDiv2(E[0], pEsg_filt[0], SCcoeff); in pvcDecodeTimeSlot()
567 E[1] = fMultAddDiv2(E[1], pEsg_filt[1], SCcoeff); in pvcDecodeTimeSlot()
568 E[2] = fMultAddDiv2(E[2], pEsg_filt[2], SCcoeff); in pvcDecodeTimeSlot()