/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 20 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 107 const int coeff = coeff_ptr[0]; in vpx_highbd_quantize_dc_32x32() local 141 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_c() local 153 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_c() local 193 const int coeff = coeff_ptr[rc]; in vpx_highbd_quantize_b_c() local 205 const int coeff = coeff_ptr[rc]; in vpx_highbd_quantize_b_c() local 250 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_32x32_c() local 262 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_32x32_c() local [all …]
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseBlock.h | 61 inline const Scalar coeff(int row, int col) const in coeff() function 66 inline const Scalar coeff(int index) const in coeff() function 245 inline const Scalar coeff(int row, int col) const in coeff() function 250 inline const Scalar coeff(int index) const in coeff() function 342 inline const Scalar coeff(int row, int col) const in coeff() function 347 inline const Scalar coeff(int index) const in coeff() function 453 inline const Scalar coeff(int row, int col) const in coeff() function 465 inline const Scalar coeff(int index) const in coeff() function
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | encodeopt_msa.c | 19 v8i16 coeff, dq_coeff, coeff0, coeff1; in vp8_block_error_msa() local 50 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbblock_error_msa() local 119 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbuverror_msa() local
|
D | dct_msa.c | 26 #define SET_DOTP_VALUES(coeff, val0, val1, val2, const1, const2) \ argument 74 v8i16 coeff = { 2217, 5352, -5352, 14500, 7500, 12000, 25000, 26000 }; in vp8_short_fdct4x4_msa() local 121 v8i16 coeff = { 2217, 5352, -5352, 14500, 7500, 12000, 25000, 26000 }; in vp8_short_fdct8x4_msa() local
|
/external/libvpx/libvpx/test/ |
D | vp9_error_block_test.cc | 163 int64_t wrap_vp9_highbd_block_error_8bit_c(const tran_low_t *coeff, in wrap_vp9_highbd_block_error_8bit_c() 172 int64_t wrap_vp9_highbd_block_error_8bit_sse2(const tran_low_t *coeff, in wrap_vp9_highbd_block_error_8bit_sse2() 194 int64_t wrap_vp9_highbd_block_error_8bit_avx(const tran_low_t *coeff, in wrap_vp9_highbd_block_error_8bit_avx()
|
/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/skia/src/opts/ |
D | SkBitmapFilter_opts_SSE2.cpp | 77 __m128i coeff, coeff16; in convolveHorizontally_SSE2() local 130 __m128i coeff, coeff16; in convolveHorizontally_SSE2() local 206 __m128i coeff, coeff16lo, coeff16hi; in convolve4RowsHorizontally_SSE2() local 249 __m128i coeff; in convolve4RowsHorizontally_SSE2() local
|
/external/eigen/unsupported/Eigen/src/KroneckerProduct/ |
D | KroneckerTensorProduct.h | 49 Scalar coeff(Index row, Index col) const in coeff() function 55 Scalar coeff(Index i) const in coeff() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_avg.c | 35 int16_t *coeff) { in hadamard_col8() 65 int16_t *coeff) { in vp9_hadamard_8x8_c() 88 int16_t *coeff) { in vp9_hadamard_16x16_c() 120 int16_t vp9_satd_c(const int16_t *coeff, int length) { in vp9_satd_c()
|
D | vp9_quantize.c | 46 const int coeff = coeff_ptr[rc]; in vp9_quantize_fp_c() local 93 const int coeff = coeff_ptr[rc]; in vp9_highbd_quantize_fp_c() local 130 const int coeff = coeff_ptr[rc]; in vp9_quantize_fp_32x32_c() local 174 const int coeff = coeff_ptr[rc]; in vp9_highbd_quantize_fp_32x32_c() local
|
D | vp9_encodemb.c | 98 const tran_low_t *const coeff = BLOCK_OFFSET(mb->plane[plane].coeff, block); in optimize_b() local 331 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); in vp9_xform_quant_fp() local 420 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); in vp9_xform_quant_dc() local 502 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); in vp9_xform_quant() local 772 tran_low_t *coeff = BLOCK_OFFSET(p->coeff, block); in vp9_encode_block_intra() local
|
/external/skia/include/gpu/ |
D | GrBlend.h | 99 inline bool GrBlendCoeffRefsSrc(GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc() 120 inline bool GrBlendCoeffRefsDst(GrBlendCoeff coeff) { in GrBlendCoeffRefsDst() 142 inline bool GrBlendCoeffRefsSrc2(GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2()
|
/external/skia/src/core/ |
D | SkValidationUtils.h | 16 static inline bool SkIsValidCoeff(SkXfermode::Coeff coeff) { in SkIsValidCoeff()
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_error_msa.c | 92 const int16_t *coeff = (const int16_t *)coeff_ptr; in vp9_block_error_msa() local
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_error_neon.c | 16 int64_t vp9_block_error_fp_neon(const int16_t *coeff, const int16_t *dqcoeff, in vp9_block_error_fp_neon()
|
/external/ImageMagick/MagickCore/ |
D | distort.c | 88 static inline void CoefficientsToAffineArgs(double *coeff) in CoefficientsToAffineArgs() 95 static void InvertAffineCoefficients(const double *coeff,double *inverse) in InvertAffineCoefficients() 109 static void InvertPerspectiveCoefficients(const double *coeff, in InvertPerspectiveCoefficients() 378 *coeff; in GenerateCoefficients() local 1679 *coeff, in DistortImage() local 2891 *coeff; in SparseColorImage() local
|
/external/libhevc/common/ |
D | ihevc_trans_macros.h | 140 #define IQUANT(res, coeff /*pi2_src[index*src_strd]*/, dequant_coeff /*pi2_dequant_coeff[index*tran… argument 158 #define IQUANT_4x4(res, coeff /*pi2_src[index*src_strd]*/, dequant_coeff /*pi2_dequant_coeff[index*… argument
|
/external/boringssl/src/crypto/rsa/ |
D | internal.h | 147 BIGNUM *coeff; member
|
/external/opencv3/modules/cudawarping/test/ |
D | test_resize.cpp | 124 double coeff; in PARAM_TEST_CASE() local 169 double coeff; in PARAM_TEST_CASE() local
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_avg_intrin_sse2.c | 216 int16_t *coeff) { in vp9_hadamard_8x8_sse2() 248 int16_t *coeff) { in vp9_hadamard_16x16_sse2() 286 int16_t vp9_satd_sse2(const int16_t *coeff, int length) { in vp9_satd_sse2()
|
D | vp9_error_intrin_avx2.c | 16 int64_t vp9_block_error_avx2(const int16_t *coeff, in vp9_block_error_avx2()
|
/external/skia/src/pathops/ |
D | SkPathOpsConic.cpp | 26 double coeff[3]; in conic_eval_tan() local 32 double coeff[3]; in FindExtrema() local
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/environment/ |
D | SphericalHarmonics.java | 24 …private final static float coeff[] = {0.282095f, 0.488603f, 0.488603f, 0.488603f, 1.092548f, 1.092… field in SphericalHarmonics
|
/external/eigen/Eigen/src/Core/ |
D | Transpositions.h | 84 inline const Index& coeff(Index i) const { return indices().coeff(i); } in coeff() function
|
D | MapBase.h | 90 inline const Scalar& coeff(Index rowId, Index colId) const in coeff() function 95 inline const Scalar& coeff(Index index) const in coeff() function
|