HomeSort by relevance Sort by last modified time
    Searched refs:temp2 (Results 1 - 25 of 278) 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...]
  /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());
  /ndk/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());
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
util.c 57 Word32 temp1,temp2,num; local
69 temp2 = *x++;
71 *y++ = 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...]
  /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]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_variance.c 187 uint8_t temp2[68 * 64]; local
195 var_filter_block2d_bil_second_pass(fdata3, temp2, 64, 64, 32, 64, vfilter);
197 return vp9_variance64x32(temp2, 64, dst_ptr, dst_pixels_per_line, sse);
209 uint8_t temp2[68 * 64]; local
218 var_filter_block2d_bil_second_pass(fdata3, temp2, 64, 64, 32, 64, vfilter);
219 vp9_comp_avg_pred(temp3, second_pred, 64, 32, temp2, 64);
244 uint8_t temp2[68 * 64]; local
252 var_filter_block2d_bil_second_pass(fdata3, temp2, 32, 32, 64, 32, vfilter);
254 return vp9_variance32x64(temp2, 32, dst_ptr, dst_pixels_per_line, sse);
266 uint8_t temp2[68 * 64] local
301 uint8_t temp2[36 * 32]; local
323 uint8_t temp2[36 * 32]; local
358 uint8_t temp2[36 * 32]; local
380 uint8_t temp2[36 * 32]; local
578 uint8_t temp2[20 * 16]; local
603 uint8_t temp2[20 * 16]; local
629 uint8_t temp2[20 * 16]; local
651 uint8_t temp2[20 * 16]; local
673 uint8_t temp2[20 * 16]; local
695 uint8_t temp2[20 * 16]; local
718 uint8_t temp2[68 * 64]; local
740 uint8_t temp2[68 * 64]; local
762 uint8_t temp2[36 * 32]; local
784 uint8_t temp2[36 * 32]; local
926 uint8_t temp2[20 * 16]; local
948 uint8_t temp2[20 * 16]; local
970 uint8_t temp2[20 * 16]; local
992 uint8_t temp2[20 * 16]; local
1014 uint8_t temp2[20 * 16]; local
1036 uint8_t temp2[20 * 16]; local
1060 uint8_t temp2[20 * 16]; local
1082 uint8_t temp2[20 * 16]; local
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_random.h 77 int temp,temp2,i,j; local
89 temp2=temp;
91 s[j]=temp2;
  /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/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/webp/src/dsp/
yuv_mips32.c 29 int temp0, temp1, temp2, temp3, temp4; \
33 temp2 = kUToG * u[0]; \
38 temp2 += temp3; \
41 g = VP8Clip8(temp0 - temp2); \
49 g = VP8Clip8(temp0 - temp2); \
63 temp2 = kUToG * u[0]; \
68 temp2 += temp3; \
71 g = VP8Clip8(temp0 - 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...]
  /external/eigen/blas/f2c/
chpmv.c 29 complex temp1, temp2; local
250 temp2.r = 0.f, temp2.i = 0.f;
266 q__1.r = temp2.r + q__2.r, q__1.i = temp2.i + q__2.i;
267 temp2.r = q__1.r, temp2.i = q__1.i;
277 q__4.r = alpha->r * temp2.r - alpha->i * temp2.i, q__4.i =
278 alpha->r * temp2.i + alpha->i * temp2.r
    [all...]
zhpmv.c 29 doublecomplex temp1, temp2; local
250 temp2.r = 0., temp2.i = 0.;
266 z__1.r = temp2.r + z__2.r, z__1.i = temp2.i + z__2.i;
267 temp2.r = z__1.r, temp2.i = z__1.i;
277 z__4.r = alpha->r * temp2.r - alpha->i * temp2.i, z__4.i =
278 alpha->r * temp2.i + alpha->i * temp2.r
    [all...]
  /external/selinux/libselinux/src/
selinuxswig.i 20 %typemap(in, numinputs=0) (char ***names, int *len) (char **temp1, int temp2) {
22 $2 = &temp2;

Completed in 1066 milliseconds

1 2 3 4 5 6 7 8 91011>>