HomeSort by relevance Sort by last modified time
    Searched refs:v11 (Results 151 - 175 of 184) sorted by null

1 2 3 4 5 67 8

  /external/libavc/common/armv8/
ih264_inter_pred_luma_horz_hpel_vert_qpel_av8.s 377 mov v11.16b, v21.16b
620 mov v11.16b, v21.16b
877 mov v11.16b, v21.16b
1016 uqxtn v11.8b, v0.8h
1048 trn1 v11.2s, v11.2s, v13.2s
1049 trn2 v13.2s, v11.2s, v13.2s
1051 urhadd v9.8b, v9.8b , v11.8b
    [all...]
ih264_intra_pred_chroma_av8.s 269 dup v11.8h, v0.h[6]
274 st1 {v11.8h}, [x1], x3
ih264_intra_pred_luma_16x16_av8.s 201 dup v11.16b, v0.b[14]
206 st1 {v11.16b}, [x1], x3
ih264_intra_pred_luma_8x8_av8.s 1050 mov v11.d[0], v10.d[1]
1063 tbl v13.8b, {v30.16b, v31.16b}, v11.8b
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
verbose-error.l 83 [^:]*:28: Error: operand mismatch -- `rev16 v10.2s,v11.2s'
85 [^:]*:28: Info: rev16 v10.8b,v11.8b
87 [^:]*:28: Info: rev16 v10.16b,v11.16b
  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_neon.hpp 61 uchar v8, uchar v9, uchar v10, uchar v11, uchar v12, uchar v13, uchar v14, uchar v15)
63 uchar v[] = {v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15};
82 schar v8, schar v9, schar v10, schar v11, schar v12, schar v13, schar v14, schar v15)
84 schar v[] = {v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15};
intrin_sse.hpp 62 uchar v8, uchar v9, uchar v10, uchar v11, uchar v12, uchar v13, uchar v14, uchar v15)
66 (char)v8, (char)v9, (char)v10, (char)v11,
85 schar v8, schar v9, schar v10, schar v11, schar v12, schar v13, schar v14, schar v15)
89 (char)v8, (char)v9, (char)v10, (char)v11,
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
matx.hpp 116 _Tp v8, _Tp v9, _Tp v10, _Tp v11); //!< 1x12, 2x6, 3x4, 4x3, 6x2 or 12x1 matrix
119 _Tp v8, _Tp v9, _Tp v10, _Tp v11,
575 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9, _Tp v10, _Tp v11)
580 val[8] = v8; val[9] = v9; val[10] = v10; val[11] = v11;
584 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9, _Tp v10, _Tp v11, _Tp v12, _Tp v13, _Tp v14, _Tp v15)
589 val[8] = v8; val[9] = v9; val[10] = v10; val[11] = v11;
    [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp.cpp 408 float v11 = sptr[step + cn + k]; local
411 v10 = v10 + xs*(v11 - v10);
425 float v11 = sptr[step + cn + k]; local
428 v10 = v10 + xs*(v11 - v10);
442 float v11 = sptr[step + cn + k]; local
445 v10 = v10 + xs*(v11 - v10);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 221 int v11 = ((y+1) * stride) + x + 1; local
230 m_indices[baseNdx + 5] = (deUint16)v11;
1793 const int v11 = ((y + 1) * stride) + x + 1; local
    [all...]
  /external/libhevc/common/arm64/
ihevc_deblk_luma_horz.s 499 smin v11.8b, v10.8b , v30.8b
500 smax v7.8b, v31.8b , v11.8b // d8 has the value delta = clip3(delta, -tc, tc)//
  /external/mesa3d/src/mesa/swrast/
s_blit.c 360 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11)
363 const GLfloat temp1 = LERP(a, v01, v11);
s_triangle.c 257 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11)
260 const GLint temp1 = ilerp(ia, v01, v11);
    [all...]
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 156 const float v11 = values[3];
157 const float res = v00*(1.0f-x)*(1.0f-y) + v10*x*(1.0f-y) + v01*(1.0f-x)*y + v11*x*y;
493 const float v11 = bilinearInterpolate(refVal1, xBounds1.y(), yBounds1.x());
496 const float minV1 = de::min(v10, de::min(v11, de::min(v12, v13)));
497 const float maxV1 = de::max(v10, de::max(v11, de::max(v12, v13)));
    [all...]
  /external/libunwind_llvm/src/
UnwindRegistersSave.S 207 SAVE_VECTOR_UNALIGNED(v11, 424+0x0B0)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersSave.S 207 SAVE_VECTOR_UNALIGNED(v11, 424+0x0B0)
  /external/llvm/test/MC/AArch64/
arm64-diags.s 130 rshrn v9.8b, v11.8h, #17
138 ; CHECK-ERRORS: rshrn v9.8b, v11.8h, #17
neon-diagnostics.s     [all...]
arm64-simd-ldst.s 91 st1.2d {v11, v12, v13}, [x1]
183 ; CHECK: st1.2d { v11, v12, v13 }, [x1] ; encoding: [0x2b,0x6c,0x00,0x4c]
231 ld3.8b {v9, v10, v11}, [x9]
247 st3.8b {v10, v11, v12}, [x9]
264 ; CHECK: ld3.8b { v9, v10, v11 }, [x9] ; encoding: [0x29,0x41,0x40,0x0c]
280 ; CHECK: st3.8b { v10, v11, v12 }, [x9] ; encoding: [0x2a,0x41,0x00,0x0c]
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 414 const Vec4 v11 = readVec4(vertices + ((cellY+1)*gridWidth + cellX+1)*numComponents, numComponents); local
416 const Vec4& v0 = tri ? v11 : v00;
    [all...]
  /external/elfutils/tests/
run-readelf-mixed-corenote.sh 368 v11: 0x00000000000000000000000000000000
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 992 LLVMValueRef v11)
995 LLVMValueRef v1 = lp_build_lerp(bld, x, v10, v11);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 78 * v00, v10, v01 and v11 are typically four texture samples in a square/box.
86 float v00, float v10, float v01, float v11)
89 const float temp1 = lerp(a, v01, v11);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 927 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; local
    [all...]
  /external/vixl/test/
test-assembler-a64.cc     [all...]

Completed in 476 milliseconds

1 2 3 4 5 67 8