HomeSort by relevance Sort by last modified time
    Searched refs:out1 (Results 126 - 150 of 171) sorted by null

1 2 3 4 56 7

  /external/libvpx/libvpx/vpx_dsp/mips/
vpx_convolve8_avg_vert_msa.c 82 v8i16 filt, out0, out1, out2, out3; local
107 out1 = FILT_8TAP_DPADD_S_H(src21_r, src43_r, src65_r, src87_r, filt0, filt1,
113 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS);
114 SAT_SH4_SH(out0, out1, out2, out3, 7);
115 CONVERT_UB_AVG_ST8x4_UB(out0, out1, out2, out3, dst0, dst1, dst2, dst3, dst,
  /external/webp/src/enc/
picture_csp_enc.c 346 fixed_y_t* out1,
353 out1[0] = Filter2(cur_uv[0], prev_uv[0], best_y[0]);
356 WebPSharpYUVFilterRow(cur_uv, prev_uv, len, best_y + 0 + 1, out1 + 1);
361 out1[w - 1] = Filter2(cur_uv[uv_w - 1], prev_uv[uv_w - 1],
366 out1 += w;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_impl_sse2.h 580 tran_low_t *out1 = output; local
    [all...]
vpx_subpixel_8t_intrin_ssse3.c 333 #define TRANSPOSE_8X8(in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \
352 out1 = _mm_unpackhi_epi64(tr2_0, tr2_0); \
    [all...]
inv_txfm_ssse3.c 676 __m128i *out1) {
678 array_transpose_8x8(&in0[8], out1);
680 array_transpose_8x8(&in1[8], &out1[8]);
    [all...]
  /hardware/intel/img/psb_video/src/
tng_hostair.c 106 goto out1;
112 goto out1;
220 out1:
    [all...]
tng_H264ES.c 618 goto out1;
642 goto out1;
777 out1:
    [all...]
pnw_H264ES.c     [all...]
  /external/freetype/src/truetype/
ttgxvar.c 2843 FT_Pos out, in1, in2, out1, out2, d1, d2; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 4319 vector<typename Out::Out1> out1; member in struct:vkt::shaderexecutor::Outputs
4330 VariableP<typename Out::Out1> out1; member in struct:vkt::shaderexecutor::Variables
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 4373 vector<typename Out::Out1> out1; member in struct:deqp::gls::BuiltinPrecisionTests::Outputs
4384 VariableP<typename Out::Out1> out1; member in struct:deqp::gls::BuiltinPrecisionTests::Variables
    [all...]
  /external/boringssl/src/include/openssl/
bio.h 581 /* BIO_new_bio_pair sets |*out1| and |*out2| to two freshly created BIOs where
583 * |writebuf1| argument gives the size of the buffer used in |*out1| and
585 OPENSSL_EXPORT int BIO_new_bio_pair(BIO **out1, size_t writebuf1, BIO **out2,
    [all...]
  /external/toybox/lib/
lib.h 287 int pollinate(int in1, int in2, int out1, int out2, int timeout, int shutdown_timeout);
  /external/regex-re2/re2/
compile.cc 24 // Because the out and out1 fields in Inst are no longer pointers,
26 // to inst_[p>>1].out (p&1 == 0) or inst_[p>>1].out1 (p&1 == 1).
60 l.p = ip->out1();
71 l.p = ip->out1();
    [all...]
  /external/selinux/libselinux/src/
selinux_restorecon.c 717 out1:
726 goto out1;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Spdy3ConnectionTest.java     [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 2098 DerOutputStream out1 = new DerOutputStream(); local
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 671 const tcu::Vec4 out1 = list[inputTriangleNdx].v1->outputs[outputNdx].get<float>(); local
675 + (float)subTriangles[subTriangleNdx].vertices[0].weight[1] * out1
679 + (float)subTriangles[subTriangleNdx].vertices[1].weight[1] * out1
683 + (float)subTriangles[subTriangleNdx].vertices[2].weight[1] * out1
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 804 m_spec.outputs.push_back(Symbol("out1", glu::VarType(baseType, precision)));
805 m_spec.source = "out0 = modf(in0, out1);";
838 const float out1 = ((const float*)outputs[1])[compNdx]; local
846 const float resSum = out0 + out1;
    [all...]
  /external/libunwind/tests/
ia64-test-nat-asm.S 35 mov out1 = arg1; \
  /external/libedit/src/
readline.c 1191 goto out1;
1300 out1:
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct8x8_add_neon.c 43 const tran_low_t out1 = local
45 const int16_t a1 = ROUND_POWER_OF_TWO(out1, 5);
  /external/icu/icu4c/source/test/cintltst/
nccbtst.c 1710 out1[]={ 0x4e00, 0xfeff }, local
1747 out1[]={ U16_LEAD(0x100f00), U16_TRAIL(0x100f00), 0xfeff }, local
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/pem/
pem_test.go 17 in, out1, out2 string
34 if string(x) != test.out1 || string(y) != test.out2 {
35 t.Errorf("#%d got:%+v,%+v want:%s,%s", i, x, y, test.out1, test.out2)
  /prebuilts/go/linux-x86/src/encoding/pem/
pem_test.go 17 in, out1, out2 string
34 if string(x) != test.out1 || string(y) != test.out2 {
35 t.Errorf("#%d got:%+v,%+v want:%s,%s", i, x, y, test.out1, test.out2)

Completed in 1632 milliseconds

1 2 3 4 56 7