HomeSort by relevance Sort by last modified time
    Searched refs:temp2 (Results 1 - 25 of 326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
int_lsf.cpp 223 Word16 temp2; local
239 temp2 = ~(~(*(lsf_new + i)) >> 2);
243 temp2 = *(lsf_new + i) >> 2;
246 (Word16)temp2,
265 temp2 = ~(~(*(lsf_new + i)) >> 1);
269 temp2 = *(lsf_new + i) >> 1;
273 temp2,
292 temp2 = ~(~(*(lsf_new + i)) >> 2);
296 temp2 = *(lsf_new + i) >> 2;
299 (Word16)(*(lsf_new + i) - temp2),
    [all...]
preemph.cpp 247 Word16 temp2; local
256 temp2 = mult(g, *(p2--), pOverflow);
257 *p1 = sub(*p1, temp2, pOverflow);
262 temp2 = mult(g, st->mem_pre, pOverflow);
264 *p1 = sub(*p1, temp2, pOverflow);
  /external/libavc/common/x86/
ih264_deblk_luma_ssse3.c 104 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
123 temp2 = _mm_unpacklo_epi8(line3, line4);
127 line1 = _mm_unpacklo_epi16(temp1, temp2);
128 line2 = _mm_unpackhi_epi16(temp1, temp2);
147 temp2 = _mm_unpacklo_epi8(line3, line4);
151 line1 = _mm_unpacklo_epi16(temp1, temp2);
152 line2 = _mm_unpackhi_epi16(temp1, temp2);
157 temp2 = _mm_unpackhi_epi32(line1, line3);
165 p1_16x8 = _mm_unpacklo_epi64(p0_8x16, temp2);
166 p0_16x8 = _mm_unpackhi_epi64(p0_8x16, temp2);
528 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
1157 __m128i temp1, temp2; local
1456 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
1772 __m128i temp1, temp2, temp3, temp4; local
    [all...]
ih264_ihadamard_scaling_ssse3.c 98 __m128i temp0, temp1, temp2, temp3; local
128 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //c0 d0 c1 d1
131 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 b0 c0 d0
132 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //a1 b1 c1 d1
138 temp2 = _mm_sub_epi32(src_r1, src_r2);
142 src_r1 = _mm_add_epi32(temp2, temp3);
144 src_r3 = _mm_sub_epi32(temp3, temp2);
157 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //a2 a3 b2 b3
160 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 a1 a2 a3
161 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //b0 b1 b2 b
    [all...]
ih264_resi_trans_quant_sse42.c 120 __m128i temp0, temp1, temp2, temp3; local
166 temp2 = _mm_unpacklo_epi16(src_r2, src_r3); //c0 d0 c1 d1 c2 d2 c3 d3
167 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 b0 c0 d0 a1 b1 c1 d1
168 temp3 = _mm_unpackhi_epi32(temp0, temp2); //a2 b2 c2 d2 a3 b3 c3 d3
181 temp2 = _mm_sub_epi16(src_r1, src_r2);
189 src_r1 = _mm_add_epi16(src_r1, temp2);
193 src_r3 = _mm_slli_epi16(temp2, 1); //(x2<<1)
204 temp2 = _mm_unpacklo_epi16(src_r2, src_r3); //a2 a3 b2 b3 c2 c3 d2 d3
205 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 a1 a2 a3 b0 b1 b2 b3
206 temp3 = _mm_unpackhi_epi32(temp0, temp2); //c0 c1 c2 c3 d0 d1 d2 d
394 __m128i temp0, temp1, temp2, temp3; local
678 __m128i temp0, temp1, temp2, temp3; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
interpolate_samples.c 27 int16_t *ppi, *ppo, i, j, temp1, temp2; local
35 temp2 = 3;
40 *tmpPtr++ = (int16_t)((WebRtcIlbcfix_kAlpha[temp2] * *ppo) >> 15) +
46 temp2--;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
enc_lag3.cpp 265 Word16 temp2; local
277 temp2 = add(T0, T0, pOverflow);
278 i = add(temp2, T0, pOverflow);
279 temp2 = sub(i, 58, pOverflow);
280 index = add(temp2, T0_frac, pOverflow);
296 temp2 = add(i, i, pOverflow);
297 i = add(temp2, i, pOverflow);
298 temp2 = add(i, 2, pOverflow);
299 index = add(temp2, T0_frac, pOverflow);
308 temp2 = sub(temp1, 5, pOverflow)
    [all...]
g_code.cpp 242 Word32 temp2; local
251 temp2 = (Word32)(*(p_y2++) >> 1);
252 s = amrnb_fxp_mac_16_by_16bb((Word32) * (p_xn2++), temp2, s);
253 temp2 = (Word32)(*(p_y2++) >> 1);
254 s = amrnb_fxp_mac_16_by_16bb((Word32) * (p_xn2++), temp2, s);
255 temp2 = (Word32)(*(p_y2++) >> 1);
256 s = amrnb_fxp_mac_16_by_16bb((Word32) * (p_xn2++), temp2, s);
257 temp2 = (Word32)(*(p_y2++) >> 1);
258 s = amrnb_fxp_mac_16_by_16bb((Word32) * (p_xn2++), temp2, s);
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p6.cpp 5 // expected-note {{no overload of 'temp2' matching 'void (*)(int)'}}
39 template<class A, class B> B temp2(A);
42 apply(0, &temp2);
43 apply(0, &temp2<>);
44 apply(0, &temp2<int>);
47 apply(0, &temp2<long>); // expected-error {{no matching function for call to 'apply'}}
80 template<class A, class B> B temp2(A);
83 // (even though partial application temp2<int> could in theory
85 invoke(&temp2); // expected-error {{no matching function for call to 'invoke'}}
86 invoke(&temp2<>); // expected-error {{no matching function for call to 'invoke'}
    [all...]
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 24 std::string temp2 = get_temp_file_name(); local
27 std::ofstream fs2(temp2.c_str());
44 std::ifstream fs(temp2.c_str());
51 std::remove(temp2.c_str());
54 std::wofstream fs2(temp2.c_str());
71 std::wifstream fs(temp2.c_str());
78 std::remove(temp2.c_str());
nonmember_swap.pass.cpp 25 std::string temp2 = get_temp_file_name(); local
28 std::ofstream fs2(temp2.c_str());
45 std::ifstream fs(temp2.c_str());
52 std::remove(temp2.c_str());
55 std::wofstream fs2(temp2.c_str());
72 std::wifstream fs(temp2.c_str());
79 std::remove(temp2.c_str());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 24 std::string temp2 = get_temp_file_name(); local
27 std::ofstream fs2(temp2.c_str());
44 std::ifstream fs(temp2.c_str());
51 std::remove(temp2.c_str());
54 std::wofstream fs2(temp2.c_str());
71 std::wifstream fs(temp2.c_str());
78 std::remove(temp2.c_str());
nonmember_swap.pass.cpp 25 std::string temp2 = get_temp_file_name(); local
28 std::ofstream fs2(temp2.c_str());
45 std::ifstream fs(temp2.c_str());
52 std::remove(temp2.c_str());
55 std::wofstream fs2(temp2.c_str());
72 std::wifstream fs(temp2.c_str());
79 std::remove(temp2.c_str());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 24 std::string temp2 = get_temp_file_name(); local
27 std::ofstream fs2(temp2.c_str());
44 std::ifstream fs(temp2.c_str());
51 std::remove(temp2.c_str());
54 std::wofstream fs2(temp2.c_str());
71 std::wifstream fs(temp2.c_str());
78 std::remove(temp2.c_str());
nonmember_swap.pass.cpp 25 std::string temp2 = get_temp_file_name(); local
28 std::ofstream fs2(temp2.c_str());
45 std::ifstream fs(temp2.c_str());
52 std::remove(temp2.c_str());
55 std::wofstream fs2(temp2.c_str());
72 std::wifstream fs(temp2.c_str());
79 std::remove(temp2.c_str());
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
util.c 57 Word32 temp1,temp2,num; local
69 temp2 = *x++;
71 *y++ = temp2;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ifunc-sel.h 29 void *temp1, *temp2; local
46 : "=&b" (ret), "=&b" (temp1), "=&b" (temp2)
  /external/webp/src/dsp/
argb_mips_dsp_r2.c 20 int temp0, temp1, temp2, temp3, offset; local
30 "lbux %[temp2], %[offset](%[g]) \n\t"
33 "ins %[temp3], %[temp2], 16, 16 \n\t"
43 "lbux %[temp2], %[offset](%[g]) \n\t"
46 "ins %[temp3], %[temp2], 16, 16 \n\t"
50 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
60 int temp0, temp1, temp2, offset; local
70 "lbux %[temp2], %[offset](%[b]) \n\t"
72 "ins %[temp2], %[temp1], 16, 16 \n\t
    [all...]
lossless_mips_dsp_r2.c 96 int temp0, temp1, temp2, temp3, temp4, temp5; local
99 "preceu.ph.qbl %[temp2], %[c0] \n\t"
107 "addq.ph %[temp2], %[temp2], %[temp4] \n\t"
109 "shll_s.ph %[temp2], %[temp2], 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...]
enc_mips_dsp_r2.c 79 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \
82 "lw %[" #TEMP2 "], " XSTR(BPS) "*" #A "(%[" #TEMP0 "]) \n\t" \
84 "preceu.ph.qbl %[" #TEMP0 "], %[" #TEMP2 "] \n\t" \
86 "preceu.ph.qbr %[" #TEMP2 "], %[" #TEMP2 "] \n\t" \
89 "subq.ph %[" #TEMP2 "], %[" #TEMP2 "], %[" #TEMP3 "] \n\t" \
91 "addq.ph %[" #TEMP1 "], %[" #TEMP2 "], %[" #TEMP0 "] \n\t" \
92 "subq.ph %[" #TEMP3 "], %[" #TEMP2 "], %[" #TEMP0 "] \n\t" \
97 "subu %[" #TEMP2 "], %[" #TEMP0 "], %[temp16] \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...]
alpha_processing_mips_dsp_r2.c 29 int temp1, temp2, temp3; local
36 "srl %[temp2], %[temp0], 16 \n\t"
41 "sb %[temp2], -8(%[pdst]) \n\t"
43 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
94 int temp0, temp1, temp2, temp3, alpha; local
104 "ext %[temp2], %[argb], 8, 8 \n\t"
107 "mul %[temp2], %[temp2], %[temp0] \n\t"
109 "precrq.ph.w %[temp1], %[temp2], %[temp1] \n\t
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 79 temp2 RN 14 label
95 SUBS temp2,blockDCTopLeft,blockDCTop
96 RSBLT temp2,temp2,#0
100 CMP temp1,temp2
101 MOV temp2,#OMX_VC_VERTICAL
103 STRLT temp2,[predDir]
105 MOV temp2,#OMX_VC_HORIZONTAL
107 STRGE temp2,[predDir]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 79 temp2 RN 14 label
95 SUBS temp2,blockDCTopLeft,blockDCTop
96 RSBLT temp2,temp2,#0
100 CMP temp1,temp2
101 MOV temp2,#OMX_VC_VERTICAL
103 STRLT temp2,[predDir]
105 MOV temp2,#OMX_VC_HORIZONTAL
107 STRGE temp2,[predDir]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_random.h 77 int temp,temp2,i,j; local
89 temp2=temp;
91 s[j]=temp2;
  /external/ltp/testcases/commands/lsmod/
lsmod01.sh 48 awk '{print $1, $2, $3}' /proc/modules |sort >temp2
50 diff temp1 temp2 >temp3

Completed in 613 milliseconds

1 2 3 4 5 6 7 8 91011>>