HomeSort by relevance Sort by last modified time
    Searched refs:temp1 (Results 176 - 200 of 245) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 315 Register temp1,
323 Register temp1,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
idct_v6.asm 99 pkhbt r8, r10, r8, lsl #16 ; 1s | 5s = temp1
115 pkhbt r11, r14, r11, lsl #16 ; 3s | 7s = temp1
  /external/libvpx/libvpx/vp8/common/arm/armv6/
idct_v6.asm 99 pkhbt r8, r10, r8, lsl #16 ; 1s | 5s = temp1
115 pkhbt r11, r14, r11, lsl #16 ; 3s | 7s = temp1
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
idct_v6.asm 99 pkhbt r8, r10, r8, lsl #16 ; 1s | 5s = temp1
115 pkhbt r11, r14, r11, lsl #16 ; 3s | 7s = temp1
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 74 int temp1 =0,temp2 =0; local
133 temp1 = atoi(argv[3]);
136 if (((temp1%16) != 0) || ((temp2%16) != 0))
142 decoder_context->video_resoultion.frame_height = temp1;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 73 int temp1 =0,temp2 =0; local
139 temp1 = atoi(argv[3]);
142 if (((temp1%16) != 0) || ((temp2%16) != 0))
148 encoder_context->input_width = temp1;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 74 int temp1 =0,temp2 =0; local
132 temp1 = atoi(argv[3]);
135 if (((temp1%16) != 0) || ((temp2%16) != 0)) {
138 decoder_context->video_resoultion.frame_height = temp1;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 738 uint32 temp1, temp2; local
1164 temp1 = (x0 >> 1);
1165 temp1 |= ((x1 >> 1) << 8);
1166 temp1 |= ((x2 >> 1) << 16);
1167 temp1 |= ((x3 >> 1) << 24);
1169 *((uint32*)pred) = temp1;
1178 temp1 = (temp1 >> 8) | ((x4 >> 1) << 24); /* rotate out old value */
1179 *((uint32*)(pred += 4)) = temp1;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1546 st_src_reg temp1 = st_src_reg(temp), temp2 = st_src_reg(temp); local
1605 st_src_reg temp1 = st_src_reg(temp), temp2 = st_src_reg(temp); local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1546 st_src_reg temp1 = st_src_reg(temp), temp2 = st_src_reg(temp); local
1605 st_src_reg temp1 = st_src_reg(temp), temp2 = st_src_reg(temp); local
    [all...]
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 248 double temp, temp1, temp2; local
254 temp1 = 0.;
255 if (k) temp1 = x[k-1];
258 fvec[k] = temp - temp1 - 2.*temp2 + 1.;
353 double temp, temp1, temp2; local
360 temp1 = 0.;
361 if (k) temp1 = x[k-1];
364 fvec[k] = temp - temp1 - 2.*temp2 + 1.;
    [all...]
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_ARGB8888_to_YUV420SP_NEON.s 21 @r12 temp1, nHeight
34 @q0: temp1, R
  /art/runtime/interpreter/
interpreter_common.cc 273 std::string temp1, temp2, temp3; local
277 reg->GetClass()->GetDescriptor(&temp1),
592 std::string temp1, temp2; local
597 o->GetClass()->GetDescriptor(&temp1),
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
test_fft_time.c 1209 OMX_S32* temp1; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
psconv.c 208 FT_Int temp1 = power_ten; local
240 //while ( temp1 > 0 ) { temp0 *= 10; temp1 --; }
241 //while ( temp1 < 0 ) { temp0 /= 10; temp1 ++; }
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 113 temp1 RN 10 ;// Temporary scratch varaibles label
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp 129 uint32_t temp1; local
154 temp1 = (uint32_t)crc>>8;
156 crc = temp1^temp2;
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 1175 LOperand* temp1 = TempRegister(); local
1906 LOperand* temp1 = TempRegister(); local
1918 LOperand* temp1 = TempRegister(); local
1942 LOperand* temp1 = TempRegister(); local
1948 LOperand* temp1 = TempRegister(); local
2375 LOperand* temp1 = TempRegister(); local
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 1149 LOperand* temp1 = TempRegister(); local
1852 LOperand* temp1 = TempRegister(); local
1864 LOperand* temp1 = TempRegister(); local
1888 LOperand* temp1 = TempRegister(); local
1894 LOperand* temp1 = TempRegister(); local
2321 LOperand* temp1 = TempRegister(); local
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 1184 LOperand* temp1 = TempRegister(); local
1294 LOperand* temp1 = FixedTemp(rax); local
1362 LOperand* temp1 = FixedTemp(rax); local
1433 LOperand* temp1 = FixedTemp(rax); local
1888 LOperand* temp1 = TempRegister(); local
1894 LOperand* temp1 = SmiValuesAre32Bits() ? NULL : TempRegister(); local
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 141 uint32_t temp1; local
166 temp1 = (uint32_t)crc>>8;
168 crc = temp1^temp2;
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsplugin.c 63 cmsUInt8Number temp1; local
66 temp1 = *pByte++;
71 *pByte = temp1;
  /external/sonivox/arm-fm-22k/lib_src/
eas_smf.c 1194 EAS_U32 temp1, temp2; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smf.c 1194 EAS_U32 temp1, temp2; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_smf.c 1203 EAS_U32 temp1, temp2; local
    [all...]

Completed in 1742 milliseconds

1 2 3 4 5 6 78 910