Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/skia/src/gpu/
DGrBlend.h15 static inline bool GrBlendCoeffRefsSrc(GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc()
27 static inline bool GrBlendCoeffRefsDst(GrBlendCoeff coeff) { in GrBlendCoeffRefsDst()
DGrBlend.cpp11 static inline GrBlendCoeff swap_coeff_src_dst(GrBlendCoeff coeff) { in swap_coeff_src_dst()
/external/skia/src/gpu/
DGrBlend.h15 static inline bool GrBlendCoeffRefsSrc(GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc()
27 static inline bool GrBlendCoeffRefsDst(GrBlendCoeff coeff) { in GrBlendCoeffRefsDst()
DGrBlend.cpp11 static inline GrBlendCoeff swap_coeff_src_dst(GrBlendCoeff coeff) { in swap_coeff_src_dst()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_quantize.c27 const int coeff = coeff_ptr[rc]; in vp9_quantize_dc() local
52 const int coeff = coeff_ptr[rc]; in vp9_high_quantize_dc() local
73 const int coeff = coeff_ptr[rc]; in vp9_quantize_dc_32x32() local
99 const int coeff = coeff_ptr[rc]; in vp9_high_quantize_dc_32x32() local
139 const int coeff = coeff_ptr[rc]; in vp9_quantize_fp_c() local
182 const int coeff = coeff_ptr[rc]; in vp9_high_quantize_fp_c() local
224 const int coeff = coeff_ptr[rc]; in vp9_quantize_fp_32x32_c() local
268 const int coeff = coeff_ptr[rc]; in vp9_high_quantize_fp_32x32_c() local
311 const int coeff = coeff_ptr[rc]; in vp9_quantize_b_c() local
323 const int coeff = coeff_ptr[rc]; in vp9_quantize_b_c() local
[all …]
Dvp9_encodemb.c110 const tran_low_t *const coeff = BLOCK_OFFSET(mb->plane[plane].coeff, block); in optimize_b() local
321 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); in vp9_xform_quant_fp() local
371 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); in vp9_xform_quant_dc() local
419 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); in vp9_xform_quant() local
606 tran_low_t *coeff = BLOCK_OFFSET(p->coeff, block); in encode_block_intra() local
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dshortfdct_neon.asm23 coeff label
/external/eigen/test/
DsparseLM.cpp41 Scalar coeff; in model() local
69 Scalar coeff; in operator ()() local
93 Scalar coeff; in df() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c43 const int coeff = coeff_ptr[rc]; in vp9_quantize_b_c() local
55 const int coeff = coeff_ptr[rc]; in vp9_quantize_b_c() local
98 const int coeff = coeff_ptr[rc]; in vp9_quantize_b_32x32_c() local
110 const int coeff = coeff_ptr[rc]; in vp9_quantize_b_32x32_c() local
/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicParameterizationCode.cpp158 struct coeff { struct
159 int s; // constant and coefficient sign argument
177 typedef std::vector<coeff> coeffs; argument
/external/skia/experimental/Intersection/
DCubicParameterizationCode.cpp158 struct coeff { struct
159 int s; // constant and coefficient sign argument
177 typedef std::vector<coeff> coeffs; argument
/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/chromium_org/skia/ext/
Dconvolver_SSE2.cc49 __m128i coeff, coeff16; in ConvolveHorizontally_SSE2() local
102 __m128i coeff, coeff16; in ConvolveHorizontally_SSE2() local
175 __m128i coeff, coeff16lo, coeff16hi; in Convolve4RowsHorizontally_SSE2() local
218 __m128i coeff; in Convolve4RowsHorizontally_SSE2() local
/external/skia/src/core/
DSkValidationUtils.h16 static inline bool SkIsValidCoeff(SkXfermode::Coeff coeff) { in SkIsValidCoeff()
/external/chromium_org/third_party/skia/src/core/
DSkValidationUtils.h16 static inline bool SkIsValidCoeff(SkXfermode::Coeff coeff) { in SkIsValidCoeff()
/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/chromium_org/third_party/skia/src/opts/
DSkBitmapFilter_opts_SSE2.cpp145 __m128i coeff, coeff16; in convolveHorizontally_SSE2() local
198 __m128i coeff, coeff16; in convolveHorizontally_SSE2() local
271 __m128i coeff, coeff16lo, coeff16hi; in convolve4RowsHorizontally_SSE2() local
314 __m128i coeff; in convolve4RowsHorizontally_SSE2() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
Dvp9_error_intrin_avx2.c15 int64_t vp9_block_error_avx2(const int16_t *coeff, in vp9_block_error_avx2()
/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
DTriangularMatrix.h54 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); } in coeff() function
DDenseCoeffsBase.h94 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const in coeff() function
134 coeff(Index index) const in coeff() function
/external/skia/src/opts/
DSkBitmapFilter_opts_SSE2.cpp213 __m128i coeff, coeff16; in convolveHorizontally_SSE2() local
266 __m128i coeff, coeff16; in convolveHorizontally_SSE2() local
339 __m128i coeff, coeff16lo, coeff16hi; in convolve4RowsHorizontally_SSE2() local
382 __m128i coeff; in convolve4RowsHorizontally_SSE2() local
/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