Searched defs:sbInfoSrc (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c364 const TNS_SUBBLOCK_INFO *sbInfoSrc; local
370 sbInfoSrc = &tnsDataSrc->dataRaw.tnsLong.subBlockInfo;
374 sbInfoSrc = &tnsDataSrc->dataRaw.tnsShort.subBlockInfo[subBlockNumber];
377 if (100*abs_s(sbInfoDest->predictionGain - sbInfoSrc->predictionGain) <
379 sbInfoDest->tnsActive = sbInfoSrc->tnsActive;
381 sbInfoDest->parcor[i] = sbInfoSrc->parcor[i];

Completed in 48 milliseconds