Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dpvc_dec.h120 #define PVC_NS_MAX 16 macro
129 FIXP_DBL Esg[PVC_NS_MAX][PVC_NBLOW]; /**< Esg(ksg,t) of current and 15
Dpvc_dec.cpp461 pPvcDynamicData->pastEsgSlotsAvail = PVC_NS_MAX - pvcBorder0_last; in pvcInitFrame()
577 idx += PVC_NS_MAX - 1; in pvcDecodeTimeSlot()
638 (pPvcStaticData->Esg_slot_index + 1) & (PVC_NS_MAX - 1); in pvcDecodeTimeSlot()
640 fMin(pPvcDynamicData->pastEsgSlotsAvail + 1, PVC_NS_MAX - 1); in pvcDecodeTimeSlot()