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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c136 TNS_CONFIG *tC, /*!< TNS Config struct (modified) */
142 tC->maxOrder = TNS_MAX_ORDER;
143 tC->tnsStartFreq = 1275;
144 tC->coefRes = 4;
154 tC->tnsMaxSfb = tnsMaxBandsLongMainLow[pC->sampRateIdx];
156 tC->tnsActive = active;
159 tC->tnsStopBand = min(pC->sfbCnt, tC->tnsMaxSfb);
160 tC->tnsStopLine = pC->sfbOffset[tC
133 InitTnsConfigurationLong(Word32 bitRate, Word32 sampleRate, Word16 channels, TNS_CONFIG *tC, PSY_CONFIGURATION_LONG *pC, Word16 active) argument
200 InitTnsConfigurationShort(Word32 bitRate, Word32 sampleRate, Word16 channels, TNS_CONFIG *tC, PSY_CONFIGURATION_SHORT *pC, Word16 active) argument
266 TnsDetect(TNS_DATA* tnsData, TNS_CONFIG tC, Word32* pScratchTns, const Word16 sfbOffset[], Word32* spectrum, Word16 subBlockNumber, Word16 blockType, Word32 * sfbEnergy) argument
355 TnsSync(TNS_DATA *tnsDataDest, const TNS_DATA *tnsDataSrc, const TNS_CONFIG tC, const Word16 subBlockNumber, const Word16 blockType) argument
391 TnsEncode(TNS_INFO* tnsInfo, TNS_DATA* tnsData, Word16 numOfSfb, TNS_CONFIG tC, Word16 lowPassLine, Word32* spectrum, Word16 subBlockNumber, Word16 blockType) argument
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dtns_func.h46 TNS_CONFIG tC,
56 const TNS_CONFIG tC,
63 TNS_CONFIG tC,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DeBlockPixel.c84 int tC = tC0; local
88 tC++;
94 tC++;
98 tC++;
103 delta = armClip(-tC, tC, delta);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s76 tC RN 12 label
247 ;// delta = Clip3( -tC, tC, ((((q0-p0)<<2) + (p1-q1) + 4)>>3))
262 ORR tC, tC0, tC1, LSL #16
266 ORR tC, tC, LSL #8
269 UQADD8 tC, tC, m01
273 SEL tC, tC, m0
[all...]
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s100 tC RN 12 label
328 ;// delta = Clip3( -tC, tC, ((((q0-p0)<<2) + (p1-q1) + 4)>>3))
343 ORR tC, tC1, tC0, LSL #16
347 ORR tC, tC, LSL #8
350 UQADD8 tC, tC, m01
354 SEL tC, tC, m0
[all...]
H A DarmVCM4P10_DeblockingLuma_unsafe_s.s60 tC RN 1 label
125 ;// delta = Clip3( -tC, tC, ((((q0-p0)<<2) + (p1-q1) + 4)>>3))
147 ;// tC = tC0
148 ;// if (ap < beta) tC++;
149 ;// if (aq < beta) tC++;
152 UQADD8 tC, tC0, apflg
154 UQADD8 tC, tC, aqflg
159 USUB8 t3, pos, tC
[all...]

Completed in 468 milliseconds