| /external/libaom/av1/encoder/ |
| D | hybrid_fwd_txfm.c | 81 static void highbd_fwd_txfm_4x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x4() 94 static void highbd_fwd_txfm_4x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x8() 101 static void highbd_fwd_txfm_8x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x4() 108 static void highbd_fwd_txfm_8x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x16() 116 static void highbd_fwd_txfm_16x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x8() 124 static void highbd_fwd_txfm_16x32(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x32() 131 static void highbd_fwd_txfm_32x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_32x16() 139 static void highbd_fwd_txfm_16x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x4() 146 static void highbd_fwd_txfm_4x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x16() 153 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 | 23 const int coeff = coeff_ptr[rc]; in vpx_quantize_dc() local 51 const int coeff = coeff_ptr[0]; in vpx_highbd_quantize_dc() local 71 const int coeff = coeff_ptr[rc]; in vpx_quantize_dc_32x32() local 102 const int coeff = coeff_ptr[0]; in vpx_highbd_quantize_dc_32x32() local 133 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_c() local 145 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_c() local 182 const int coeff = coeff_ptr[rc]; in vpx_highbd_quantize_b_c() local 194 const int coeff = coeff_ptr[rc]; in vpx_highbd_quantize_b_c() local 233 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_32x32_c() local 244 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, int log_scale, int h8, int w8) { in aom_pixel_scale_c() 111 int16_t *coeff) { in hadamard_col4() 124 tran_low_t *coeff) { in aom_hadamard_4x4_c() 156 int16_t *coeff) { in hadamard_col8() 186 tran_low_t *coeff) { in aom_hadamard_8x8_c() 216 int16_t *coeff) { in aom_hadamard_lp_8x8_c() 247 int16_t *coeff) { in aom_hadamard_lp_8x8_dual_c() 256 tran_low_t *coeff) { in aom_hadamard_16x16_c() 298 int16_t *coeff) { in aom_hadamard_lp_16x16_c() 327 tran_low_t *coeff) { in aom_hadamard_32x32_c() [all …]
|
| D | quantize.c | 40 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_adaptive_helper_c() local 56 const int coeff = coeff_ptr[rc]; in aom_quantize_b_adaptive_helper_c() local 91 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_adaptive_helper_c() local 130 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_helper_c() local 143 const int coeff = coeff_ptr[rc]; in aom_quantize_b_helper_c() local 197 const int coeff = coeff_ptr[rc] * wt; in aom_highbd_quantize_b_adaptive_helper_c() local 213 const int coeff = coeff_ptr[rc]; in aom_highbd_quantize_b_adaptive_helper_c() local 244 const int coeff = coeff_ptr[rc] * wt; in aom_highbd_quantize_b_adaptive_helper_c() local 284 const int coeff = coeff_ptr[rc] * wt; in aom_highbd_quantize_b_helper_c() local 297 const int coeff = coeff_ptr[rc]; in aom_highbd_quantize_b_helper_c() local
|
| /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() 298 int16_t *coeff) { in hadamard_8x8x2_avx2() 338 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_avx2() 386 tran_low_t *coeff) { in vpx_hadamard_16x16_avx2() 391 tran_low_t *coeff) { in vpx_hadamard_32x32_avx2() 437 int vpx_satd_avx2(const tran_low_t *coeff, int length) { in vpx_satd_avx2() 462 int vpx_highbd_satd_avx2(const tran_low_t *coeff, int length) { in vpx_highbd_satd_avx2()
|
| D | avg_intrin_sse2.c | 268 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_8x8_sse2() 320 tran_low_t *coeff) { in vpx_hadamard_8x8_sse2() 325 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_sse2() 386 tran_low_t *coeff) { in vpx_hadamard_16x16_sse2() 391 tran_low_t *coeff) { in vpx_hadamard_32x32_sse2() 441 int vpx_satd_sse2(const tran_low_t *coeff, int length) { in vpx_satd_sse2()
|
| /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_num_coeff16_avx2(const int16_t *coeff, in av1_block_error_num_coeff16_avx2() 47 static INLINE void av1_block_error_num_coeff32_avx2(const int16_t *coeff, in av1_block_error_num_coeff32_avx2() 74 static INLINE void av1_block_error_num_coeff64_avx2(const int16_t *coeff, in av1_block_error_num_coeff64_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/libaom/aom_dsp/x86/ |
| D | avg_intrin_sse2.c | 199 tran_low_t *coeff) { in aom_hadamard_4x4_sse2() 291 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_8x8_sse2() 343 tran_low_t *coeff) { in aom_hadamard_8x8_sse2() 348 int16_t *coeff, int log_scale, int h8, int w8) { in aom_pixel_scale_sse2() 398 ptrdiff_t src_stride, int16_t *coeff) { in hadamard_lp_8x8_sse2() 430 int16_t *coeff) { in aom_hadamard_lp_8x8_sse2() 435 ptrdiff_t src_stride, int16_t *coeff) { in aom_hadamard_lp_8x8_dual_sse2() 442 int16_t *coeff) { in aom_hadamard_lp_16x16_sse2() 481 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_sse2() 542 tran_low_t *coeff) { in aom_hadamard_16x16_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
|
| D | avg_intrin_avx2.c | 96 ptrdiff_t src_stride, int16_t *coeff) { in aom_hadamard_lp_8x8_dual_avx2() 136 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_avx2() 181 tran_low_t *coeff) { in aom_hadamard_16x16_avx2() 186 int16_t *coeff) { in aom_hadamard_lp_16x16_avx2() 219 tran_low_t *coeff) { in aom_hadamard_32x32_avx2() 339 tran_low_t *coeff) { in aom_highbd_hadamard_8x8_avx2() 382 ptrdiff_t src_stride, tran_low_t *coeff) { in aom_highbd_hadamard_16x16_avx2() 423 ptrdiff_t src_stride, tran_low_t *coeff) { in aom_highbd_hadamard_32x32_avx2() 464 int aom_satd_avx2(const tran_low_t *coeff, int length) { in aom_satd_avx2() 485 int aom_satd_lp_avx2(const int16_t *coeff, int length) { in aom_satd_lp_avx2()
|
| /external/python/cpython3/Modules/_decimal/tests/ |
| D | bignum.py | 20 def xhash(coeff, exp): argument 35 coeff = int(x) variable
|
| /external/libaom/aom_dsp/arm/ |
| D | hadamard_neon.c | 50 tran_low_t *coeff) { in aom_hadamard_8x8_neon() 79 int16_t *coeff) { in aom_hadamard_lp_8x8_neon() 108 ptrdiff_t src_stride, int16_t *coeff) { in aom_hadamard_lp_8x8_dual_neon() 115 int16_t *coeff) { in aom_hadamard_lp_16x16_neon() 156 tran_low_t *coeff) { in aom_hadamard_16x16_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/arm-optimized-routines/pl/math/ |
| D | erfcf_2u.c | 17 approx_erfcf_hi (float x, uint32_t sign, const double *coeff) in approx_erfcf_hi() 35 approx_erfcf_lo (float x, uint32_t sign, const double *coeff) in approx_erfcf_lo()
|
| /external/skia/src/gpu/ |
| D | Blend.h | 100 static constexpr bool BlendCoeffRefsSrc(const BlendCoeff coeff) { in BlendCoeffRefsSrc() 105 static constexpr bool BlendCoeffRefsDst(const BlendCoeff coeff) { in BlendCoeffRefsDst() 110 static constexpr bool BlendCoeffRefsSrc2(const BlendCoeff coeff) { in BlendCoeffRefsSrc2() 138 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/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/libaom/av1/encoder/arm/neon/ |
| D | av1_error_neon.c | 17 int64_t av1_block_error_neon(const tran_low_t *coeff, const tran_low_t *dqcoeff, in av1_block_error_neon() 60 int64_t av1_block_error_lp_neon(const int16_t *coeff, const int16_t *dqcoeff, in av1_block_error_lp_neon()
|
| /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()
|
| /external/libvpx/vp9/encoder/ |
| D | vp9_quantize.c | 39 const int coeff = coeff_ptr[rc]; in vp9_quantize_fp_c() local 73 const int coeff = coeff_ptr[rc]; in vp9_highbd_quantize_fp_c() local 101 const int coeff = coeff_ptr[rc]; in vp9_quantize_fp_32x32_c() local 135 const int coeff = coeff_ptr[rc]; in vp9_highbd_quantize_fp_32x32_c() local
|