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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c403 TNS_SUBBLOCK_INFO *psubBlockInfo; local
407 psubBlockInfo = &tnsData->dataRaw.tnsLong.subBlockInfo;
408 if (psubBlockInfo->tnsActive == 0) {
414 Parcor2Index(psubBlockInfo->parcor,
420 psubBlockInfo->parcor,
425 temp = psubBlockInfo->parcor[i] - TNS_PARCOR_THRESH;
428 temp = psubBlockInfo->parcor[i] + TNS_PARCOR_THRESH;
445 psubBlockInfo->parcor,
452 psubBlockInfo = &tnsData->dataRaw.tnsShort.subBlockInfo[subBlockNumber];
453 if (psubBlockInfo
[all...]

Completed in 28 milliseconds