HomeSort by relevance Sort by last modified time
    Searched defs:out1 (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/libvpx/libvpx/vpx_dsp/arm/
idct16x16_1_add_neon.c 37 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); local
38 const int16_t a1 = ROUND_POWER_OF_TWO(out1, 6);
idct4x4_1_add_neon.c 37 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); local
38 const int16_t a1 = ROUND_POWER_OF_TWO(out1, 4);
highbd_idct4x4_add_neon.c 42 const tran_low_t out1 = HIGHBD_WRAPLOW( local
44 const int16_t a1 = ROUND_POWER_OF_TWO(out1, 4);
idct32x32_1_add_neon.c 44 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); local
45 const int16_t a1 = ROUND_POWER_OF_TWO(out1, 6);
idct8x8_1_add_neon.c 41 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); local
42 const int16_t a1 = ROUND_POWER_OF_TWO(out1, 5);
highbd_idct32x32_add_neon.c 66 const tran_low_t out1 = HIGHBD_WRAPLOW( local
68 const int16_t a1 = ROUND_POWER_OF_TWO(out1, 6);
highbd_idct8x8_add_neon.c 44 const tran_low_t out1 = HIGHBD_WRAPLOW( local
46 const int16_t a1 = ROUND_POWER_OF_TWO(out1, 5);
  /external/toybox/toys/net/
netcat.c 75 int sockfd = -1, in1 = 0, in2 = 0, out1 = 1, out2 = 1; local
109 pollinate(in1, in2, out1, out2, TT.W, TT.q);
167 pollinate(in1, in2, out1, out2, TT.W, TT.q);
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
SeedTest.java 25 String out1 = mDevice.executeShellCommand(cmd1); local
27 assertOutputs(out1, out2);
37 private void assertOutputs(String out1, String out2) {
38 Scanner s1 = new Scanner(out1);
  /external/libaom/libaom/aom_dsp/mips/
aom_convolve_copy_msa.c 18 uint64_t out0, out1, out2, out3, out4, out5, out6, out7; local
27 out1 = __msa_copy_u_d((v2i64)src1, 0);
35 SD4(out0, out1, out2, out3, dst, dst_stride);
44 out1 = __msa_copy_u_d((v2i64)src1, 0);
47 SD4(out0, out1, out2, out3, dst, dst_stride);
56 out1 = __msa_copy_u_d((v2i64)src1, 0);
64 SD4(out0, out1, out2, out3, dst, dst_stride);
74 out1 = __msa_copy_u_d((v2i64)src1, 0);
78 SD4(out0, out1, out2, out3, dst, dst_stride);
86 out1 = __msa_copy_u_d((v2i64)src1, 0)
    [all...]
  /external/libaom/libaom/aom_dsp/x86/
fwd_txfm_sse2.h 143 __m128i out1 = _mm_unpackhi_epi16(*poutput, sign_bits); local
145 _mm_store_si128((__m128i *)(dst_ptr + 4), out1);
  /external/libvpx/libvpx/vpx_dsp/mips/
vpx_convolve_copy_msa.c 18 uint64_t out0, out1, out2, out3, out4, out5, out6, out7; local
27 out1 = __msa_copy_u_d((v2i64)src1, 0);
35 SD4(out0, out1, out2, out3, dst, dst_stride);
44 out1 = __msa_copy_u_d((v2i64)src1, 0);
47 SD4(out0, out1, out2, out3, dst, dst_stride);
56 out1 = __msa_copy_u_d((v2i64)src1, 0);
64 SD4(out0, out1, out2, out3, dst, dst_stride);
74 out1 = __msa_copy_u_d((v2i64)src1, 0);
78 SD4(out0, out1, out2, out3, dst, dst_stride);
86 out1 = __msa_copy_u_d((v2i64)src1, 0)
    [all...]
  /external/webrtc/webrtc/base/
optionsfile_unittest.cc 59 std::string out1, out2; local
60 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1));
68 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1));
70 EXPECT_EQ(kTestString1, out1);
78 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1));
85 int out1, out2; local
86 EXPECT_FALSE(store_->GetIntValue(kTestOptionA, &out1));
94 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1));
96 EXPECT_EQ(kTestInt1, out1);
104 EXPECT_FALSE(store_->GetIntValue(kTestOptionA, &out1));
124 std::string out1; local
    [all...]
  /bionic/tests/
math_data_test.h 232 RT1 out1; local
234 f(data[i].input, &out1, &out2);
235 EXPECT_PRED_FORMAT2(predicate1, data[i].expected1, out1) << "Failed on element " << i;
249 RT1 out1; local
251 out1 = f(data[i].input, &out2);
252 EXPECT_PRED_FORMAT2(predicate1, data[i].expected1, out1) << "Failed on element " << i;
265 RT1 out1; local
267 out1 = f(data[i].input, &out2);
268 EXPECT_PRED_FORMAT2(predicate1, data[i].expected1, out1) << "Failed on element " << i;
281 RT1 out1; local
    [all...]
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
ArchiveOutputStreamTest.java 43 final OutputStream out1 = new ByteArrayOutputStream(); local
45 ArchiveOutputStream aos1 = factory.createArchiveOutputStream("zip", out1);
54 aos1 = factory.createArchiveOutputStream("jar", out1);
63 aos1 = factory.createArchiveOutputStream("ar", out1);
72 aos1 = factory.createArchiveOutputStream("cpio", out1);
81 aos1 = factory.createArchiveOutputStream("tar", out1);
93 final OutputStream out1 = new ByteArrayOutputStream(); local
95 try (ArchiveOutputStream aos1 = factory.createArchiveOutputStream("zip", out1)) {
101 try (ArchiveOutputStream aos1 = factory.createArchiveOutputStream("jar", out1)) {
141 final OutputStream out1 = new ByteArrayOutputStream() local
    [all...]
  /external/arm-optimized-routines/math/single/
rredf.c 168 unsigned out3, out2, out1, carry; local
172 out1 = top1 + carry;
179 * topmost-but-one bit) of mult1, i.e. bit 30 of out1.
184 * of out1.
189 *q = (out1 + (1<<5)) >> 6;
206 int i1 = (out1 << 26) | ((out2 >> 19) << 13);
e_rem_pio2.c 189 unsigned out1, out2, out3; local
193 out1 = top1 + (out2 < top2);
201 s1 = out1 + carry;
  /external/eigen/unsupported/test/
FFTW.cpp 216 VectorXcf out1,out2; local
221 fft.fwd(out1,in);
223 VERIFY( (out1-out2).norm() < test_precision<float>() );
224 in1 = fft.inv(out1);
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
ZipMultiReportOutputTest.java 169 final OutputStream out1 = zipOutput.createFile("a.txt"); local
171 out1.write(32);
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
dct_msa.c 14 #define TRANSPOSE4x4_H(in0, in1, in2, in3, out0, out1, out2, out3) \
23 PCKOD_D2_SH(tp2_m, tp0_m, tp3_m, tp1_m, out1, out3); \
74 v4i32 out0, out1, out2, out3; local
89 out1 = __msa_splati_w((v4i32)coeff, 0);
90 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1);
92 out1 >>= 12;
93 PCKEV_H2_SH(out0, out0, out1, out1, in1, in3);
104 SPLATI_W2_SW(coeff, 2, out3, out1);
105 out3 += out1;
    [all...]
  /external/libxaac/decoder/
ixheaacd_mps_poly_filt.c 113 WORD32 *out1, *out2, *state1, *state2; local
114 out1 = out;
121 *out1++ = (WORD32)(((WORD64)(*state1++) * (*filter_coeff++)) >> 31);
124 out1 += resolution;
  /external/ltp/testcases/kernel/fs/mongo/
mongo_compare.c 14 char out1[256]; variable
75 strcpy(out1, argv[3]);
76 strcat(out1, ".txt");
91 if ((f3 = fopen(out1, "wr")) == NULL) {
92 fprintf(stderr, "%s: can't open %s\n", argv[0], out1);
  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 491 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
493 PrintStream out2= new PrintStream(out1);
497 Assert.assertEquals(out1.toString(), "");
506 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
508 PrintStream out2= new PrintStream(out1);
513 Assert.assertTrue(out1.toString().startsWith("[log4testng][debug]"));
522 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
524 PrintStream out2= new PrintStream(out1);
529 Assert.assertEquals(out1.toString(), "");
538 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
563 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
596 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
617 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
639 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
669 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
691 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
    [all...]
  /cts/tests/tests/binder_ndk/libbinder_ndk_test/
test_native_aidl_client.cpp 401 std::vector<T> out1; local
402 out1.resize(input.size());
405 ASSERT_OK((i.get()->*repeatMethod)(input, &out1, &out2)) << input.size();
406 EXPECT_EQ(input, out1);
479 std::optional<std::vector<std::optional<T>>> out1; local
481 out1 = std::vector<std::optional<T>>{};
482 out1->resize(input->size());
486 ASSERT_OK((i.get()->*repeatMethod)(input, &out1, &out2))
488 EXPECT_EQ(input, out1);
  /external/boringssl/src/crypto/cipher_extra/
aead_test.cc 504 uint8_t *out1 = buffer.data(); local
510 ctx.get(), out1 /* in - 1 */, &out_len, sizeof(kPlaintext) + max_overhead,
518 EXPECT_FALSE(EVP_AEAD_CTX_open(ctx.get(), out1 /* in - 1 */, &out_len,
    [all...]

Completed in 1629 milliseconds

1 2 3 4 5