Searched refs:ottIdx (Results 1 – 1 of 1) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_bitdec.cpp | 1640 int i, ottIdx; in decodeAndMapFrameOtt() local 1679 for (ottIdx = 0; ottIdx < numOttBoxes; ottIdx++) { in decodeAndMapFrameOtt() 1682 &pCurBs->ICCLosslessData[ottIdx], /* LOSSLESSDATA *llData,*/ in decodeAndMapFrameOtt() 1689 ottIdx, /* int xttIdx, Which ott/ttt index to use for input and in decodeAndMapFrameOtt() 1693 ottIdx, t_ICC, 0, /* int startBand, */ in decodeAndMapFrameOtt() 1694 self->pConfigCurrent->bitstreamOttBands[ottIdx], /* int stopBand, */ in decodeAndMapFrameOtt() 1708 for (ottIdx = 0; ottIdx < numOttBoxes; ottIdx++) { in decodeAndMapFrameOtt() 1710 &pCurBs->IPDLosslessData[ottIdx], self->ottIPD__FDK, self->outIdxData, in decodeAndMapFrameOtt() 1711 pCurBs->cmpOttIPDidx, NULL, ottIdx, self->ottIPDidxPrev, ottIdx, in decodeAndMapFrameOtt()
|