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

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dtns.h78 Word32 parcor[TNS_MAX_ORDER]; member in struct:__anon340
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c71 Word16 tnsOrder, Word32 parcor[]);
74 static void Parcor2Index(const Word32 parcor[], Word16 index[], Word16 order,
77 static void Index2Parcor(const Word16 index[], Word32 parcor[], Word16 order,
301 tnsData->dataRaw.tnsLong.subBlockInfo.parcor);
320 tnsData->dataRaw.tnsShort.subBlockInfo[subBlockNumber].parcor);
381 sbInfoDest->parcor[i] = sbInfoSrc->parcor[i];
416 Parcor2Index(psubBlockInfo->parcor,
422 psubBlockInfo->parcor,
427 temp = psubBlockInfo->parcor[
637 CalcTnsFilter(const Word16 *signal, const Word32 window[], Word16 numOfLines, Word16 tnsOrder, Word32 parcor[]) argument
776 Search3(Word32 parcor) argument
790 Search4(Word32 parcor) argument
813 Parcor2Index(const Word32 parcor[], Word16 index[], Word16 order, Word16 bitsPerCoeff) argument
837 Index2Parcor(const Word16 index[], Word32 parcor[], Word16 order, Word16 bitsPerCoeff) argument
[all...]

Completed in 7 milliseconds