HomeSort by relevance Sort by last modified time
    Searched defs:temp3 (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/libhevc/common/x86/
ihevc_32x32_itrans_recon_sse42_intr.c 199 __m128i temp1, temp2, temp3, temp4; local
757 temp3 = m_temp_reg_34;
901 m_temp_reg_34 = _mm_add_epi32(temp3, m_temp_reg_30);
902 m_temp_reg_35 = _mm_sub_epi32(temp3, m_temp_reg_30);
    [all...]
ihevc_itrans_recon_32x32_ssse3_intr.c 207 __m128i temp1, temp2, temp3, temp4; local
768 temp3 = m_temp_reg_34;
911 m_temp_reg_34 = _mm_add_epi32(temp3, m_temp_reg_30);
912 m_temp_reg_35 = _mm_sub_epi32(temp3, m_temp_reg_30);
    [all...]
ihevc_chroma_intra_pred_filters_ssse3_intr.c 560 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
572 temp3 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * (row + 1)]);
580 temp4 = _mm_unpacklo_epi8(temp3, temp4);
598 temp3 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * (row + 1)]);
608 temp4 = _mm_unpacklo_epi8(temp3, temp4);
632 temp3 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * 1]);
642 temp4 = _mm_unpacklo_epi8(temp3, temp4);
    [all...]
ihevc_intra_pred_filters_sse42_intr.c 533 WORD32 temp1, temp2, temp3; local
591 temp3 = _mm_cvtsi128_si32(src_temp4);
595 *(WORD32 *)(&pu1_dst[(3 * dst_strd)]) = temp3;
1063 int temp1, temp2, temp3; local
1278 int temp1, temp2, temp3, temp4; local
2128 __m128i temp1, temp2, temp3, temp11, temp12; local
2806 __m128i temp1, temp2, temp3, temp4; local
3572 __m128i temp1, temp2, temp3, temp4, sm3; local
    [all...]
ihevc_intra_pred_filters_ssse3_intr.c 1191 WORD32 temp1, temp2, temp3; local
1573 int temp1, temp2, temp3; 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
3730 __m128i temp1, temp2, temp3, temp4; local
4499 __m128i temp1, temp2, temp3, temp4, sm3; local
    [all...]
  /external/libjpeg-turbo/
jchuff.c 509 int temp, temp2, temp3; local
530 temp3 = temp >> (CHAR_BIT * sizeof(int) - 1);
531 temp ^= temp3;
532 temp -= temp3;
536 temp2 += temp3;
567 temp3 = temp >> (CHAR_BIT * sizeof(int) - 1); \
568 temp ^= temp3; \
569 temp -= temp3; \
570 temp2 += temp3; \
578 temp3 = (r << 4) + nbits;
    [all...]
  /external/libmpeg2/common/x86/
impeg2_idct_recon_sse42_intr.c 2087 __m128i value_4x32b, pred_r0, pred_r1, temp0, temp1, temp2, temp3; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans32_cols_dspr2.c 31 int temp0, temp1, temp2, temp3; local
70 "extp %[temp3], $ac3, 31 \n\t"
90 "sub %[load1], %[temp3], %[temp2] \n\t"
101 "add %[step1_31], %[temp2], %[temp3] \n\t"
105 [temp2] "=&r"(temp2), [temp3] "=&r"(temp3),
130 "extp %[temp3], $ac3, 31 \n\t"
151 "sub %[load2], %[temp2], %[temp3] \n\t"
161 "add %[step1_28], %[temp2], %[temp3] \n\t"
165 [temp2] "=&r"(temp2), [temp3] "=&r"(temp3)
    [all...]
itrans32_dspr2.c 35 int temp0, temp1, temp2, temp3; local
114 "extp %[temp3], $ac3, 31 \n\t"
134 "sub %[load1], %[temp3], %[temp2] \n\t"
145 "add %[step1_31], %[temp2], %[temp3] \n\t"
149 [temp2] "=&r"(temp2), [temp3] "=&r"(temp3),
174 "extp %[temp3], $ac3, 31 \n\t"
195 "sub %[load2], %[temp2], %[temp3] \n\t"
205 "add %[step1_28], %[temp2], %[temp3] \n\t"
209 [temp2] "=&r"(temp2), [temp3] "=&r"(temp3)
    [all...]
  /external/webp/src/dsp/
enc_mips_dsp_r2.c 78 // TEMP0..TEMP3 - registers for corresponding tmp elements
79 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \
83 "lw %[" #TEMP3 "], " XSTR(BPS) "*" #A "(%[" #TEMP1 "]) \n\t" \
85 "preceu.ph.qbl %[" #TEMP1 "], %[" #TEMP3 "] \n\t" \
87 "preceu.ph.qbr %[" #TEMP3 "], %[" #TEMP3 "] \n\t" \
89 "subq.ph %[" #TEMP2 "], %[" #TEMP2 "], %[" #TEMP3 "] \n\t" \
92 "subq.ph %[" #TEMP3 "], %[" #TEMP2 "], %[" #TEMP0 "] \n\t" \
95 "seh %[temp19], %[" #TEMP3 "] \n\t" \
96 "sra %[" #TEMP3 "], %[" #TEMP3 "], 16 \n\t"
147 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
175 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
251 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
484 int temp0, temp1, temp2, temp3; local
547 int temp0, temp1, temp2, temp3; local
611 int a10, a32, temp0, temp1, temp2, temp3, temp4, temp5; local
666 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
697 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
733 int temp0, temp1, temp2, temp3, temp4, temp5; local
782 int temp0, temp1, temp2, temp3, temp4; local
832 int temp0, temp1, temp2, temp3, temp4, temp5; local
879 int temp0, temp1, temp2, temp3, temp4; local
928 int temp0, temp1, temp2, temp3, temp4; local
976 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
1082 int temp0, temp1, temp2, temp3; local
1112 int temp0, temp1, temp2, temp3; local
1134 int temp0, temp1, temp2, temp3; local
1152 int temp0, temp1, temp2, temp3; local
1275 int temp0, temp1, temp2, temp3, temp4, temp5,temp6; local
1362 int temp0, temp1, temp2, temp3, temp4; local
1461 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_mips.c 656 float temp1, temp2, temp3, temp4; local
    [all...]
  /external/libavc/common/x86/
ih264_luma_intra_pred_filters_ssse3.c 1409 __m128i temp1, temp2, temp3, temp4; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c 530 int32_t temp0, temp2, temp3, temp4, temp5, temp6; local
545 "muleq_s.w.phl %[temp3], %[temp2], %[temp0] \n\t"
573 int32_t* temp3; local
842 int32_t temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
  /art/compiler/optimizing/
intrinsics_mips.cc 2095 Register temp3 = locations->GetTemp(2).AsRegister<Register>(); local
    [all...]
intrinsics_mips64.cc 1672 GpuRegister temp3 = locations->GetTemp(2).AsRegister<GpuRegister>(); local
    [all...]
intrinsics_arm64.cc 1273 Register temp3; local
2512 Register temp3; local
    [all...]
intrinsics_arm_vixl.cc 1479 vixl32::Register temp3; local
2116 vixl32::Register temp3 = RegisterFrom(temp3_loc); local
2416 GenSystemArrayCopyEndAddress(GetAssembler(), type, length, temp1, temp3); local
2460 GenSystemArrayCopyEndAddress(GetAssembler(), type, length, temp1, temp3); local
    [all...]
intrinsics_x86.cc 110 Register temp3 = locations->GetTemp(2).AsRegister<Register>(); variable
113 // In this code path, registers `temp1`, `temp2`, and `temp3`
156 __ leal(temp3, Address(dest_pos.AsRegister<Register>(), temp1, ScaleFactor::TIMES_1, 0));
157 __ movl(Address(dest, temp3, ScaleFactor::TIMES_4, offset), temp2);
2981 Register temp3 = temp3_loc.AsRegister<Register>(); local
3191 GenSystemArrayCopyEndAddress(GetAssembler(), type, length, temp1, temp3); local
3266 GenSystemArrayCopyEndAddress(GetAssembler(), type, length, temp1, temp3); local
    [all...]
intrinsics_x86_64.cc 1188 CpuRegister temp3 = temp3_loc.AsRegister<CpuRegister>(); local
1418 GetAssembler(), type, src, src_pos, dest, dest_pos, length, temp1, temp2, temp3); local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 654 SVGA3dShaderDestToken temp3; local
660 temp3.value = 0;
699 temp3 = get_temp( emit );
701 if (!emit_repl( emit, temp3, &src3 ))
709 release_temp( emit, temp3 );
    [all...]
  /external/opencv/cv/include/
cvtypes.h 310 CvMat* temp3; member in struct:CvKalman
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 827 LOperand* temp3 = instr->MustPrefillWithFiller() ? TempRegister() : NULL; local
829 new (zone()) LAllocate(context, size, temp1, temp2, temp3);
2338 LOperand* temp3 = TempRegister(); local
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
emmintrin.h 2050 __m128i temp, temp2, temp3; local
2062 __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 2050 __m128i temp, temp2, temp3; local
2062 __m128i temp, temp2, temp3, temp4; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 2051 UnicodeString temp, temp2, temp3; local
    [all...]

Completed in 3511 milliseconds

1 23 4