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

1 2 3 4 5 6 7 8

  /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;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s 53 Temp1 RN 4
78 M_LDR Temp1, [pSrc0], srcStep0
82 UQSUB16 Temp1, Temp1, r0x0fe00fe0
86 USAT16 Temp1, #13, Temp1
90 AND Temp1, r0x00ff00ff, Temp1, LSR #5
92 ORR ValueA0, Temp1, Temp2, LSL #8
115 M_LDR Temp1, [pSrc0], srcStep
    [all...]
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 66 Temp1 RN 3
94 LDRB Temp1, [pSrc], #-8 ;// Load row 0 [l0 k0 j0 i0]
100 PKHBT ValI, Temp1, Temp2, LSL #16 ;// [00 i1 00 i0]
107 UXTAB16 Temp1, ValC, ValD, ROR #8
109 RSB Temp1, Temp3, Temp1, LSL #2
111 ADD Temp1, Temp1, Temp1, LSL #2
112 ADD Acc0, Acc0, Temp1
    [all...]
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s 77 Temp1 RN 3
118 LDRB Temp1, [pSrc], #-8 ;// Load row 0 [l0 k0 j0 i0]
124 PKHBT ValI, Temp1, Temp2, LSL #16 ;// [00 i1 00 i0]
131 UXTAB16 Temp1, ValC, ValD, ROR #8
133 RSB Temp1, Temp3, Temp1, LSL #2
135 ADD Temp1, Temp1, Temp1, LSL #2
136 ADD Acc0, Acc0, Temp1
    [all...]
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 123 temp1 RN 10 label
351 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
356 ASR temp1, temp1, #2 ;// Temp1 = Temp1 >> 2
358 PKHBT out00, temp1, temp2, LSL #14 ;// c0w0 = | Temp2 | Temp1 |
359 PKHBT out02, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s 53 Temp1 RN 4
78 M_LDR Temp1, [pSrc0], srcStep0
82 UQSUB16 Temp1, Temp1, r0x0fe00fe0
86 USAT16 Temp1, #13, Temp1
90 AND Temp1, r0x00ff00ff, Temp1, LSR #5
92 ORR ValueA0, Temp1, Temp2, LSL #8
115 M_LDR Temp1, [pSrc0], srcStep
    [all...]
  /external/llvm/test/CodeGen/X86/
pr14562.ll 3 @temp1 = global i64 -77129852189294865, align 8
6 %x = load 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/m4p2/src/
armVCM4P2_SetPredDir_s.s 64 temp1 RN 9 label
79 SUBS temp1,blockDCLeft,blockDCTopLeft
80 RSBLT temp1,temp1,#0
86 CMP temp1,temp2
88 LDRLTB temp1,[pQpBuf,#1]
90 STRLT temp1,[predQP]
92 LDRGEB temp1,[pQpBuf]
95 STRGE temp1,[predQP]
omxVCM4P2_PredictReconCoefIntra_s.s 108 temp1 RN 12 label
152 MOV temp1,absCoeffDC ;// temp1=prediction coeff
153 CMP temp1,#0
154 RSBLT absCoeffDC,temp1,#0 ;//absCoeffDC=abs(temp1)
170 CMP temp1,#0
181 SMULBB temp1,temp,dcScaler ;// temp1=clipped(pSrcDst[0])*dcScaler
185 STRH temp1,[pPredBufCol] ;// store temp1 to pPredBufCo
    [all...]
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 73 temp1 RN 5 label
110 MOV temp1,#0 ;// Initialize Count to zero
118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
131 STM pDst!,{temp2,temp1,Last,LR
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 64 temp1 RN 9 label
79 SUBS temp1,blockDCLeft,blockDCTopLeft
80 RSBLT temp1,temp1,#0
86 CMP temp1,temp2
88 LDRLTB temp1,[pQpBuf,#1]
90 STRLT temp1,[predQP]
92 LDRGEB temp1,[pQpBuf]
95 STRGE temp1,[predQP]
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 73 temp1 RN 5 label
110 MOV temp1,#0 ;// Initialize Count to zero
118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
131 STM pDst!,{temp2,temp1,Last,LR
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
util.c 56 Word32 temp1,temp2,num; local
59 temp1 = *x++;
60 *y++ = temp1;
63 temp1 = *x++;
66 *y++ = temp1;
68 temp1 = *x++;
  /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]* @hell, i32 0, i32 0
70 %str2 = select i1 %b, i8* %temp1, i8* %temp
    [all...]
strncmp-1.ll 22 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10)
23 ret i32 %temp1
34 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10)
35 ret i32 %temp1
45 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10)
46 ret i32 %temp1
55 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10)
56 ret i32 %temp1
65 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 4)
66 ret i32 %temp1
    [all...]
  /external/llvm/test/CodeGen/Hexagon/
misaligned-access.ll 5 @temp1 = common global i32 0, align 4
10 %0 = load i32* @temp1, align 4
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 22 char temp1[L_tmpnam], temp2[L_tmpnam]; local
23 tmpnam(temp1);
26 std::ofstream fs1(temp1);
35 std::ifstream fs(temp1);
42 remove(temp1);
53 std::wofstream fs1(temp1);
62 std::wifstream fs(temp1);
69 remove(temp1);
nonmember_swap.pass.cpp 23 char temp1[L_tmpnam], temp2[L_tmpnam]; local
24 tmpnam(temp1);
27 std::ofstream fs1(temp1);
36 std::ifstream fs(temp1);
43 remove(temp1);
54 std::wofstream fs1(temp1);
63 std::wifstream fs(temp1);
70 remove(temp1);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 22 char temp1[L_tmpnam], temp2[L_tmpnam]; local
23 tmpnam(temp1);
26 std::fstream fs1(temp1, std::ios_base::in | std::ios_base::out
46 std::remove(temp1);
49 std::wfstream fs1(temp1, std::ios_base::in | std::ios_base::out
69 std::remove(temp1);
nonmember_swap.pass.cpp 23 char temp1[L_tmpnam], temp2[L_tmpnam]; local
24 tmpnam(temp1);
27 std::fstream fs1(temp1, std::ios_base::in | std::ios_base::out
47 std::remove(temp1);
50 std::wfstream fs1(temp1, std::ios_base::in | std::ios_base::out
70 std::remove(temp1);

Completed in 342 milliseconds

1 2 3 4 5 6 7 8