/external/libaom/av1/encoder/ |
D | hybrid_fwd_txfm.c | 78 static void highbd_fwd_txfm_4x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x4() 91 static void highbd_fwd_txfm_4x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x8() 98 static void highbd_fwd_txfm_8x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x4() 105 static void highbd_fwd_txfm_8x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x16() 113 static void highbd_fwd_txfm_16x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x8() 121 static void highbd_fwd_txfm_16x32(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x32() 128 static void highbd_fwd_txfm_32x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_32x16() 136 static void highbd_fwd_txfm_16x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x4() 143 static void highbd_fwd_txfm_4x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x16() 150 static void highbd_fwd_txfm_32x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_32x8() [all …]
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_custom_index.cpp | 34 NormalIndex coeff(1,2,4,1); in test_map_as_index() local 52 NormalIndex coeff(1,2,4,1); in test_matrix_as_index() local 67 DSizes<ptrdiff_t, 4> coeff(1,2,4,1); in test_varlist_as_index() local 82 DSizes<ptrdiff_t, 4> coeff(1,2,4,1); in test_sizes_as_index() local
|
/external/libvpx/vpx_dsp/ |
D | quantize.c | 25 const int coeff = coeff_ptr[rc]; in vpx_quantize_dc() local 53 const int coeff = coeff_ptr[0]; in vpx_highbd_quantize_dc() local 73 const int coeff = coeff_ptr[rc]; in vpx_quantize_dc_32x32() local 104 const int coeff = coeff_ptr[0]; in vpx_highbd_quantize_dc_32x32() local 137 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_c() local 149 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_c() local 187 const int coeff = coeff_ptr[rc]; in vpx_highbd_quantize_b_c() local 199 const int coeff = coeff_ptr[rc]; in vpx_highbd_quantize_b_c() local 240 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_32x32_c() local 251 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_32x32_c() local [all …]
|
D | avg.c | 42 int16_t *coeff) { in hadamard_highbd_col8_first_pass() 75 int32_t *coeff) { in hadamard_highbd_col8_second_pass() 107 tran_low_t *coeff) { in vpx_highbd_hadamard_8x8_c() 133 tran_low_t *coeff) { in vpx_highbd_hadamard_16x16_c() 165 tran_low_t *coeff) { in vpx_highbd_hadamard_32x32_c() 200 int16_t *coeff) { in hadamard_col8() 232 tran_low_t *coeff) { in vpx_hadamard_8x8_c() 258 tran_low_t *coeff) { in vpx_hadamard_16x16_c() 289 tran_low_t *coeff) { in vpx_hadamard_32x32_c() 322 int vpx_highbd_satd_c(const tran_low_t *coeff, int length) { in vpx_highbd_satd_c() [all …]
|
/external/libaom/aom_dsp/ |
D | avg.c | 103 int16_t *coeff) { in hadamard_col4() 116 tran_low_t *coeff) { in aom_hadamard_4x4_c() 148 int16_t *coeff) { in hadamard_col8() 178 tran_low_t *coeff) { in aom_hadamard_8x8_c() 208 int16_t *coeff) { in aom_hadamard_lp_8x8_c() 239 int16_t *coeff) { in aom_hadamard_lp_8x8_dual_c() 248 tran_low_t *coeff) { in aom_hadamard_16x16_c() 290 int16_t *coeff) { in aom_hadamard_lp_16x16_c() 319 tran_low_t *coeff) { in aom_hadamard_32x32_c() 352 int16_t *coeff) { in hadamard_highbd_col8_first_pass() [all …]
|
D | quantize.c | 41 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_adaptive_helper_c() local 57 const int coeff = coeff_ptr[rc]; in aom_quantize_b_adaptive_helper_c() local 92 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_adaptive_helper_c() local 131 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_helper_c() local 144 const int coeff = coeff_ptr[rc]; in aom_quantize_b_helper_c() local 198 const int coeff = coeff_ptr[rc] * wt; in aom_highbd_quantize_b_adaptive_helper_c() local 214 const int coeff = coeff_ptr[rc]; in aom_highbd_quantize_b_adaptive_helper_c() local 245 const int coeff = coeff_ptr[rc] * wt; in aom_highbd_quantize_b_adaptive_helper_c() local 285 const int coeff = coeff_ptr[rc] * wt; in aom_highbd_quantize_b_helper_c() local 298 const int coeff = coeff_ptr[rc]; in aom_highbd_quantize_b_helper_c() local
|
/external/libaom/av1/encoder/x86/ |
D | error_intrin_avx2.c | 18 static inline void read_coeff(const tran_low_t *coeff, intptr_t offset, in read_coeff() 32 static inline void av1_block_error_block_size16_avx2(const int16_t *coeff, in av1_block_error_block_size16_avx2() 47 static inline void av1_block_error_block_size32_avx2(const int16_t *coeff, in av1_block_error_block_size32_avx2() 74 static inline void av1_block_error_block_size64_avx2(const int16_t *coeff, in av1_block_error_block_size64_avx2() 128 int64_t av1_block_error_lp_avx2(const int16_t *coeff, const int16_t *dqcoeff, in av1_block_error_lp_avx2() 154 int64_t av1_block_error_avx2(const tran_low_t *coeff, const tran_low_t *dqcoeff, in av1_block_error_avx2()
|
/external/libvpx/vpx_dsp/x86/ |
D | avg_intrin_avx2.c | 96 tran_low_t *coeff) { in vpx_highbd_hadamard_8x8_avx2() 139 ptrdiff_t src_stride, tran_low_t *coeff) { in vpx_highbd_hadamard_16x16_avx2() 180 ptrdiff_t src_stride, tran_low_t *coeff) { in vpx_highbd_hadamard_32x32_avx2() 306 int16_t *coeff) { in hadamard_8x8x2_avx2() 346 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_avx2() 394 tran_low_t *coeff) { in vpx_hadamard_16x16_avx2() 399 tran_low_t *coeff) { in vpx_hadamard_32x32_avx2() 474 int vpx_satd_avx2(const tran_low_t *coeff, int length) { in vpx_satd_avx2() 499 int vpx_highbd_satd_avx2(const tran_low_t *coeff, int length) { in vpx_highbd_satd_avx2()
|
D | avg_intrin_sse2.c | 276 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_8x8_sse2() 328 tran_low_t *coeff) { in vpx_hadamard_8x8_sse2() 333 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_sse2() 394 tran_low_t *coeff) { in vpx_hadamard_16x16_sse2() 399 tran_low_t *coeff) { in vpx_hadamard_32x32_sse2() 478 int vpx_satd_sse2(const tran_low_t *coeff, int length) { in vpx_satd_sse2()
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | bignum.py | 20 def xhash(coeff, exp): argument 35 coeff = int(x) variable
|
/external/libaom/aom_dsp/x86/ |
D | avg_intrin_sse2.c | 211 tran_low_t *coeff) { in aom_hadamard_4x4_sse2() 303 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_8x8_sse2() 355 tran_low_t *coeff) { in aom_hadamard_8x8_sse2() 360 ptrdiff_t src_stride, int16_t *coeff) { in hadamard_lp_8x8_sse2() 392 int16_t *coeff) { in aom_hadamard_lp_8x8_sse2() 397 ptrdiff_t src_stride, int16_t *coeff) { in aom_hadamard_lp_8x8_dual_sse2() 404 int16_t *coeff) { in aom_hadamard_lp_16x16_sse2() 443 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_sse2() 504 tran_low_t *coeff) { in aom_hadamard_16x16_sse2() 509 tran_low_t *coeff) { in aom_hadamard_32x32_sse2() [all …]
|
D | quantize_x86.h | 40 static inline void calculate_qcoeff(__m128i *coeff, const __m128i round, in calculate_qcoeff() 49 static inline void calculate_qcoeff_log_scale(__m128i *coeff, in calculate_qcoeff_log_scale() 76 __m128i coeff = invert_sign_sse2(qcoeff, coeff_sign); in calculate_dqcoeff_and_store_log_scale() local 168 __m128i coeff[4], cmp_mask0, cmp_mask1, cmp_mask2, cmp_mask3; in update_mask0() local
|
/external/libaom/aom_dsp/arm/ |
D | hadamard_neon.c | 33 tran_low_t *coeff) { in aom_hadamard_4x4_neon() 83 tran_low_t *coeff) { in aom_hadamard_8x8_neon() 112 int16_t *coeff) { in aom_hadamard_lp_8x8_neon() 141 ptrdiff_t src_stride, int16_t *coeff) { in aom_hadamard_lp_8x8_dual_neon() 148 int16_t *coeff) { in aom_hadamard_lp_16x16_neon() 189 tran_low_t *coeff) { in aom_hadamard_16x16_neon() 290 tran_low_t *coeff) { in aom_hadamard_32x32_neon()
|
/external/libvpx/vp9/encoder/arm/neon/ |
D | vp9_error_sve.c | 19 int64_t vp9_block_error_sve(const tran_low_t *coeff, const tran_low_t *dqcoeff, in vp9_block_error_sve() 52 int64_t vp9_block_error_fp_sve(const tran_low_t *coeff, in vp9_block_error_fp_sve()
|
D | vp9_error_neon.c | 18 int64_t vp9_block_error_neon(const tran_low_t *coeff, const tran_low_t *dqcoeff, in vp9_block_error_neon() 65 int64_t vp9_block_error_fp_neon(const tran_low_t *coeff, in vp9_block_error_fp_neon()
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseBlock.h | 54 inline const Scalar coeff(Index row, Index col) const in coeff() function 59 inline const Scalar coeff(Index index) const in coeff() function 246 inline const Scalar coeff(Index row, Index col) const in coeff() function 251 inline const Scalar coeff(Index index) const in coeff() function 369 inline const Scalar coeff(Index row, Index col) const in coeff() function 380 inline const Scalar coeff(Index index) const in coeff() function
|
/external/skia/src/gpu/ |
D | Blend.h | 103 static constexpr bool BlendCoeffRefsSrc(const BlendCoeff coeff) { in BlendCoeffRefsSrc() 108 static constexpr bool BlendCoeffRefsDst(const BlendCoeff coeff) { in BlendCoeffRefsDst() 113 static constexpr bool BlendCoeffRefsSrc2(const BlendCoeff coeff) { in BlendCoeffRefsSrc2() 141 static constexpr bool BlendCoeffRefsConstant(const BlendCoeff coeff) { in BlendCoeffRefsConstant()
|
/external/aac/libFDK/src/ |
D | FDK_lpc.cpp | 118 const int inc, const FIXP_SGL *coeff, in CLpc_SynthesisLattice() 170 const int inc, const FIXP_DBL *coeff, in CLpc_SynthesisLattice() 222 FIXP_LPC_TNS coeff[2 * LPC_MAX_ORDER]; in CLpc_Synthesis() local 265 FIXP_LPC coeff[2 * LPC_MAX_ORDER]; in CLpc_Synthesis() local 320 FIXP_LPC coeff[2 * LPC_MAX_ORDER]; in CLpc_Analysis() local
|
/external/libaom/av1/encoder/arm/ |
D | av1_error_neon.c | 22 int64_t av1_block_error_neon(const tran_low_t *coeff, const tran_low_t *dqcoeff, in av1_block_error_neon() 66 int64_t av1_block_error_lp_neon(const int16_t *coeff, const int16_t *dqcoeff, in av1_block_error_lp_neon()
|
D | highbd_fwd_txfm_neon.c | 309 void av1_fwd_txfm2d_4x4_neon(const int16_t *input, int32_t *coeff, in av1_fwd_txfm2d_4x4_neon() 630 void av1_fwd_txfm2d_8x8_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_8x8_neon() 1046 void av1_fwd_txfm2d_16x16_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_16x16_neon() 2191 void av1_fwd_txfm2d_16x8_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_16x8_neon() 2222 void av1_fwd_txfm2d_8x16_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_8x16_neon() 2254 void av1_fwd_txfm2d_4x16_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_4x16_neon() 2287 void av1_fwd_txfm2d_16x4_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_16x4_neon() 2317 void av1_fwd_txfm2d_16x32_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_16x32_neon() 2340 void av1_fwd_txfm2d_32x64_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_32x64_neon() 2366 void av1_fwd_txfm2d_64x32_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_64x32_neon() [all …]
|
/external/libvpx/vp8/encoder/loongarch/ |
D | dct_lsx.c | 29 #define SET_DOTP_VALUES(coeff, val0, val1, val2, const1, const2) \ argument 55 __m128i coeff = { 0x38a4eb1814e808a9, 0x659061a82ee01d4c }; in vp8_short_fdct4x4_lsx() local 104 __m128i coeff = { 0x38a4eb1814e808a9, 0x659061a82ee01d4c }; in vp8_short_fdct8x4_lsx() local
|
/external/libvpx/vp8/encoder/mips/msa/ |
D | encodeopt_msa.c | 18 v8i16 coeff, dq_coeff, coeff0, coeff1; in vp8_block_error_msa() local 47 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbblock_error_msa() local 113 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbuverror_msa() local
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorFixedSize.h | 77 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(Index firstIndex, IndexTypes... otherInd… in coeff() function 86 EIGEN_STRONG_INLINE const Scalar& coeff(const array<Index, NumIndices>& indices) const in coeff() function 93 EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const in coeff() function 100 EIGEN_STRONG_INLINE const Scalar& coeff() const in coeff() function
|
/external/eigen/test/ |
D | sparseLM.cpp | 41 Scalar coeff; in model() local 69 Scalar coeff; in operator ()() local 93 Scalar coeff; in df() local
|
/external/libvpx/vpx_dsp/arm/ |
D | hadamard_neon.c | 51 tran_low_t *coeff) { in vpx_hadamard_8x8_neon() 80 tran_low_t *coeff) { in vpx_hadamard_16x16_neon() 119 tran_low_t *coeff) { in vpx_hadamard_32x32_neon()
|