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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DeBlockPixel.c99 int tC = tC0; local
103 tC++;
109 tC++;
113 tC++;
118 delta = armClip(-tC, tC, delta);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DFakeWifiLog.java65 public void tC(String msg) { method in class:FakeWifiLog
H A DWifiLog.java142 void tC(String msg); method in interface:WifiLog
H A DLogcatLog.java92 public void tC(String msg) { method in class:LogcatLog
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DeblockingLuma_unsafe_s.s74 tC RN 1 label
139 ;// delta = Clip3( -tC, tC, ((((q0-p0)<<2) + (p1-q1) + 4)>>3))
161 ;// tC = tC0
162 ;// if (ap < beta) tC++;
163 ;// if (aq < beta) tC++;
166 UQADD8 tC, tC0, apflg
168 UQADD8 tC, tC, aqflg
173 USUB8 t3, pos, tC
[all...]
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s90 tC RN 12 label
261 ;// delta = Clip3( -tC, tC, ((((q0-p0)<<2) + (p1-q1) + 4)>>3))
276 ORR tC, tC0, tC1, LSL #16
280 ORR tC, tC, LSL #8
283 UQADD8 tC, tC, m01
287 SEL tC, tC, m0
[all...]
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s114 tC RN 12 label
342 ;// delta = Clip3( -tC, tC, ((((q0-p0)<<2) + (p1-q1) + 4)>>3))
357 ORR tC, tC1, tC0, LSL #16
361 ORR tC, tC, LSL #8
364 UQADD8 tC, tC, m01
368 SEL tC, tC, m0
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c138 TNS_CONFIG *tC, /*!< TNS Config struct (modified) */
144 tC->maxOrder = TNS_MAX_ORDER;
145 tC->tnsStartFreq = 1275;
146 tC->coefRes = 4;
156 tC->tnsMaxSfb = tnsMaxBandsLongMainLow[pC->sampRateIdx];
158 tC->tnsActive = active;
161 tC->tnsStopBand = min(pC->sfbCnt, tC->tnsMaxSfb);
162 tC->tnsStopLine = pC->sfbOffset[tC
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
268 TnsDetect(TNS_DATA* tnsData, TNS_CONFIG tC, Word32* pScratchTns, const Word16 sfbOffset[], Word32* spectrum, Word16 subBlockNumber, Word16 blockType, Word32 * sfbEnergy) argument
357 TnsSync(TNS_DATA *tnsDataDest, const TNS_DATA *tnsDataSrc, const TNS_CONFIG tC, const Word16 subBlockNumber, const Word16 blockType) argument
393 TnsEncode(TNS_INFO* tnsInfo, TNS_DATA* tnsData, Word16 numOfSfb, TNS_CONFIG tC, Word16 lowPassLine, Word32* spectrum, Word16 subBlockNumber, Word16 blockType) argument
[all...]

Completed in 260 milliseconds