HomeSort by relevance Sort by last modified time
    Searched full:temp1 (Results 1 - 25 of 384) 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 34 LVM_INT32 Temp1,Temp2,Temp3;
56 Temp1=*src++;
58 MUL32x16INTO32(Temp1,CurrentShort,Temp3,15)
59 Temp1=(Temp2>>1)+(Temp3>>1);
61 if (Temp1 > 0x3FFFFFFF)
62 Temp1 = 0x7FFFFFFF;
63 else if (Temp1 < - 0x40000000)
64 Temp1 = 0x80000000;
66 Temp1=(Temp1<<1)
    [all...]
Core_MixSoft_1St_D32C31_WRA.c 34 LVM_INT32 Temp1,Temp2;
59 Temp1=*src;
62 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15)
73 Temp1=*src;
76 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15)
80 Temp1=*src;
83 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15)
87 Temp1=*src;
90 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15)
94 Temp1=*src
    [all...]
Core_MixHard_2St_D32C31_SAT.c 35 LVM_INT32 Temp1,Temp2,Temp3;
44 Temp1=*src1++;
45 MUL32x16INTO32(Temp1,Current1Short,Temp3,15)
47 MUL32x16INTO32(Temp2,Current2Short,Temp1,15)
48 Temp2=(Temp1>>1)+(Temp3>>1);
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;
  /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...]
  /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 72 v8i16 temp0, temp1; local
81 BUTTERFLY_4(in0, in1, in2, in3, temp0, temp1, in1, in3);
82 SLLI_4V(temp0, temp1, in1, in3, 3);
83 in0 = temp0 + temp1;
84 in2 = temp0 - temp1;
97 BUTTERFLY_4(in0, in1, in2, in3, temp0, temp1, in1, in3);
98 in0 = temp0 + temp1 + 7;
99 in2 = temp0 - temp1 + 7;
103 temp1 = RET_1_IF_NZERO_H(in3);
104 ILVR_H2_SH(zero, temp1, in3, in1, temp1, temp0)
119 v8i16 temp0, temp1, tmp0, tmp1; local
173 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 95 int temp0, temp1, temp2, temp3, temp4, temp5; local
97 "preceu.ph.qbr %[temp1], %[c0] \n\t"
105 "addq.ph %[temp1], %[temp1], %[temp3] \n\t"
107 "shll_s.ph %[temp1], %[temp1], 7 \n\t"
109 "precrqu_s.qb.ph %[temp2], %[temp2], %[temp1] \n\t"
110 : [temp0]"=r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
120 int temp0, temp1, temp2, temp3, temp4, temp5 local
149 int temp0, temp1, temp2, temp3, temp4, temp5; local
231 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
285 int temp0, temp1, temp2, temp3, temp4, temp5; local
352 int temp0, temp1, temp2, temp3; local
404 int temp0, temp1, temp2, temp3; local
454 int temp0, temp1, temp2, temp3, temp4, temp5; local
528 int temp0, temp1, temp2, temp3, temp4, temp5; local
606 int temp0, temp1, temp2, temp3; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
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...]
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...]
itrans32_cols_dspr2.c 32 int temp0, temp1, temp2, temp3; local
80 "extp %[temp1], $ac2, 31 \n\t"
92 "sub %[load2], %[temp0], %[temp1] \n\t"
101 "add %[step1_16], %[temp0], %[temp1] \n\t"
105 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1),
141 "extp %[temp1], $ac2, 31 \n\t"
152 "sub %[load1], %[temp1], %[temp0] \n\t"
162 "add %[step1_19], %[temp0], %[temp1] \n\t"
166 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 26 int Temp0, Temp1, Temp2, Temp3, Temp4;
39 "lh %[Temp1], 8(%[input]) \n\t"
44 "add %[Temp2], %[Temp0], %[Temp1] \n\t"
48 "sub %[Temp3], %[Temp0], %[Temp1] \n\t"
59 "lh %[Temp1], 12(%[input]) \n\t"
61 "msub $ac0, %[Temp1], %[cospi_8_64] \n\t"
78 "madd $ac1, %[Temp1], %[cospi_24_64] \n\t"
79 "extp %[Temp1], $ac1, 31 \n\t"
88 "add %[step1_0], %[Temp4], %[Temp1] \n\t"
89 "sub %[step1_3], %[Temp4], %[Temp1] \n\t
    [all...]
vp9_itrans32_cols_dspr2.c 37 int temp0, temp1, temp2, temp3; local
85 "extp %[temp1], $ac2, 31 \n\t"
97 "sub %[load2], %[temp0], %[temp1] \n\t"
106 "add %[step1_16], %[temp0], %[temp1] \n\t"
110 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1),
146 "extp %[temp1], $ac2, 31 \n\t"
157 "sub %[load1], %[temp1], %[temp0] \n\t"
167 "add %[step1_19], %[temp0], %[temp1] \n\t"
171 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
dct16x16_test.cc 86 double temp1, temp2; local
116 temp1 = step[ 8] * C7;
118 output[ 8] = temp1 + temp2;
120 temp1 = step[ 9] * C11;
122 output[ 9] = temp1 - temp2;
124 temp1 = step[10] * C3;
126 output[10] = temp1 + temp2;
128 temp1 = step[11] * C15;
130 output[11] = temp1 - temp2;
132 temp1 = step[11] * C1
    [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...]
  /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]
  /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 671 milliseconds

1 2 3 4 5 6 7 8 91011>>