Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dpvc_dec.cpp514 int Esg_index = pPvcStaticData->Esg_slot_index; in pvcDecodeTimeSlot()
557 int idx = pPvcStaticData->Esg_slot_index; in pvcDecodeTimeSlot()
637 pPvcStaticData->Esg_slot_index = in pvcDecodeTimeSlot()
638 (pPvcStaticData->Esg_slot_index + 1) & (PVC_NS_MAX - 1); in pvcDecodeTimeSlot()
Dpvc_dec.h127 UCHAR Esg_slot_index; /**< Ring buffer index to current Esg time slot */ member