Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dpsbitdec.cpp455 if (h_ps_d->bsReadSlot != h_ps_d->bsLastSlot) { in ReadPsData()
457 FDKmemcpy(pBsData, &h_ps_d->bsData[h_ps_d->bsLastSlot].mpeg, sizeof(MPEG_PS_BS_DATA)); in ReadPsData()
Dpsdec.h244 …UCHAR bsLastSlot; /*!< Index of last read slot. … member
Dsbrdecoder.cpp1083 self->hParametricStereoDec->bsLastSlot = self->hParametricStereoDec->bsReadSlot; in sbrDecoder_Parse()