Searched refs:psubBlockInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c405 TNS_SUBBLOCK_INFO *psubBlockInfo; local
409 psubBlockInfo = &tnsData->dataRaw.tnsLong.subBlockInfo;
410 if (psubBlockInfo->tnsActive == 0) {
416 Parcor2Index(psubBlockInfo->parcor,
422 psubBlockInfo->parcor,
427 temp = psubBlockInfo->parcor[i] - TNS_PARCOR_THRESH;
430 temp = psubBlockInfo->parcor[i] + TNS_PARCOR_THRESH;
447 psubBlockInfo->parcor,
454 psubBlockInfo = &tnsData->dataRaw.tnsShort.subBlockInfo[subBlockNumber];
455 if (psubBlockInfo
[all...]

Completed in 222 milliseconds