Home
last modified time | relevance | path

Searched defs:coeff (Results 1 – 25 of 63) sorted by relevance

123

/external/libvpx/libvpx/vpx_dsp/
Dquantize.c20 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/skia/src/gpu/
DGrBlend.h16 static inline bool GrBlendCoeffRefsSrc(GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc()
28 static inline bool GrBlendCoeffRefsDst(GrBlendCoeff coeff) { in GrBlendCoeffRefsDst()
DGrBlend.cpp11 static inline GrBlendCoeff swap_coeff_src_dst(GrBlendCoeff coeff) { in swap_coeff_src_dst()
DGrXferProcessor.cpp110 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c19 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
Ddct_msa.c26 #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/eigen/test/
DsparseLM.cpp41 Scalar coeff; in model() local
69 Scalar coeff; in operator ()() local
93 Scalar coeff; in df() local
/external/skia/src/opts/
DSkBitmapFilter_opts_SSE2.cpp77 __m128i coeff, coeff16; in convolveHorizontally_SSE2() local
130 __m128i coeff, coeff16; in convolveHorizontally_SSE2() local
203 __m128i coeff, coeff16lo, coeff16hi; in convolve4RowsHorizontally_SSE2() local
246 __m128i coeff; in convolve4RowsHorizontally_SSE2() local
/external/eigen/unsupported/Eigen/src/KroneckerProduct/
DKroneckerTensorProduct.h49 Scalar coeff(Index row, Index col) const in coeff() function
55 Scalar coeff(Index i) const in coeff() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_avg.c35 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()
Dvp9_quantize.c46 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
Dvp9_encodemb.c98 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/src/core/
DSkValidationUtils.h16 static inline bool SkIsValidCoeff(SkXfermode::Coeff coeff) { in SkIsValidCoeff()
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_error_msa.c92 const int16_t *coeff = (const int16_t *)coeff_ptr; in vp9_block_error_msa() local
/external/libhevc/common/
Dihevc_trans_macros.h140 #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/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_error_neon.c16 int64_t vp9_block_error_fp_neon(const int16_t *coeff, const int16_t *dqcoeff, in vp9_block_error_fp_neon()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_avg_intrin_sse2.c216 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()
Dvp9_error_intrin_avx2.c16 int64_t vp9_block_error_avx2(const int16_t *coeff, in vp9_block_error_avx2()
Dvp9_highbd_block_error_intrin_sse2.c16 int64_t vp9_highbd_block_error_sse2(tran_low_t *coeff, tran_low_t *dqcoeff, in vp9_highbd_block_error_sse2()
/external/skia/src/pathops/
DSkPathOpsConic.cpp26 double coeff[3]; in conic_eval_tan() local
32 double coeff[3]; in FindExtrema() local
/external/eigen/Eigen/src/Core/
DTranspositions.h84 inline const Index& coeff(Index i) const { return indices().coeff(i); } in coeff() function
DMapBase.h90 inline const Scalar& coeff(Index rowId, Index colId) const in coeff() function
95 inline const Scalar& coeff(Index index) const in coeff() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
DMultiDirectional.java119 final double coeff, in evaluateNewSimplex()
/external/libvorbis/lib/
Dlpc.c133 void vorbis_lpc_predict(float *coeff,float *prime,int m, in vorbis_lpc_predict()
/external/eigen/demos/mix_eigen_and_c/
Dbinary_library.cpp107 void MatrixXd_set_coeff(C_MatrixXd *m, int i, int j, double coeff) in MatrixXd_set_coeff()
162 void Map_MatrixXd_set_coeff(C_Map_MatrixXd *m, int i, int j, double coeff) in Map_MatrixXd_set_coeff()

123