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

1 2 3 4 5 6

  /external/quake/quake/src/WinQuake/
vregset.cpp 45 int port, temp0, temp1, temp2; local
63 temp2 = inportb (port);
64 temp2 &= temp0;
65 temp2 |= temp1;
66 outportb (port, temp2);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
int_lsf.cpp 223 register 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);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
util.c 56 Word32 temp1,temp2,num; local
64 temp2 = *x++;
67 *y++ = temp2;
69 temp2 = *x++;
  /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...]
  /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
24 tmpnam(temp2);
27 std::ofstream fs2(temp2);
44 std::ifstream fs(temp2);
51 remove(temp2);
54 std::wofstream fs2(temp2);
71 std::wifstream fs(temp2);
78 remove(temp2);
nonmember_swap.pass.cpp 23 char temp1[L_tmpnam], temp2[L_tmpnam]; local
25 tmpnam(temp2);
28 std::ofstream fs2(temp2);
45 std::ifstream fs(temp2);
52 remove(temp2);
55 std::wofstream fs2(temp2);
72 std::wifstream fs(temp2);
79 remove(temp2);
  /external/jpeg/
jidctintelsse.c 117 __m128i temp, temp2; local
182 temp2 = _mm_mulhi_epi16(x3, *tg3);\
184 temp2 = _mm_adds_epi16(temp2, x3);\
186 tm465 = _mm_subs_epi16(x5, temp2);\
189 temp2 = _mm_mulhi_epi16(x1, *tg1);\
191 tp465 = _mm_subs_epi16(temp2, x7); /*row1*tg1 - row7*/ \
207 temp2 = _mm_subs_epi16(tp65, tm65);\
209 t5 = _mm_mulhi_epi16(temp2, *cos4);\
212 t5 = _mm_adds_epi16(t5, temp2);\
    [all...]
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 117 __m128i temp, temp2; local
182 temp2 = _mm_mulhi_epi16(x3, *tg3);\
184 temp2 = _mm_adds_epi16(temp2, x3);\
186 tm465 = _mm_subs_epi16(x5, temp2);\
189 temp2 = _mm_mulhi_epi16(x1, *tg1);\
191 tp465 = _mm_subs_epi16(temp2, x7); /*row1*tg1 - row7*/ \
207 temp2 = _mm_subs_epi16(tp65, tm65);\
209 t5 = _mm_mulhi_epi16(temp2, *cos4);\
212 t5 = _mm_adds_epi16(t5, temp2);\
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 65 temp2 RN 14 label
81 SUBS temp2,blockDCTopLeft,blockDCTop
82 RSBLT temp2,temp2,#0
86 CMP temp1,temp2
87 MOV temp2,#OMX_VC_VERTICAL
89 STRLT temp2,[predDir]
91 MOV temp2,#OMX_VC_HORIZONTAL
93 STRGE temp2,[predDir]
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 72 temp2 RN 4 label
113 MOV temp2,#0
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 65 temp2 RN 14 label
81 SUBS temp2,blockDCTopLeft,blockDCTop
82 RSBLT temp2,temp2,#0
86 CMP temp1,temp2
87 MOV temp2,#OMX_VC_VERTICAL
89 STRLT temp2,[predDir]
91 MOV temp2,#OMX_VC_HORIZONTAL
93 STRGE temp2,[predDir]
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 72 temp2 RN 4 label
113 MOV temp2,#0
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...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_random.h 77 int temp,temp2,i,j; local
89 temp2=temp;
91 s[j]=temp2;
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities_random.h 77 int temp,temp2,i,j; local
89 temp2=temp;
91 s[j]=temp2;
  /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;
  /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
24 tmpnam(temp2);
28 std::fstream fs2(temp2, std::ios_base::in | std::ios_base::out
47 std::remove(temp2);
51 std::wfstream fs2(temp2, std::ios_base::in | std::ios_base::out
70 std::remove(temp2);
nonmember_swap.pass.cpp 23 char temp1[L_tmpnam], temp2[L_tmpnam]; local
25 tmpnam(temp2);
29 std::fstream fs2(temp2, std::ios_base::in | std::ios_base::out
48 std::remove(temp2);
52 std::wfstream fs2(temp2, std::ios_base::in | std::ios_base::out
71 std::remove(temp2);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf_5.cpp 385 Word16 temp2; local
422 temp2 = lsf_r1_0 + temp;
424 temp2 = ((Word32)wf1_0 * temp2) >> 15;
426 dist2 = ((Word32)temp2 * temp2);
430 temp2 = lsf_r1_1 + temp;
432 temp2 = ((Word32)wf1_1 * temp2) >> 15;
434 dist2 += ((Word32)temp2 * temp2)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_polyphase_filter_window.cpp 139 int32 temp2 = pt_2[ SUBBANDS_NUMBER* 1 ]; local
146 sum1 = fxp_mac32_Q32(sum1, temp2, winPtr[ 2]);
148 sum2 = fxp_mac32_Q32(sum2, temp2, winPtr[ 3]);
153 temp2 = pt_2[ SUBBANDS_NUMBER* 3];
160 sum1 = fxp_mac32_Q32(sum1, temp2, winPtr[ 6]);
162 sum2 = fxp_mac32_Q32(sum2, temp2, winPtr[ 7]);
167 temp2 = pt_2[ SUBBANDS_NUMBER* 5 ];
174 sum1 = fxp_mac32_Q32(sum1, temp2, winPtr[10]);
176 sum2 = fxp_mac32_Q32(sum2, temp2, winPtr[11]);
181 temp2 = pt_2[ SUBBANDS_NUMBER*7 ]
213 int32 temp2 = pt_synth[ SUBBANDS_NUMBER ]; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
variance_c.c 293 unsigned char temp2[20*16]; local
304 var_filter_block2d_bil_second_pass(FData3, temp2, 4, 4, 4, 4, VFilter);
306 return vp8_variance4x4_c(temp2, 4, dst_ptr, dst_pixels_per_line, sse);
322 unsigned char temp2[20*16]; local
329 var_filter_block2d_bil_second_pass(FData3, temp2, 8, 8, 8, 8, VFilter);
331 return vp8_variance8x8_c(temp2, 8, dst_ptr, dst_pixels_per_line, sse);
346 unsigned char temp2[20*16]; local
353 var_filter_block2d_bil_second_pass(FData3, temp2, 16, 16, 16, 16, VFilter);
355 return vp8_variance16x16_c(temp2, 16, dst_ptr, dst_pixels_per_line, sse);
422 unsigned char temp2[20*16] local
446 unsigned char temp2[20*16]; local
    [all...]
idctllm.c 38 int temp1, temp2; local
47 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
48 c1 = temp1 - temp2;
51 temp2 = (ip[12] * sinpi8sqrt2) >> 16;
52 d1 = temp1 + temp2;
73 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16);
74 c1 = temp1 - temp2;
77 temp2 = (ip[3] * sinpi8sqrt2) >> 16;
78 d1 = temp1 + temp2;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 223 ULong temp1, temp2; local
233 temp2 = src[width-1]; /* top-right corner */
236 temp2 |= (temp2 << 8);
237 temp2 |= (temp2 << 16);
248 *((ULong*)(dst += width)) = temp2;
249 *((ULong*)(dst + 4)) = temp2;
250 *((ULong*)(dst + 8)) = temp2;
251 *((ULong*)(dst + 12)) = temp2;
    [all...]

Completed in 418 milliseconds

1 2 3 4 5 6