HomeSort by relevance Sort by last modified time
    Searched full:temp1 (Results 1 - 25 of 347) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Core_MixInSoft_D32C31_SAT.c 35 LVM_FLOAT Temp1,Temp2,Temp3;
57 Temp1 = *src++;
60 Temp3 = Temp1 * (pInstance->Current);
61 Temp1 = Temp2 + Temp3;
63 if (Temp1 > 1.0f)
64 Temp1 = 1.0f;
65 else if (Temp1 < -1.0f)
66 Temp1 = -1.0f;
68 *dst++ = Temp1;
78 Temp1 = *src++
    [all...]
Core_MixSoft_1St_D32C31_WRA.c 34 LVM_FLOAT Temp1,Temp2;
58 Temp1 = *src;
61 Temp2 = Temp1 * (pInstance->Current);
72 Temp1 = *src;
75 Temp2 = Temp1 * (pInstance->Current);
79 Temp1 = *src;
82 Temp2 = Temp1 * (pInstance->Current);
86 Temp1 = *src;
89 Temp2 = Temp1 * (pInstance->Current);
93 Temp1 = *src
    [all...]
Core_MixHard_2St_D32C31_SAT.c 35 LVM_FLOAT Temp1,Temp2,Temp3;
44 Temp1 = *src1++;
45 Temp3 = Temp1 * Current1Short;
47 Temp1 = Temp2 * Current2Short;
48 Temp2 = (Temp1 / 2.0f) + (Temp3 / 2.0f);
65 LVM_INT32 Temp1,Temp2,Temp3;
74 Temp1=*src1++;
75 MUL32x16INTO32(Temp1,Current1Short,Temp3,15)
77 MUL32x16INTO32(Temp2,Current2Short,Temp1,15)
78 Temp2=(Temp1>>1)+(Temp3>>1)
    [all...]
From2iToMS_16x16.c 33 LVM_INT32 temp1,left,right; local
44 temp1 = (left+right)>>1;
45 *dstM = (LVM_INT16)temp1;
49 temp1 = (left-right)>>1;
50 *dstS = (LVM_INT16)temp1;
62 LVM_FLOAT temp1,left,right; local
73 temp1 = (left + right) / 2.0f;
74 *dstM = (LVM_FLOAT)temp1;
78 temp1 = (left - right) / 2.0f;
79 *dstS = (LVM_FLOAT)temp1;
    [all...]
  /external/libavc/common/x86/
ih264_deblk_luma_ssse3.c 104 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
122 temp1 = _mm_unpacklo_epi8(line1, line2);
127 line1 = _mm_unpacklo_epi16(temp1, temp2);
128 line2 = _mm_unpackhi_epi16(temp1, temp2);
146 temp1 = _mm_unpacklo_epi8(line1, line2);
151 line1 = _mm_unpacklo_epi16(temp1, temp2);
152 line2 = _mm_unpackhi_epi16(temp1, temp2);
156 temp1 = _mm_unpacklo_epi32(line1, line3);
161 p3_16x8 = _mm_unpacklo_epi64(p1_8x16, temp1);
162 p2_16x8 = _mm_unpackhi_epi64(p1_8x16, temp1);
528 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
865 temp1; local
1157 __m128i temp1, temp2; local
1456 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
1772 __m128i temp1, temp2, temp3, temp4; local
    [all...]
  /external/llvm/test/CodeGen/X86/
pr14562.ll 3 @temp1 = global i64 -77129852189294865, align 8
6 %x = load i64, i64* @temp1, align 8
10 store i64 %z, i64* @temp1, align 8
11 ; CHECK: movl $0, {{_?}}temp1+4
12 ; CHECK: movl $0, {{_?}}temp1
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_utils.cpp 27 int32 *temp0, *temp1; local
35 temp1 = (int32 *)comp;
37 temp1[0] = temp0[0];
38 temp1[1] = temp0[1];
39 temp1[2] = temp0[2];
40 temp1[3] = temp0[3];
46 temp1 = (int32 *)comp;
48 temp1[0] = temp0[0];
49 temp1[1] = temp0[1];
50 temp1[2] = temp0[2]
88 int32 *temp0, *temp1; local
    [all...]
  /external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/
StrNCmp.ll 15 %temp1 = call i32 @strncmp(i8* getelementptr inbounds ([1 x i8]* @null, i32 0, i32 0), i8* %str, i32 10)
16 ret i32 %temp1
20 ; CHECK: %temp1 = sub i32 0, %1
21 ; CHECK: ret i32 %temp1
26 %temp1 = call i32 @strncmp(i8* %str, i8* getelementptr inbounds ([1 x i8]* @null, i32 0, i32 0), i32 10)
27 ret i32 %temp1
30 ; CHECK: %temp1 = zext i8 %strcmpload to i32
31 ; CHECK: ret i32 %temp1
36 %temp1 = call i32 @strncmp(i8* getelementptr inbounds ([5 x i8]* @hell, i32 0, i32 0), i8* getelementptr inbounds ([6 x i8]* @hello, i32 0, i32 0), i32 10)
37 ret i32 %temp1
    [all...]
StrCmp.ll 15 %temp1 = call i32 @strcmp(i8* getelementptr inbounds ([1 x i8]* @null, i32 0, i32 0), i8* %str)
16 ret i32 %temp1
20 ; CHECK: %temp1 = sub i32 0, %1
21 ; CHECK: ret i32 %temp1
26 %temp1 = call i32 @strcmp(i8* %str, i8* getelementptr inbounds ([1 x i8]* @null, i32 0, i32 0))
27 ret i32 %temp1
30 ; CHECK: %temp1 = zext i8 %strcmpload to i32
31 ; CHECK: ret i32 %temp1
36 %temp1 = call i32 @strcmp(i8* getelementptr inbounds ([5 x i8]* @hell, i32 0, i32 0), i8* getelementptr inbounds ([6 x i8]* @hello, i32 0, i32 0))
37 ret i32 %temp1
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans8_dspr2.c 20 int Temp0, Temp1, Temp2, Temp3, Temp4;
33 "lh %[Temp1], 8(%[input]) \n\t"
38 "add %[Temp2], %[Temp0], %[Temp1] \n\t"
42 "sub %[Temp3], %[Temp0], %[Temp1] \n\t"
53 "lh %[Temp1], 12(%[input]) \n\t"
55 "msub $ac0, %[Temp1], %[cospi_8_64] \n\t"
72 "madd $ac1, %[Temp1], %[cospi_24_64] \n\t"
73 "extp %[Temp1], $ac1, 31 \n\t"
82 "add %[step1_0], %[Temp4], %[Temp1] \n\t"
83 "sub %[step1_3], %[Temp4], %[Temp1] \n\t
    [all...]
itrans4_dspr2.c 19 int Temp0, Temp1, Temp2, Temp3;
33 "lh %[Temp1], 4(%[input]) \n\t"
38 "add %[Temp2], %[Temp0], %[Temp1] \n\t"
39 "sub %[Temp3], %[Temp0], %[Temp1] \n\t"
42 "lh %[Temp1], 6(%[input]) \n\t"
53 temp1 = input[1] * cospi_24_64 - input[3] * cospi_8_64;
54 step_2 = dct_const_round_shift(temp1);
57 "msub $ac0, %[Temp1], %[cospi_8_64] \n\t"
65 "madd $ac1, %[Temp1], %[cospi_24_64] \n\t"
77 "add %[Temp1], %[step_1], %[step_2] \n\t
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s 67 Temp1 RN 4
92 M_LDR Temp1, [pSrc0], srcStep0
96 UQSUB16 Temp1, Temp1, r0x0fe00fe0
100 USAT16 Temp1, #13, Temp1
104 AND Temp1, r0x00ff00ff, Temp1, LSR #5
106 ORR ValueA0, Temp1, Temp2, LSL #8
129 M_LDR Temp1, [pSrc0], srcStep
    [all...]
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 80 Temp1 RN 3
108 LDRB Temp1, [pSrc], #-8 ;// Load row 0 [l0 k0 j0 i0]
114 PKHBT ValI, Temp1, Temp2, LSL #16 ;// [00 i1 00 i0]
121 UXTAB16 Temp1, ValC, ValD, ROR #8
123 RSB Temp1, Temp3, Temp1, LSL #2
125 ADD Temp1, Temp1, Temp1, LSL #2
126 ADD Acc0, Acc0, Temp1
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s 67 Temp1 RN 4
92 M_LDR Temp1, [pSrc0], srcStep0
96 UQSUB16 Temp1, Temp1, r0x0fe00fe0
100 USAT16 Temp1, #13, Temp1
104 AND Temp1, r0x00ff00ff, Temp1, LSR #5
106 ORR ValueA0, Temp1, Temp2, LSL #8
129 M_LDR Temp1, [pSrc0], srcStep
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
dct_msa.c 71 v8i16 temp0, temp1; local
80 BUTTERFLY_4(in0, in1, in2, in3, temp0, temp1, in1, in3);
81 SLLI_4V(temp0, temp1, in1, in3, 3);
82 in0 = temp0 + temp1;
83 in2 = temp0 - temp1;
96 BUTTERFLY_4(in0, in1, in2, in3, temp0, temp1, in1, in3);
97 in0 = temp0 + temp1 + 7;
98 in2 = temp0 - temp1 + 7;
102 temp1 = RET_1_IF_NZERO_H(in3);
103 ILVR_H2_SH(zero, temp1, in3, in1, temp1, temp0)
117 v8i16 temp0, temp1, tmp0, tmp1; local
170 v4i32 in0_w, in1_w, in2_w, in3_w, temp0, temp1, temp2, temp3; local
    [all...]
  /external/webp/src/dsp/
dec_mips_dsp_r2.c 27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; local
30 LOAD_WITH_OFFSET_X4(temp1, temp2, temp3, temp4, dst,
38 CONVERT_2_BYTES_TO_HALF(temp6, temp7, temp8, temp9, temp10, temp1, temp2,
39 temp3, temp1, temp2, temp3, temp4)
40 STORE_SAT_SUM_X2(temp6, temp7, temp8, temp9, temp10, temp1, temp2, temp3,
56 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
61 "replv.ph %[temp1], %[a] \n\t"
63 ADD_SUB_HALVES(temp2, temp3, temp1, c4)
65 SHIFT_R_SUM_X2(temp1, temp6, temp7, temp8, temp2, temp9, temp10, temp4,
73 PACK_2_HALVES_TO_WORD(temp12, temp18, temp7, temp6, temp1, temp8, temp2
87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
164 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
302 int step1, step2, temp1, temp2, temp3, temp4; local
490 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
559 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
631 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
660 int temp0, temp1, temp2, temp3, temp4; local
682 int temp0, temp1, temp2, temp3, temp4; local
732 int temp0, temp1, temp2, temp3, temp4; local
779 int temp0, temp1, temp2, temp3, temp4; local
816 int temp0, temp1; local
839 int temp0, temp1, temp2, temp3, temp4; local
    [all...]
lossless_mips_dsp_r2.c 96 int temp0, temp1, temp2, temp3, temp4, temp5; local
98 "preceu.ph.qbr %[temp1], %[c0] \n\t"
106 "addq.ph %[temp1], %[temp1], %[temp3] \n\t"
108 "shll_s.ph %[temp1], %[temp1], 7 \n\t"
110 "precrqu_s.qb.ph %[temp2], %[temp2], %[temp1] \n\t"
111 : [temp0]"=r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
121 int temp0, temp1, temp2, temp3, temp4, temp5 local
150 int temp0, temp1, temp2, temp3, temp4, temp5; local
233 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
291 int temp0, temp1, temp2, temp3, temp4, temp5; local
361 int temp0, temp1, temp2, temp3; local
413 int temp0, temp1, temp2, temp3; local
463 int temp0, temp1, temp2, temp3, temp4, temp5; local
537 int temp0, temp1, temp2, temp3, temp4, temp5; local
615 int temp0, temp1, temp2, temp3; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 78 temp1 RN 9 label
93 SUBS temp1,blockDCLeft,blockDCTopLeft
94 RSBLT temp1,temp1,#0
100 CMP temp1,temp2
102 LDRLTB temp1,[pQpBuf,#1]
104 STRLT temp1,[predQP]
106 LDRGEB temp1,[pQpBuf]
109 STRGE temp1,[predQP]
omxVCM4P2_PredictReconCoefIntra_s.s 122 temp1 RN 12 label
166 MOV temp1,absCoeffDC ;// temp1=prediction coeff
167 CMP temp1,#0
168 RSBLT absCoeffDC,temp1,#0 ;//absCoeffDC=abs(temp1)
184 CMP temp1,#0
195 SMULBB temp1,temp,dcScaler ;// temp1=clipped(pSrcDst[0])*dcScaler
199 STRH temp1,[pPredBufCol] ;// store temp1 to pPredBufCo
    [all...]
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 87 temp1 RN 5 label
124 MOV temp1,#0 ;// Initialize Count to zero
132 STM pDst!,{temp2,temp1,Last,LR}
134 STM pDst!,{temp2,temp1,Last,LR}
136 STM pDst!,{temp2,temp1,Last,LR}
138 STM pDst!,{temp2,temp1,Last,LR}
140 STM pDst!,{temp2,temp1,Last,LR}
142 STM pDst!,{temp2,temp1,Last,LR}
144 STM pDst!,{temp2,temp1,Last,LR}
145 STM pDst!,{temp2,temp1,Last,LR
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 78 temp1 RN 9 label
93 SUBS temp1,blockDCLeft,blockDCTopLeft
94 RSBLT temp1,temp1,#0
100 CMP temp1,temp2
102 LDRLTB temp1,[pQpBuf,#1]
104 STRLT temp1,[predQP]
106 LDRGEB temp1,[pQpBuf]
109 STRGE temp1,[predQP]
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 87 temp1 RN 5 label
124 MOV temp1,#0 ;// Initialize Count to zero
132 STM pDst!,{temp2,temp1,Last,LR}
134 STM pDst!,{temp2,temp1,Last,LR}
136 STM pDst!,{temp2,temp1,Last,LR}
138 STM pDst!,{temp2,temp1,Last,LR}
140 STM pDst!,{temp2,temp1,Last,LR}
142 STM pDst!,{temp2,temp1,Last,LR}
144 STM pDst!,{temp2,temp1,Last,LR}
145 STM pDst!,{temp2,temp1,Last,LR
    [all...]
  /external/llvm/test/Transforms/InstCombine/
weak-symbols.ll 13 ; CHECK: ret i32 %temp1
18 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) nounwind readonly
19 ret i32 %temp1
29 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) nounwind readonly
30 ret i32 %temp1
strcmp-1.ll 22 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2)
23 ret i32 %temp1
35 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2)
36 ret i32 %temp1
46 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2)
47 ret i32 %temp1
56 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2)
57 ret i32 %temp1
68 %temp1 = getelementptr inbounds [5 x i8], [5 x i8]* @hell, i32 0, i32 0
70 %str2 = select i1 %b, i8* %temp1, i8* %temp
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
util.c 57 Word32 temp1,temp2,num; local
63 temp1 = *x++;
64 *y++ = temp1;
68 temp1 = *x++;
70 *y++ = temp1;

Completed in 7056 milliseconds

1 2 3 4 5 6 7 8 91011>>