HomeSort by relevance Sort by last modified time
    Searched refs:t00 (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 471 M_LOAD_XINT pSrc, srcStep, $offset, t00, t01, t10, t11 ;// Load a, a', b, b'
472 M_EXT_XINT $offset, t00, t01, t10, t11
473 M_HSUM_XOR t00, t10, tmp ;// s0, l0
478 ;// t00, t01, t10, t11 required from previous loop
484 M_AVG4 t00, t10, t20, t30, $rndVal ;// s0, l0, s1, l1
486 STRD t00, t01, [pDst], dstStep ;// store the average
490 M_LOAD_XINT pSrc, srcStep, $offset, t00, t01, t10, t11 ;// Load a, a', b, b'
492 M_EXT_XINT $offset, t00, t01, t10, t11
493 M_HSUM_XOR t00, t10, tmp
495 M_AVG4 t20, t30, t00, t10, $rndVa
608 t00 RN 4 label
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator.cc 215 double t00, t01; local
265 t00 = _thetaCov[0][0];
267 _thetaCov[0][0] = (1 - kalmanGain[0] * deltaFSBytes) * t00 -
272 kalmanGain[1] * deltaFSBytes * t00;
  /external/aac/libAACenc/src/
bit_cnt.cpp 456 INT t0,t1,t00,t01; local
467 t00 = fixMin(t0,16);
469 bc11+= (INT) FDKaacEnc_huff_ltab11[t00][t01];
548 INT i,t0,t1,t2,t3,t00,t01; local
742 t00 = fixMin(t0,16);
745 codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01];
782 INT i,t0,t1,t2,t3,t00,t01; local
1070 t00 = fixMin(t0,16);
1073 codeWord = FDKaacEnc_huff_ctab11[t00][t01];
1074 codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01]
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bit_cnt.c 390 Word32 t0,t1,t00,t01,i; local
403 t00 = min(t0,16);
405 bc11 = bc11 + huff_ltab11[t00][t01];
498 Word32 i, t0, t1, t2, t3, t00, t01; local
823 t00 = min(t0,16);
826 codeWord = huff_ctab11[t00][t01];
827 codeLength = huff_ltab11[t00][t01];
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 109 const GLfloat t00[4], const GLfloat t10[4],
112 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]);
113 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]);
114 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]);
115 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]);
1159 GLfloat t00[4], t10[4], t01[4], t11[4]; \/* sampled texel colors *\/ local
1223 GLfloat t00[4], t10[4], t01[4], t11[4]; \/* sampled texel colors *\/ local
2730 GLfloat t00[4], t01[4], t10[4], t11[4]; local
2866 GLfloat t00[4], t01[4], t10[4], t11[4]; local
    [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_sse.hpp 1218 __m128i t00 = _mm_loadu_si128((const __m128i*)ptr); local
1269 __m128i t00 = _mm_loadu_si128((const __m128i*)ptr); local
1311 __m128i t00 = _mm_loadu_si128((const __m128i*)ptr); local
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 695 double t00 = a11 * a22 - a21 * a12; local
    [all...]

Completed in 528 milliseconds