HomeSort by relevance Sort by last modified time
    Searched refs:temp3 (Results 26 - 50 of 62) sorted by null

12 3

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 102 temp3 RN 6 label
160 ADD temp3,dcScaler,#1
162 LSR temp3,temp3,#1 ;// temp3=round(dcScaler/2)
168 CMP Rem,temp3
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 64 temp3 RN 4 label
220 LDR temp3,=0xFFF
222 CMP packRetIndex,temp3 ;// Check for invalid symbol
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 64 temp3 RN 4 label
220 LDR temp3,=0xFFF
222 CMP packRetIndex,temp3 ;// Check for invalid symbol
omxVCM4P2_PredictReconCoefIntra_s.s 104 temp3 RN 12 label
184 ADD temp3,dcScaler,#1
186 LSR temp3,temp3,#1 ;// temp3=round(dcScaler/2)
191 CMP Rem,temp3 ;// compare Rem with (dcScaler/2)
  /external/opencv/cvaux/src/
cvdpstereo.cpp 79 #define CV_IMAX3(a,b,c) ((temp3 = (a) >= (b) ? (a) : (b)),(temp3 >= (c) ? temp3 : (c)))
80 #define CV_IMIN3(a,b,c) ((temp3 = (a) <= (b) ? (a) : (b)),(temp3 <= (c) ? temp3 : (c)))
90 int x, y, i, j, temp3; local
  /external/libgsm/src/
rpe.c 361 word temp, temp1, temp2, temp3; local
368 temp3 = gsm_asl( 1, gsm_sub( temp2, 1 ));
380 temp = GSM_ADD( temp, temp3 );
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 880 OMX_S32 temp1,temp2,temp3; local
891 temp3 = ( hi2* lo1 ) >> 16;
894 result = armSatAdd_S32(result,temp3);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 880 OMX_S32 temp1,temp2,temp3; local
891 temp3 = ( hi2* lo1 ) >> 16;
894 result = armSatAdd_S32(result,temp3);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 880 OMX_S32 temp1,temp2,temp3; local
891 temp3 = ( hi2* lo1 ) >> 16;
894 result = armSatAdd_S32(result,temp3);
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 178 Word16 temp3; local
195 temp3 = mult(COEFF5_2, data1, pOverflow);
198 temp3 = sub(temp2, temp3, pOverflow);
200 temp2 = mult(COEFF5_2, temp3, pOverflow);
213 data1 = mult(COEFF5_2, temp3, pOverflow);
218 temp2 = add(temp3, temp2, pOverflow);
    [all...]
  /external/opencv/cv/include/
cvtypes.h 310 CvMat* temp3; member in struct:CvKalman
  /libcore/luni/src/main/native/
cbigint.cpp 138 uint64_t temp1, temp2, temp3; /* temporary variables to help the SH-4, and gcc */ local
157 temp3 = temp1 + temp2;
158 arg1[index] = temp3 + carry;
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_tiled_to_linear_uv_neon.s 58 @r4 temp3
csc_ARGB8888_to_YUV420SP_NEON.s 19 @r10 temp3, r,g,b
39 @q5: temp3, output
csc_tiled_to_linear_y_neon.s 59 @r4 temp3
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
emmintrin.h 1954 __m128i temp, temp2, temp3; local
1966 __m128i temp, temp2, temp3, temp4; local
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
emmintrin.h 1954 __m128i temp, temp2, temp3; local
1966 __m128i temp, temp2, temp3, temp4; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbiapts.cpp 200 UnicodeString temp3=bi3->getRules(); local
201 if( temp2.compare(temp3) ==0 || temp.compare(temp2) == 0 || temp.compare(temp3) != 0)
    [all...]
  /external/icu4c/i18n/
locdspnm.cpp 607 UnicodeString temp3; local
614 keyTypeFormat->format(data, 2, temp3, fpos, status);
615 appendWithSep(resultRemainder, temp3);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c 2848 char temp2[40], temp3[40]; local
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 3025 char temp2[40], temp3[40]; local
    [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp 200 UnicodeString temp3=bi3->getRules(); local
201 if( temp2.compare(temp3) ==0 || temp.compare(temp2) == 0 || temp.compare(temp3) != 0)
    [all...]
  /external/v8/src/arm/
lithium-arm.h 560 LOperand* temp3) {
565 temps_[2] = temp3;
    [all...]
  /external/v8/src/mips/
lithium-mips.h 559 LOperand* temp3) {
564 temps_[2] = temp3;
    [all...]

Completed in 1475 milliseconds

12 3