Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dpsbitdec.cpp277 pBsData->noEnv = 0; in DecodePs()
283 for (env = 0; env < pBsData->noEnv; env++) { in DecodePs()
309 if (pBsData->noEnv == 0) { in DecodePs()
311 pBsData->noEnv = 1; in DecodePs()
317 pBsData->aaIidIndex[pBsData->noEnv - 1][gr] = in DecodePs()
322 pBsData->aaIidIndex[pBsData->noEnv - 1][gr] = 0; in DecodePs()
329 pBsData->aaIccIndex[pBsData->noEnv - 1][gr] = in DecodePs()
334 pBsData->aaIccIndex[pBsData->noEnv - 1][gr] = 0; in DecodePs()
351 pBsData->aaIidIndex[pBsData->noEnv - 1][gr]; in DecodePs()
355 pBsData->aaIccIndex[pBsData->noEnv - 1][gr]; in DecodePs()
[all …]
Dpsdec.h226 UCHAR noEnv; /*!< The number of envelopes per frame */ member