Home
last modified time | relevance | path

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

/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 row, Index col) 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/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()
/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_wave.c82 Uint8 nybble, Sint16 *coeff) in MS_ADPCM_nibble()
121 Sint16 *coeff[2]; in MS_ADPCM_decode() local
/external/opencv/cv/src/
Dcvcornersubpix.cpp65 double coeff; in cvFindCornerSubPix() local
/external/aac/libAACdec/src/
Daacdec_tns.cpp216 static void CTns_Filter (FIXP_DBL *spec, int size, int inc, FIXP_TCC coeff [], int order) in CTns_Filter()
/external/eigen/Eigen/src/SparseCore/
DAmbiVector.h251 _Scalar& AmbiVector<_Scalar,_Index>::coeff(_Index i) in coeff() function
/external/aac/libSBRenc/src/
Dresampler.cpp375 const FIXP_SGL *coeff = downFilter->coeffa; in AdvanceFilter() local
/external/flac/libFLAC/
Dlpc.c92 unsigned sample, coeff; in FLAC__lpc_compute_autocorrelation() local
/external/libvpx/vp8/encoder/
Dblock.h32 short *coeff; member
Drdopt.c383 int vp8_block_error_c(short *coeff, short *dqcoeff) in vp8_block_error_c()
/external/aac/libAACenc/src/
Daacenc_tns.cpp1321 FIXP_SGL coeff[2*TNS_MAX_ORDER]; in FDKaacEnc_AnalysisFilter() local
1328 FIXP_DBL coeff[2*TNS_MAX_ORDER]; in FDKaacEnc_AnalysisFilter() local
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
DBoundingSphere.java611 float coeff = (length + radiusDiff) / (2.0f * length); in merge() local
/external/skia/src/gpu/gl/
DGrGLProgram.cpp304 static void blendTermString(GrStringBuilder* str, SkXfermode::Coeff coeff, in blendTermString()
918 GrStringBuilder coeff; in genProgram() local
DGrGpuGL.cpp63 bool GrGpuGL::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { in BlendCoeffReferencesConstant()
/external/webp/src/dsp/
Denc.c654 int coeff = (sign ? -in[j] : in[j]) + mtx->sharpen_[j]; in QuantizeBlock() local
/external/opencv/cvaux/src/
Dcveigenobjects.cpp1535 double coeff = DBL_MAX; in cvCalcDecompCoeff() local