| /external/libvpx/vpx_dsp/mips/ |
| D | macros_msa.h | 207 #define SW4(in0, in1, in2, in3, pdst, stride) \ argument 222 #define SD4(in0, in1, in2, in3, pdst, stride) \ argument 316 #define ST_V2(RTYPE, in0, in1, pdst, stride) \ argument 325 #define ST_V4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument 333 #define ST_V8(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride) \ argument 398 #define ST4x4_UB(in0, in1, idx0, idx1, idx2, idx3, pdst, stride) \ argument 410 #define ST4x8_UB(in0, in1, pdst, stride) \ argument 462 #define ST8x4_UB(in0, in1, pdst, stride) \ argument 483 #define AVER_UB2(RTYPE, in0, in1, in2, in3, out0, out1) \ argument 490 #define AVER_UB4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ argument [all …]
|
| D | idct4x4_msa.c | 16 v8i16 in0, in1, in2, in3; in vpx_iwht4x4_16_add_msa() local 54 v8i16 in1, in0 = { 0 }; in vpx_iwht4x4_1_add_msa() local 73 v8i16 in0, in1, in2, in3; in vpx_idct4x4_16_add_msa() local
|
| D | inv_txfm_msa.h | 18 #define VP9_ADST8(in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, out2, \ argument 93 #define VP9_ADDBLK_ST8x4_UB(dst, dst_stride, in0, in1, in2, in3) \ argument 111 #define VP9_IDCT4x4(in0, in1, in2, in3, out0, out1, out2, out3) \ argument 134 #define VP9_IADST4x4(in0, in1, in2, in3, out0, out1, out2, out3) \ argument 214 #define VP9_IDCT8x8_1D(in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ argument 247 #define VP9_IADST8x8_1D(in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ argument
|
| D | fwd_txfm_msa.c | 15 v8i16 in0, in1, in2, in3, in4, in5, in6, in7; in vpx_fdct8x8_1_msa() local 31 v8i16 in0, in1, in2, in3, in4, in5, in6, in7; in fdct8x16_1d_column() local 150 v8i16 in0, in1, in2, in3, in4, in5, in6, in7; in fdct16x8_1d_row() local 186 v8i16 in0, in1, in2, in3; in vpx_fdct4x4_msa() local 216 v8i16 in0, in1, in2, in3, in4, in5, in6, in7; in vpx_fdct8x8_msa() local 251 v8i16 in0, in1, in2, in3, in4, in5, in6, in7; in vpx_fdct16x16_1_msa() local
|
| /external/libvpx/vp8/common/mips/msa/ |
| D | vp8_macros_msa.h | 240 #define SW4(in0, in1, in2, in3, pdst, stride) \ argument 255 #define SD4(in0, in1, in2, in3, pdst, stride) \ argument 347 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument 354 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument 362 #define ST_B8(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride) \ argument 374 #define ST_H2(RTYPE, in0, in1, pdst, stride) \ argument 386 #define ST_SW2(in0, in1, pdst, stride) \ argument 430 #define ST4x4_UB(in0, in1, idx0, idx1, idx2, idx3, pdst, stride) \ argument 442 #define ST4x8_UB(in0, in1, pdst, stride) \ argument 494 #define ST8x4_UB(in0, in1, pdst, stride) \ argument [all …]
|
| /external/webp/src/dsp/ |
| D | msa_macro.h | 172 #define SW4(in0, in1, in2, in3, pdst, stride) do { \ argument 183 #define SW3(in0, in1, in2, pdst, stride) do { \ argument 192 #define SW2(in0, in1, pdst, stride) do { \ argument 206 #define SD4(in0, in1, in2, in3, pdst, stride) do { \ argument 300 #define ST_B2(RTYPE, in0, in1, pdst, stride) do { \ argument 307 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) do { \ argument 314 #define ST_B8(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, \ argument 328 #define ST_W2(RTYPE, in0, in1, pdst, stride) do { \ argument 335 #define ST_W3(RTYPE, in0, in1, in2, pdst, stride) do { \ argument 342 #define ST_W4(RTYPE, in0, in1, in2, in3, pdst, stride) do { \ argument [all …]
|
| D | rescaler_msa.c | 27 #define CALC_MULT_FIX_16(in0, in1, in2, in3, scale, shift, dst) do { \ argument 47 #define CALC_MULT_FIX_4(in0, scale, shift, dst) do { \ argument 60 #define CALC_MULT_FIX1_16(in0, in1, in2, in3, fyscale, shift, \ argument 78 #define CALC_MULT_FIX1_4(in0, scale, shift, dst) do { \ argument 87 #define CALC_MULT_FIX2_16(in0, in1, in2, in3, mult, scale, shift, \ argument 102 #define CALC_MULT_FIX2_4(in0, in1, mult, scale, shift, dst) do { \ argument
|
| /external/libvpx/vp8/encoder/mips/msa/ |
| D | dct_msa.c | 14 #define TRANSPOSE4x4_H(in0, in1, in2, in3, out0, out1, out2, out3) \ argument 34 #define RET_1_IF_NZERO_H(in0) \ argument 46 #define RET_1_IF_NZERO_W(in0) \ argument 58 #define RET_1_IF_NEG_W(in0) \ argument 70 v8i16 in0, in1, in2, in3; in vp8_short_fdct4x4_msa() local 116 v8i16 in0, in1, in2, in3; in vp8_short_fdct8x4_msa() local
|
| /external/libvpx/vp9/common/arm/neon/ |
| D | vp9_highbd_iht16x16_add_neon.c | 72 #define highbd_iadst_butterfly(in0, in1, c, lane0, lane1, s0, s1) \ argument 80 static INLINE int32x4x2_t vaddq_s32_dual(const int32x4x2_t in0, in vaddq_s32_dual() 88 static INLINE int64x2x2_t vaddq_s64_dual(const int64x2x2_t in0, in vaddq_s64_dual() 96 static INLINE int32x4x2_t vsubq_s32_dual(const int32x4x2_t in0, in vsubq_s32_dual() 104 static INLINE int64x2x2_t vsubq_s64_dual(const int64x2x2_t in0, in vsubq_s64_dual() 112 static INLINE int32x4x2_t vcombine_s32_dual(const int32x2x2_t in0, in vcombine_s32_dual() 121 const int64x2x2_t *const in0, const int64x2x2_t *const in1) { in highbd_add_dct_const_round_shift_low_8() 134 const int64x2x2_t *const in0, const int64x2x2_t *const in1) { in highbd_sub_dct_const_round_shift_low_8()
|
| D | vp9_iht_neon.h | 113 static INLINE void iadst_butterfly_lane_0_1_neon(const int16x8_t in0, in iadst_butterfly_lane_0_1_neon() 129 static INLINE void iadst_butterfly_lane_2_3_neon(const int16x8_t in0, in iadst_butterfly_lane_2_3_neon() 145 static INLINE void iadst_butterfly_lane_1_0_neon(const int16x8_t in0, in iadst_butterfly_lane_1_0_neon() 161 static INLINE void iadst_butterfly_lane_3_2_neon(const int16x8_t in0, in iadst_butterfly_lane_3_2_neon() 178 const int32x4_t *const in0, const int32x4_t *const in1) { in add_dct_const_round_shift_low_8() 187 const int32x4_t *const in0, const int32x4_t *const in1) { in sub_dct_const_round_shift_low_8()
|
| /external/libaom/av1/encoder/x86/ |
| D | av1_txfm1d_sse4.h | 96 #define btf_32_sse4_1_type0(w0, w1, in0, in1, out0, out1, bit) \ argument 112 #define btf_32_sse4_1_type1(w0, w1, in0, in1, out0, out1, bit) \ argument 119 #define btf_32_type0_sse4_1_new(ww0, ww1, in0, in1, out0, out1, r, bit) \ argument 135 #define btf_32_type1_sse4_1_new(ww0, ww1, in0, in1, out0, out1, r, bit) \ argument
|
| D | av1_fwd_txfm_avx2.h | 19 __m256i *in0, __m256i *in1, in btf_32_avx2_type0() 38 __m256i *in0, __m256i *in1, in btf_32_avx2_type1() 59 __m256i *in0, __m256i *in1, in btf_32_avx2_type0_new() 79 __m256i *in0, __m256i *in1, in btf_32_avx2_type1_new()
|
| /external/libvpx/vpx_dsp/x86/ |
| D | fwd_txfm_sse2.c | 19 __m128i in0, in1; in vpx_fdct4x4_1_sse2() local 48 __m128i in0 = _mm_load_si128((const __m128i *)(input + 0 * stride)); in vpx_fdct8x8_1_sse2() local 89 __m128i in0, in1, in2, in3; in vpx_fdct16x16_1_sse2() local 158 __m128i in0, in1, in2, in3; in vpx_fdct32x32_1_sse2() local
|
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | clone_constants_for_better_clustering_test.cc | 69 Output in0 = ops::Placeholder(on_gpu.WithOpName("in0"), DT_FLOAT); in TEST() local 95 Output in0 = ops::Placeholder(on_gpu.WithOpName("in0"), DT_FLOAT); in TEST() local 121 Output in0 = ops::Placeholder(on_gpu.WithOpName("in0"), DT_FLOAT); in TEST() local 154 Output in0 = ops::Placeholder(on_gpu.WithOpName("in0"), DT_FLOAT); in TEST() local 183 Output in0 = ops::Placeholder(on_gpu.WithOpName("in0"), DT_FLOAT); in TEST() local
|
| /external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/transforms/ |
| D | a32_transpose_interleave_8way_32bit.hpp | 62 void TransposeInterleaveCommon<16, uint16_t, uint16_t>::moveblock_1x1(const uint16_t *&in0, uint16_… in moveblock_1x1() 75 void TransposeInterleaveCommon<16, uint16_t, uint16_t>::moveblock_1x2(const uint16_t *&in0, const u… in moveblock_1x2() 93 void TransposeInterleaveCommon<16, uint16_t, uint16_t>::moveblock_1x4(const uint16_t *&in0, const u… in moveblock_1x4()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | cwise_op_clip_gpu.cu.cc | 28 const T *__restrict__ in0, in UnaryClipCustomKernel() 40 const T *__restrict__ in0, in BinaryRightClipCustomKernel() 52 const T *__restrict__ in0, in BinaryLeftClipCustomKernel()
|
| /external/libaom/av1/common/x86/ |
| D | intra_edge_sse4.c | 53 __m128i in0 = _mm_lddqu_si128((__m128i *)in); in av1_filter_intra_edge_sse4_1() local 84 __m128i in0 = _mm_lddqu_si128((__m128i *)in); in av1_filter_intra_edge_sse4_1() local 145 __m128i in0 = _mm_lddqu_si128((__m128i *)&in[0]); in av1_filter_intra_edge_high_sse4_1() local 174 __m128i in0 = _mm_lddqu_si128((__m128i *)&in[0]); in av1_filter_intra_edge_high_sse4_1() local 230 __m128i in0 = _mm_lddqu_si128((__m128i *)&in[0]); in av1_upsample_intra_edge_sse4_1() local 283 __m128i in0 = _mm_lddqu_si128((__m128i *)&in[0]); in av1_upsample_intra_edge_high_sse4_1() local
|
| /external/libvpx/vpx_dsp/loongarch/ |
| D | fwd_txfm_lsx.h | 17 #define VP9_FDCT4(in0, in1, in2, in3, out0, out1, out2, out3) \ argument 43 #define VP9_FDCT8(in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, out2, \ argument 102 #define SRLI_AVE_S_4V_H(in0, in1, in2, in3, in4, in5, in6, in7) \ argument 193 #define VP9_ADDBLK_ST8x4_UB(dst, _stride, _stride2, _stride3, in0, in1, in2, \ argument 215 #define FDCT8x16_EVEN(in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ argument
|
| D | variance_lsx.h | 16 #define HADD_SW_S32(in0, in1) \ argument 25 #define HORIZ_2TAP_FILT_UH(in0, in1, mask, coeff, shift, in2) \ argument
|
| /external/tensorflow/tensorflow/core/kernels/linalg/ |
| D | banded_triangular_solve_op_test.cc | 46 Node* BandedTriangularSolve(Graph* g, Node* in0, Node* in1) { in BandedTriangularSolve() 57 Node* MatrixTriangularSolve(Graph* g, Node* in0, Node* in1) { in MatrixTriangularSolve() 72 Tensor in0(type, TensorShape({num_bands, n})); in BandedTriangularSolve() local
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fShaderMatrixTests.cpp | 881 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 894 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 907 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 920 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 933 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 946 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 960 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 972 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 984 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 996 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local [all …]
|
| /external/libvpx/third_party/libyuv/include/libyuv/ |
| D | macros_msa.h | 176 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument 183 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument 195 #define ST_H2(RTYPE, in0, in1, pdst, stride) \ argument 210 #define VSHF_B2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) \ argument 224 #define ILVRL_B2(RTYPE, in0, in1, out0, out1) \ argument
|
| /external/libvpx/vp9/encoder/mips/msa/ |
| D | vp9_fdct4x4_msa.c | 19 v8i16 in0, in1, in2, in3, in4; in vp9_fwht4x4_msa() local 51 v8i16 in0, in1, in2, in3; in vp9_fht4x4_msa() local
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderMatrixTests.cpp | 875 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 888 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 901 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 914 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 927 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 940 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 954 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 966 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 978 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local 990 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() local [all …]
|
| /external/libyuv/files/include/libyuv/ |
| D | macros_msa.h | 189 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument 196 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument 208 #define ST_H2(RTYPE, in0, in1, pdst, stride) \ argument 223 #define VSHF_B2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) \ argument 237 #define ILVRL_B2(RTYPE, in0, in1, out0, out1) \ argument
|