HomeSort by relevance Sort by last modified time
    Searched defs:temp1 (Results 151 - 175 of 252) sorted by null

1 2 3 4 5 67 8 91011

  /external/opencv/cvaux/src/
cvlmeds.cpp 679 double temp1[8 * 8]; local
756 /* ----------- temp1 = V * W(-1) ----------- */
761 temp1[a8 + b] = V[a8 + b] * W[b];
776 temp2[a_num + b] += temp1[a8 + t] * U[b8 + t];
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsio0.c 679 cmsUInt8Number temp1; local
683 temp1 = *(pByte+1) & 0xf0;
685 if (temp1 > 0x90) temp1 = 0x90;
687 *(pByte+1) = (cmsUInt8Number)(temp1 | temp2);
    [all...]
  /external/python/cpython3/Modules/_sha3/kcp/
KeccakP-1600-inplace32BI.c 32 #define prepareToBitInterleaving(low, high, temp, temp0, temp1) \
38 temp1 = (high); \
39 temp = (temp1 ^ (temp1 >> 1)) & 0x22222222UL; temp1 = temp1 ^ temp ^ (temp << 1); \
40 temp = (temp1 ^ (temp1 >> 2)) & 0x0C0C0C0CUL; temp1 = temp1 ^ temp ^ (temp << 2);
90 UINT32 temp, temp0, temp1; local
126 UINT32 temp, temp0, temp1; local
146 UINT32 temp, temp0, temp1; local
291 UINT32 low, high, temp, temp0, temp1; local
363 UINT32 low, high, temp, temp0, temp1; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c 450 int32_t stored1, adept1, spectrum1, echo1, temp1; local
467 "mul %[temp1], %[adept1], %[spectrum1] \n\t"
474 "addu %[par2], %[par2], %[temp1] \n\t"
486 "mul %[temp1], %[adept1], %[spectrum1] \n\t"
495 "addu %[par2], %[par2], %[temp1] \n\t"
504 [spectrum1] "=&r" (spectrum1), [temp1] "=&r" (temp1),
528 int16_t* temp1; local
532 temp1 = &(aecm->channelStored[0]);
542 "ulw %[temp2], 0(%[temp1]) \n\t
575 int32_t temp1, temp2, temp4, temp5; local
842 int32_t temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 3883 struct snd_ucm_ident_node *temp1, *temp2; local
    [all...]
  /art/compiler/optimizing/
intrinsics_mips.cc 2092 Register temp1 = locations->GetTemp(0).AsRegister<Register>(); local
    [all...]
intrinsics_mips64.cc 1667 GpuRegister temp1 = locations->GetTemp(0).AsRegister<GpuRegister>(); local
    [all...]
intrinsics_arm64.cc 1319 Register temp1 = WRegisterFrom(locations->GetTemp(1)); local
1565 Register temp1 = scratch_scope.AcquireW(); local
2475 Register temp1 = WRegisterFrom(locations->GetTemp(0)); local
    [all...]
intrinsics_arm_vixl.cc 528 const vixl32::Register temp1 = temps.Acquire(); local
552 __ Vmov(temp1, op1);
555 __ Orr(temp1, temp1, temp2);
557 __ And(temp1, temp1, temp2);
559 __ Vmov(out, temp1);
564 __ Movt(temp1, High16Bits(kNanFloat)); // 0x7FC0xxxx is a NaN.
565 __ Vmov(out, temp1);
807 vixl32::SRegister temp1 = LowSRegisterFrom(invoke->GetLocations()->GetTemp(0)) local
1481 const vixl32::Register temp1 = RegisterFrom(locations->GetTemp(1)); local
1578 const vixl32::Register temp1 = RegisterFrom(locations->GetTemp(1)); local
1888 vixl32::Register temp1 = RegisterFrom(locations->GetTemp(1)); local
1923 vixl32::Register temp1 = RegisterFrom(locations->GetTemp(1)); local
2227 vixl32::Register temp1 = RegisterFrom(temp1_loc); local
2530 GenSystemArrayCopyBaseAddress(GetAssembler(), type, src, src_pos, temp1); local
2532 GenSystemArrayCopyEndAddress(GetAssembler(), type, length, temp1, temp3); local
2572 GenSystemArrayCopyBaseAddress(GetAssembler(), type, src, src_pos, temp1); local
2576 GenSystemArrayCopyEndAddress(GetAssembler(), type, length, temp1, temp3); local
    [all...]
intrinsics_x86.cc 109 Register temp1 = temp1_loc.AsRegister<Register>(); variable
114 // In this code path, registers `temp1`, `temp2`, and `temp3`
125 __ xorl(temp1, temp1);
132 __ movl(temp2, Address(src, temp1, ScaleFactor::TIMES_4, adjusted_offset));
134 __ leal(temp2, Address(src_pos.AsRegister<Register>(), temp1, ScaleFactor::TIMES_1, 0));
155 __ movl(Address(dest, temp1, ScaleFactor::TIMES_4, adjusted_offset), temp2);
157 __ leal(temp3, Address(dest_pos.AsRegister<Register>(), temp1, ScaleFactor::TIMES_1, 0));
161 __ addl(temp1, Immediate(1));
219 XmmRegister temp1 = locations->GetTemp(0).AsFpuRegister<XmmRegister>() local
2213 XmmRegister temp1 = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); local
2218 __ movsd(Address(base, offset, ScaleFactor::TIMES_1, 0), temp1); local
2351 Register temp1 = temp1_loc.AsRegister<Register>(); local
2913 Register temp1 = temp1_loc.AsRegister<Register>(); local
3169 GenSystemArrayCopyBaseAddress(GetAssembler(), type, src, src_pos, temp1); local
3185 GenSystemArrayCopyEndAddress(GetAssembler(), type, length, temp1, temp3); local
3260 GenSystemArrayCopyEndAddress(GetAssembler(), type, length, temp1, temp3); local
    [all...]
intrinsics_x86_64.cc 1179 CpuRegister temp1 = temp1_loc.AsRegister<CpuRegister>(); local
1414 GetAssembler(), type, src, src_pos, dest, dest_pos, length, temp1, temp2, temp3); local
2422 CpuRegister temp1 = locations->GetTemp(0).AsRegister<CpuRegister>(); local
2600 CpuRegister temp1 = locations->GetTemp(0).AsRegister<CpuRegister>(); local
    [all...]
  /external/aac/libAACdec/src/
usacdec_lpd.cpp 227 FIXP_DBL temp1 = invSqrtNorm2(ener_by_tmp, &temp_exp); local
231 FIXP_DBL tmp_result = fMult(corr, temp1);
    [all...]
  /external/aac/libSBRdec/src/
env_calc.cpp 2055 FIXP_DBL temp1 = bufferReal[l] << (int)preShift; local
2071 FIXP_DBL temp1 = bufferReal[l] >> (int)negpreShift; local
    [all...]
  /external/libhevc/common/x86/
ihevc_intra_pred_filters_ssse3_intr.c 984 int temp1; local
1191 WORD32 temp1, temp2, temp3; local
1573 int temp1, temp2, temp3; local
1726 __m128i temp1, temp2; local
1780 int temp1; local
1903 int temp1, temp2, temp3, temp4; local
2052 int temp1, temp2, temp3, temp4; local
2171 int temp1, temp2, temp3, temp4; local
3054 __m128i temp1, temp2, temp3, temp11, temp12; local
3272 __m128i temp1, temp2, temp11, src_values0; local
3477 __m128i temp1, temp2, temp11, src_values0; local
3730 __m128i temp1, temp2, temp3, temp4; local
4499 __m128i temp1, temp2, temp3, temp4, sm3; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
inv_txfm_vsx.c 95 temp1 = vec_sra(vec_add(vec_mule(tmp16_0, cospi16_v), shift), shift14); \
104 step0 = vec_packs(temp1, temp2); \
112 int32x4_t temp1, temp2, temp3, temp4; local
186 /* for the: temp1 = step[x] * cospi_q - step[y] * cospi_z
    [all...]
  /external/libxaac/decoder/armv8/
ixheaacd_qmf_dec_armv8.c 72 WORD32 temp1[6]; local
89 temp1[0] = *ptr_forward++;
90 temp1[1] = *ptr_reverse--;
91 temp1[0] = ixheaacd_add32(ixheaacd_shr32(temp1[0], LP_SHIFT_VAL),
92 ixheaacd_shr32(temp1[1], LP_SHIFT_VAL));
94 temp1[2] = *(ptr_forward - 33);
95 temp1[3] = *(ptr_reverse - 31);
96 temp1[1] = ixheaacd_sub32(ixheaacd_shr32(temp1[2], LP_SHIFT_VAL)
294 WORD32 temp1, temp2; local
1113 WORD32 temp1, temp2; local
    [all...]
  /external/libxaac/decoder/generic/
ixheaacd_qmf_dec_generic.c 66 WORD32 temp1[6]; local
83 temp1[0] = *ptr_forward++;
84 temp1[1] = *ptr_reverse--;
85 temp1[0] = ixheaacd_add32(ixheaacd_shr32(temp1[0], LP_SHIFT_VAL),
86 ixheaacd_shr32(temp1[1], LP_SHIFT_VAL));
88 temp1[2] = *(ptr_forward - 33);
89 temp1[3] = *(ptr_reverse - 31);
90 temp1[1] = ixheaacd_sub32(ixheaacd_shr32(temp1[2], LP_SHIFT_VAL)
472 WORD32 temp1, temp2; local
1341 WORD32 temp1, temp2; local
    [all...]
  /external/libxaac/decoder/
ixheaacd_aac_imdct.c 305 WORD32 tempr, tempi, outi, outr, temp1, temp2; local
319 temp1 = ixheaacd_mult32x16in32(outi, adjust1);
322 outr = outr + temp1;
339 temp1 = ixheaacd_mult32x16in32(outi, adjust1);
342 outr = outr + temp1;
357 temp1 = ixheaacd_mult32x16in32(outi, adjust1);
360 outr = outr + temp1;
377 temp1 = ixheaacd_mult32x16in32(outi, adjust1);
380 outr = outr + temp1;
386 WORD32 tempr, tempi, outi, outr, temp1, temp2 local
484 WORD32 tempr, tempi, outr, outi, win1, accu, temp1, temp2; local
635 WORD32 tempr, tempi, temp1, temp2, outr, outi, win1, accu; local
2223 WORD32 s1, s2, s3, s4, t, temp1, temp2; local
    [all...]
ixheaacd_env_calc.c 214 WORD16 temp1, temp2; local
215 temp1 = *ptr_nrg_gain_mant;
217 temp1 = (temp1 * compensation_m) >> 16;
219 *ptr_nrg_gain_mant++ = temp1;
391 WORD16 temp1, temp2, temp3; local
393 temp1 = *ptr_nrg_gain;
397 temp1 = ixheaacd_mult16_shl(temp1, boost_gain_mant);
400 *ptr_nrg_gain++ = temp1;
494 WORD16 temp1 = *ptr_gain++; local
998 WORD32 temp1, temp2; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 581 SVGA3dShaderDestToken temp1; local
587 temp1.value = 0;
620 temp1 = get_temp( emit );
622 if (!emit_repl( emit, temp1, &src1 ))
630 release_temp( emit, temp1 );
1376 SVGA3dShaderDestToken temp1 = get_temp( emit ); local
    [all...]
  /external/opencv/cv/include/
cvtypes.h 288 float* Temp1; /* temp1->data.fl */
308 CvMat* temp1; /* temporary matrices */ member in struct:CvKalman
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 819 LOperand* temp1 = TempRegister(); local
822 LFastAllocate* result = new (zone()) LFastAllocate(size, temp1, temp2);
829 new (zone()) LAllocate(context, size, temp1, temp2, temp3);
940 LOperand* temp1 = needs_temps ? TempRegister() : NULL; local
947 return new(zone()) LBranch(UseRegister(value), temp1, temp2);
950 new(zone()) LBranch(UseRegister(value), temp1, temp2));
1060 LOperand* temp1 = TempRegister(); local
1073 LOperand* temp1 = TempRegister(); local
2158 LOperand* temp1 = NULL; local
2285 LOperand* temp1 = TempRegister(); local
2319 LOperand* temp1 = TempRegister(); local
2336 LOperand* temp1 = TempRegister(); local
    [all...]
  /external/webp/src/dsp/
dec_msa.c 179 u_r = SRAI_H(temp1, 7); \
221 v8i16 temp0, temp1, temp2, temp3; \
245 temp1 = temp0 + cnst63h; \
250 temp1 = temp1 + temp0; \
254 temp1 = temp1 + temp0; \
882 const v4u32 temp1 = __msa_hadd_u_w(temp0, temp0); local
944 const v4u32 temp1 = __msa_hadd_u_w(temp0, temp0); local
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 1721 int temp1[2]; local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 1386 long long temp1 = (long long)ax * bx; local
    [all...]

Completed in 1069 milliseconds

1 2 3 4 5 67 8 91011