HomeSort by relevance Sort by last modified time
    Searched refs:pos0 (Results 1 - 25 of 32) sorted by null

1 2

  /external/libvpx/libvpx/vpx_dsp/mips/
add_noise_msa.c 18 v16u8 pos0, pos1, ref0, ref1; local
32 pos0 = LD_UB(pos0_ptr);
36 pos0 = __msa_subsus_u_b(pos0, black_clamp);
38 pos0 = __msa_subsus_u_b(pos0, both_clamp);
40 pos0 = __msa_subsus_u_b(pos0, white_clamp);
42 pos0 += ref0;
43 ST_UB(pos0, pos0_ptr)
    [all...]
  /external/libaom/libaom/aom_dsp/mips/
add_noise_msa.c 30 v16u8 pos0, ref0, pos1, ref1; local
33 pos0 = LD_UB(pos0_ptr);
39 temp00 = (pos0 < black_clamp);
40 pos0 = __msa_bmnz_v(pos0, black_clamp, temp00);
43 XORI_B2_128_UB(pos0, pos1);
45 temp00 = (v16u8)(temp00_s < pos0);
46 pos0 = (v16u8)__msa_bmnz_v((v16u8)pos0, (v16u8)temp00_s, temp00);
50 XORI_B2_128_UB(pos0, pos1)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 61 float *pos0 = v0->data[pos]; local
66 const float dx = fabsf(pos0[0] - pos2[0]);
67 const float dy = fabsf(pos0[1] - pos2[1]);
83 pos0[1] = pos0[1] - half_width - bias;
88 if (pos0[0] < pos2[0]) {
90 pos0[0] -= 0.5f;
97 pos0[0] += 0.5f;
106 pos0[0] = pos0[0] - half_width + bias
    [all...]
draw_pipe_stipple.c 126 const float *pos0 = v0->data[pos]; local
131 float x0 = pos0[0];
133 float y0 = pos0[1];
draw_pipe_wide_point.c 141 float *pos0 = v0->data[pos]; local
160 pos0[0] += left_adj;
161 pos0[1] += top_adj;
  /external/syzkaller/prog/
parse.go 34 pos0 := pos
39 ent.End = pos0
44 Start: pos0,
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
exp.s 76 exp pos0 v4, v3, v2, v1
77 // SI: exp pos0 v4, v3, v2, v1 ; encoding: [0xcf,0x00,0x00,0xf8,0x04,0x03,0x02,0x01]
78 // VI: exp pos0 v4, v3, v2, v1 ; encoding: [0xcf,0x00,0x00,0xc4,0x04,0x03,0x02,0x01]
80 exp pos0 v4, v3, v2, v1 done
81 // SI: exp pos0 v4, v3, v2, v1 done ; encoding: [0xcf,0x08,0x00,0xf8,0x04,0x03,0x02,0x01]
82 // VI: exp pos0 v4, v3, v2, v1 done ; encoding: [0xcf,0x08,0x00,0xc4,0x04,0x03,0x02,0x01]
  /external/syzkaller/pkg/ast/
parser.go 194 pos0 := p.pos
205 Pos: pos0,
212 pos0 := p.pos
215 Pos: pos0,
221 pos0 := p.pos
224 Pos: pos0,
230 pos0 := p.pos
244 Pos: pos0,
252 pos0 := p.pos
266 Pos: pos0,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_aifc.py 47 pos0 = f.tell()
48 self.assertEqual(pos0, 0)
55 f.setpos(pos0)
  /external/swiftshader/src/Shader/
VertexPipeline.cpp 109 Vector4f pos0; local
112 pos0 = transform(src, matrix, index0, homogeneous);
115 dst.x = pos0.x * weight0 + pos1.x * weight1; // FIXME: Vector4f operators
116 dst.y = pos0.y * weight0 + pos1.y * weight1;
117 dst.z = pos0.z * weight0 + pos1.z * weight1;
118 dst.w = pos0.w * weight0 + pos1.w * weight1;
124 Vector4f pos0; local
128 pos0 = transform(src, matrix, index0, homogeneous);
132 dst.x = pos0.x * weight0 + pos1.x * weight1 + pos2.x * weight2;
133 dst.y = pos0.y * weight0 + pos1.y * weight1 + pos2.y * weight2
141 Vector4f pos0; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalFormat.java     [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtitvfmt.h 676 * @param pos0 FieldPosition within pat0
685 UnicodeString& pat0, FieldPosition& pos0, // pattern and pos corresponding to {0}
    [all...]
  /external/skia/tools/viewer/
TouchGesture.cpp 188 static SkScalar center(float pos0, float pos1) {
189 return (pos0 + pos1) * 0.5f;
  /external/skqp/tools/viewer/
TouchGesture.cpp 188 static SkScalar center(float pos0, float pos1) {
189 return (pos0 + pos1) * 0.5f;
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp     [all...]
  /external/python/cpython2/Lib/test/
audiotests.py 236 pos0 = f.tell()
237 self.assertEqual(pos0, 0)
244 f.setpos(pos0)
  /external/python/cpython3/Lib/test/
audiotests.py 296 pos0 = f.tell()
297 self.assertEqual(pos0, 0)
304 f.setpos(pos0)
  /art/runtime/
subtype_check_info_test.cc 281 #define MAKE_ENCODED_PATH(pos0, pos1, pos2) \
282 (((pos0) << 0) | \
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 1084 CFX_PointF pos0 = pPoints[i - 1].m_Point; local
    [all...]
  /external/libopus/src/
analysis.c 239 int pos0; local
263 pos0 = pos;
283 pos = pos0;
296 mpos = vpos = pos0;
376 pos = pos0;
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/skia/src/core/
SkTextBlob.cpp 628 const SkPoint pos0 = posMaker(0); local
629 SkTextInterceptsIter iter(glyphs, glyphCount, font, paint, bounds, pos0.x(), pos0.y(),
    [all...]
  /external/skqp/src/core/
SkTextBlob.cpp 628 const SkPoint pos0 = posMaker(0); local
629 SkTextInterceptsIter iter(glyphs, glyphCount, font, paint, bounds, pos0.x(), pos0.y(),
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegressionTest.java 2416 ParsePosition pos0 = new ParsePosition(0); local
    [all...]

Completed in 595 milliseconds

1 2