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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c139 PSY_CONFIGURATION_LONG *pC, /*!< psy config struct */
156 tC->tnsMaxSfb = tnsMaxBandsLongMainLow[pC->sampRateIdx];
161 tC->tnsStopBand = min(pC->sfbCnt, tC->tnsMaxSfb);
162 tC->tnsStopLine = pC->sfbOffset[tC->tnsStopBand];
165 pC->sfbCnt, (const Word16*)pC->sfbOffset);
169 pC->sfbCnt,
170 (const Word16*)pC->sfbOffset);
174 pC->sfbCnt,
175 (const Word16*)pC
135 InitTnsConfigurationLong(Word32 bitRate, Word32 sampleRate, Word16 channels, TNS_CONFIG *tC, PSY_CONFIGURATION_LONG *pC, Word16 active) argument
202 InitTnsConfigurationShort(Word32 bitRate, Word32 sampleRate, Word16 channels, TNS_CONFIG *tC, PSY_CONFIGURATION_SHORT *pC, Word16 active) argument
[all...]

Completed in 150 milliseconds