Searched defs:out1 (Results 1 - 15 of 15) sorted by relevance

/external/webrtc/src/common_audio/signal_processing/
H A Dresample_fractional.c150 const WebRtc_Word16 *coef_ptr, WebRtc_Word32 *out1,
190 *out1 = tmp1 + coef * in1[8];
149 WebRtcSpl_ResampDotProduct(const WebRtc_Word32 *in1, const WebRtc_Word32 *in2, const WebRtc_Word16 *coef_ptr, WebRtc_Word32 *out1, WebRtc_Word32 *out2) argument
H A Dresample.c313 const WebRtc_Word16* coef_ptr, WebRtc_Word32* out1,
353 *out1 = tmp1 + coef * in1[8];
359 const WebRtc_Word16* coef_ptr, WebRtc_Word16* out1,
413 *out1 = (WebRtc_Word16)tmp1;
312 WebRtcSpl_DotProdIntToInt(const WebRtc_Word32* in1, const WebRtc_Word32* in2, const WebRtc_Word16* coef_ptr, WebRtc_Word32* out1, WebRtc_Word32* out2) argument
358 WebRtcSpl_DotProdIntToShort(const WebRtc_Word32* in1, const WebRtc_Word32* in2, const WebRtc_Word16* coef_ptr, WebRtc_Word16* out1, WebRtc_Word16* out2) argument
/external/bluetooth/bluez/sbc/
H A Dsbc_primitives_neon.c303 uint32_t *out0, *out1; local
360 "sub %[out1], %[in1], %[inc]\n"
367 "vld1.32 {d2, d3}, [%[out1], :128]\n"
388 "vst1.32 {d4, d5}, [%[out1], :128], %[inc]\n"
390 "vld1.32 {d2, d3}, [%[out1], :128]\n"
408 "vst1.32 {d4, d5}, [%[out1], :128]\n"
422 "add %[out1], %[out], #32\n"
443 "vst1.32 {d2, d3}, [%[out1], :128]\n"
453 "add %[out1], %[out], #48\n"
473 "vst1.32 {d2, d3}, [%[out1],
[all...]
/external/icu4c/test/cintltst/
H A Dcdtdptst.c274 UChar* out1 = myDateFormat(fmt, june); local
276 if(u_strcmp(out1, out2) !=0)
H A Dnccbtst.c1720 out1[]={ 0x4e00, 0xfeff }, local
1729 if(!testConvertToUnicode(in1, ARRAY_LENGTH(in1), out1, ARRAY_LENGTH(out1), "UTF-16",
1757 out1[]={ UTF16_LEAD(0x100f00), UTF16_TRAIL(0x100f00), 0xfeff }, local
1768 if(!testConvertToUnicode(in1, ARRAY_LENGTH(in1), out1, ARRAY_LENGTH(out1), "UTF-32",
H A Dnucnvtst.c2446 static const uint8_t out1[] = { local
2532 TestConv((uint16_t*)in1,sizeof(in1)/2,"LATIN_1","LATIN-1",(char*)out1,sizeof(out1));
/external/regex-re2/re2/
H A Dprog.cc17 void Prog::Inst::InitAlt(uint32 out, uint32 out1) { argument
20 out1_ = out1;
143 AddToQueue(q, ip->out1());
194 j = ip->out1();
199 AddToQueue(&q, ip->out1());
217 AddToQueue(&q, ip->out1());
221 Inst* k = inst(ip->out1());
H A Dprog.h89 void InitAlt(uint32 out, uint32 out1);
101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; } function in class:re2::Prog::Inst
/external/jpeg/
H A Djccolor.c319 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4) argument
327 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
366 UINT32* out1 = (UINT32*)outptr1; local
368 copyquads(in, out0, out1, out2, col4);
/external/libyuv/files/source/
H A Dconvert.cc331 uint8* out1 = dst_frame; local
339 out1[0] = in1[0];
340 out1[1] = *src_u;
341 out1[2] = in1[1];
342 out1[3] = *src_v;
348 out1 += 4;
359 out1 += dst_stride_frame + dst_stride_frame - 2 * width;
383 mov esi, DWORD PTR [out1]
384 movdqu XMMWORD PTR [esi], xmm1 ;write to out1
393 movdqu XMMWORD PTR [esi+16], xmm3 ;write to out1 agai
444 uint8* out1 = dst_frame; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djccolor.c412 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4) argument
420 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
459 UINT32* out1 = (UINT32*)outptr1; local
461 copyquads(in, out0, out1, out2, col4);
/external/openssl/ssl/
H A Dt1_enc.c253 unsigned char *out1,
271 memset(out1,0,olen);
286 out1[i]^=out2[i];
246 tls1_PRF(long digest_mask, const void *seed1, int seed1_len, const void *seed2, int seed2_len, const void *seed3, int seed3_len, const void *seed4, int seed4_len, const void *seed5, int seed5_len, const unsigned char *sec, int slen, unsigned char *out1, unsigned char *out2, int olen) argument
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp61 static double out1;// y[n-1] variable
97 out1 = 0.0f;
107 out0 = (m_fa*x0) + (m_fb*x1) + (m_fc*x2) + (m_fd*out1) + (m_fe*out2);
112 out2 = out1;
113 out1 = out0;
/external/v8/test/cctest/
H A Dtest-regexp.cc1137 enum registers { out1, out2, out3, out4, out5, out6, sp, loop_cnt }; enumerator in enum:registers
1140 m.WriteCurrentPositionToRegister(out1, 0); // Output: [0]
1141 m.PushRegister(out1, RegExpMacroAssembler::kNoStackLimitCheck);
1146 m.WriteCurrentPositionToRegister(out1, 0);
1147 m.PushRegister(out1, RegExpMacroAssembler::kNoStackLimitCheck);
1159 m.PopRegister(out1);
1160 m.ReadCurrentPositionFromRegister(out1);
/external/webp/src/enc/
H A Ddsp_sse2.c38 const __m128i out1 = _mm_loadu_si128((__m128i*)&out[8]); local
41 const __m128i sign1 = _mm_srai_epi16(out1, 15);
44 const __m128i xor1 = _mm_xor_si128(out1, sign1);

Completed in 1185 milliseconds