HomeSort by relevance Sort by last modified time
    Searched defs:s0 (Results 176 - 200 of 352) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libvpx/libvpx/vpx_dsp/ppc/
vpx_convolve_vsx.c 236 uint8x16_t s0 = vec_vsx_ld(0, src_y + 0 * src_stride); local
246 const uint8x16_t s = transpose_line_u8_8x8(s0, s1, s2, s3, s4, s5, s6, s7);
  /external/libvpx/libvpx/vpx_dsp/x86/
avg_intrin_sse2.c 20 __m128i u0, s0, d0, diff, maxabsdiff, minabsdiff, negdiff, absdiff0, absdiff; local
23 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s)), u0);
25 diff = _mm_subs_epi16(s0, d0);
29 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s + p)), u0);
31 diff = _mm_subs_epi16(s0, d0);
37 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s + 2 * p)), u0);
39 diff = _mm_subs_epi16(s0, d0);
45 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s + 3 * p)), u0);
47 diff = _mm_subs_epi16(s0, d0);
53 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s + 4 * p)), u0)
97 __m128i s0, s1, u0; local
124 __m128i s0, s1, u0; local
319 __m128i s0 = _mm_unpacklo_epi8(src_line, zero); local
366 __m128i s0 = _mm_sad_epu8(src_line, zero); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 256 float s0, float t0, float s1, float t1,
264 ctx->vertices[0][1][0] = s0; /*s*/
285 ctx->vertices[3][1][0] = s0;
512 float s0, t0, s1, t1; local
523 s0 = (float) srcX0;
534 s0 /= w;
620 s0, t0, s1, t1,
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 211 const GLfloat s0 = obj->CropRect[0] / wt; local
216 /*printf("crop texcoords: %g, %g .. %g, %g\n", s0, t0, s1, t1);*/
217 SET_ATTRIB(0, tex_attr, s0, t0, 0.0f, 1.0f); /* lower left */
220 SET_ATTRIB(3, tex_attr, s0, t1, 0.0f, 1.0f); /* upper left */
  /external/opencv/cv/src/
cvsamplers.cpp 191 worktype s0 = cast_macro(src[j])*a11 + \
200 dst[j] = (dsttype)cast_macro2(s0); \
206 worktype s0 = cast_macro(src[j])*a11 + \
211 dst[j] = (dsttype)cast_macro2(s0); \
231 worktype s0 = cast_macro(src[r.x])*b1 + \
234 dst[j] = (dsttype)cast_macro2(s0); \
239 worktype s0 = cast_macro(src[j])*a11 + \
244 dst[j] = (dsttype)cast_macro2(s0); \
249 worktype s0 = cast_macro(src[r.width])*b1 + \
252 dst[j] = (dsttype)cast_macro2(s0); \
463 float s0 = CV_8TO32F(src[r.x])*b1 + local
483 float s0 = CV_8TO32F(src[r.width])*b1 + local
    [all...]
  /external/skia/src/core/
SkBlitMask_D32.cpp 170 uint32_t s0 = EXPAND0(v, rbmask, m); local
175 dst[i] = COMBINE(s0 + d0, s1 + d1, rbmask);
  /external/skqp/src/core/
SkBlitMask_D32.cpp 170 uint32_t s0 = EXPAND0(v, rbmask, m); local
175 dst[i] = COMBINE(s0 + d0, s1 + d1, rbmask);
  /external/tremolo/Tremolo/
mdct.c 74 REG_TYPE s0= aX[0]; local
76 XPROD31( s0, s2, T[0], T[1], &aX[0], &aX[2] ); T+=step;
80 REG_TYPE s0= aX[0]; local
82 XPROD31( s0, s2, T[1], T[0], &aX[0], &aX[2] ); T-=step;
106 REG_TYPE s0 = x[0] + x[1]; local
119 x[4] = s4 - s0;
121 x[6] = s4 + s0;
129 REG_TYPE s0, s1, s2, s3; local
131 s0 = x[ 8] - x[ 9]; x[ 8] += x[ 9];
135 x[ 0] = MULT31((s0 - s1) , cPI2_8)
156 REG_TYPE s0, s1, s2, s3; local
201 REG_TYPE s0, s1, s2, s3; local
279 REG_TYPE s0, s1, s2, s3; local
330 REG_TYPE s0 = x[0]; local
341 REG_TYPE t0,t1,v0,v1,s0,s1; local
367 REG_TYPE t0,t1,v0,v1,q0,q1,s0,s1; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_insert/
size_T_size_size.pass.cpp 31 S s0 = s; local
49 assert(s == s0);
61 S s0 = s; local
79 assert(s == s0);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_replace/
size_size_string_size_size.pass.cpp 32 S s0 = s; local
53 assert(s == s0);
66 S s0 = s; local
87 assert(s == s0);
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elfxx-ia64.c 383 bfd_vma t0, t1, s0, s1, s2, br_code; local
397 s0 = (t0 >> 5) & 0x1ffffffffffLL;
407 br_code = s0;
415 && IS_NOP_B (s0)
428 && IS_NOP_B (s0)
  /art/runtime/interpreter/mterp/mips64/
header.S 38 #define s0 $$16 /* saved across subroutine calls (callee saved) */ define
81 s0 rPC interpreted program counter, used for fetching instructions
92 #define rPC s0
93 #define CFI_DEX 16 // DWARF register number of the register holding dex-pc (s0).
  /art/runtime/mirror/
object_test.cc 350 // pretend we are trying to access 'Static.s0' from StaticsFromCode.<clinit>
365 const DexFile::StringId* name_str_id = dex_file->FindStringId("s0");
375 ObjPtr<Object> s0 = field->GetObj(klass); local
376 EXPECT_TRUE(s0 != nullptr);
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 350 CONST char *s, *s0, *s1; local
364 if (!(s0 = decimalpoint_cache)) {
365 s0 = localeconv()->decimal_point;
366 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
367 strlcpy(decimalpoint_cache, s0, strlen(s0) + 1);
368 s0 = decimalpoint_cache;
370 dplen = strlen(s0);
372 decimalpoint = (char*)s0;
428 s0 = s
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
strtodg.c 316 CONST char *s, *s0, *s1; local
372 s0 = s;
392 s0 = s;
507 /* Now we have nd0 digits, starting at s0, followed by a
651 bd0 = s2b(s0, nd0, nd, y);
  /external/aac/libAACenc/src/
intensity.cpp 702 INT s0, s1, s2; local
705 s0 = fixMin(sL, sR);
708 d = ((mdctSpectrumLeft[j] << s0) >> 1) -
709 ((mdctSpectrumRight[j] << s0) >> 1);
714 s2 = (s1) + (2 * s0) - 2 - MDCT_SPEC_SF;
742 INT s0, s1, s2; local
745 s0 = fixMin(sL, sR);
748 s = ((mdctSpectrumLeft[j] << s0) >> 1) +
749 ((mdctSpectrumRight[j] << s0) >> 1);
752 1); // scaled 2*(mdctScale - s0 + 1) + MDCT_SPEC_S
    [all...]
  /external/aac/libSYS/src/
genericStds.cpp 367 UINT n, s0, s1, err; local
398 for (s0 = 0, s1 = size - 1; s0 < s1; s0++, s1--) {
399 tmp = ptr[s0];
400 ptr[s0] = ptr[s1];
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 151 State s0 = blk.left;
152 IntSet set = getCollapsedBlockAsSet(s0);
156 Label label = s0.transition(0).target.transition(0).label;
715 State s0 = blk; local
716 if ( s0!=null && s0.transition(0)!=null ) {
717 State s1 = s0.transition(0).target;
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 81 template <int& N> struct S0 { }; // expected-note 3 {{template parameter is declared here}}
90 S0<i> s0; local
91 S0<ci> s0c; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'const int' ignores qualifiers}}
92 S0<vi> s0v; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'volatile int' ignores qualifiers}}
93 S0<cvi> s0cv; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'const volatile int' ignores qualifiers}}
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
size_size_T_size_size.pass.cpp 40 S s0 = s; local
61 assert(s == s0);
76 S s0 = s; local
97 assert(s == s0);
6000 S s0 = "ABCD"; local
    [all...]
  /external/libjpeg-turbo/simd/
jsimd_mips_dspr2_asm.h 41 #define s0 $16 macro
137 * can be saved on stack is limitted to 14 (a0-a3, v0-v1 and s0-s7).
143 * SAVE_REGS_ON_STACK 4, v0, v1, s0, s1
144 * RESTORE_REGS_FROM_STACK 4, v0, v1, s0, s1
212 * can be restored from stack is limitted to 14 (a0-a3, v0-v1 and s0-s7).
218 * SAVE_REGS_ON_STACK 4, v0, v1, s0, s1
219 * RESTORE_REGS_FROM_STACK 4, v0, v1, s0, s1
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 43 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
48 s0 = input[0] + input[7];
58 x0 = s0 + s3;
61 x3 = s0 - s3;
122 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
127 s0 = input[0] + input[7];
137 x0 = s0 + s3;
140 x3 = s0 - s3;
237 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
249 s0 = sinpi_1_9 * x0
276 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
347 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7, s8; local
574 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; \/\/ canbe16 local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
avg_neon.c 70 const int64x2_t s0 = vpaddlq_s32(accum); // cascading summation of 'accum'. local
71 const int32x2_t s1 = vadd_s32(vreinterpret_s32_s64(vget_low_s64(s0)),
72 vreinterpret_s32_s64(vget_high_s64(s0)));
179 const int64x2_t s0 = vpaddlq_s32(sse); // cascading summation of 'sse'. local
180 const int32x2_t s1 = vadd_s32(vreinterpret_s32_s64(vget_low_s64(s0)),
181 vreinterpret_s32_s64(vget_high_s64(s0)));
  /external/libxaac/decoder/drc_src/
impd_drc_filter_bank.h 52 FLOAT32 s0; member in struct:__anon26366
  /external/mesa3d/src/gallium/drivers/radeon/
r600_test_dma.c 42 const uint64_t s0 = s[1]; local
43 s[0] = s0;
45 s[1] = s1 ^ s0 ^ (s1 >> 18) ^ (s0 >> 5);
46 return s[1] + s0;

Completed in 1543 milliseconds

1 2 3 4 5 6 78 91011>>