/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 row, Index col) const in coeff() function 95 inline const Scalar& coeff(Index index) const in coeff() function
|
D | TriangularMatrix.h | 54 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); } in coeff() function
|
D | DenseCoeffsBase.h | 94 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const in coeff() function 134 coeff(Index index) const in coeff() function
|
/external/libvorbis/lib/ |
D | lpc.c | 133 void vorbis_lpc_predict(float *coeff,float *prime,int m, in vorbis_lpc_predict()
|
/external/eigen/demos/mix_eigen_and_c/ |
D | binary_library.cpp | 107 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/ |
D | SDL_wave.c | 82 Uint8 nybble, Sint16 *coeff) in MS_ADPCM_nibble() 121 Sint16 *coeff[2]; in MS_ADPCM_decode() local
|
/external/opencv/cv/src/ |
D | cvcornersubpix.cpp | 65 double coeff; in cvFindCornerSubPix() local
|
/external/aac/libAACdec/src/ |
D | aacdec_tns.cpp | 216 static void CTns_Filter (FIXP_DBL *spec, int size, int inc, FIXP_TCC coeff [], int order) in CTns_Filter()
|
/external/eigen/Eigen/src/SparseCore/ |
D | AmbiVector.h | 251 _Scalar& AmbiVector<_Scalar,_Index>::coeff(_Index i) in coeff() function
|
/external/aac/libSBRenc/src/ |
D | resampler.cpp | 375 const FIXP_SGL *coeff = downFilter->coeffa; in AdvanceFilter() local
|
/external/flac/libFLAC/ |
D | lpc.c | 92 unsigned sample, coeff; in FLAC__lpc_compute_autocorrelation() local
|
/external/libvpx/vp8/encoder/ |
D | block.h | 32 short *coeff; member
|
D | rdopt.c | 383 int vp8_block_error_c(short *coeff, short *dqcoeff) in vp8_block_error_c()
|
/external/aac/libAACenc/src/ |
D | aacenc_tns.cpp | 1321 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/ |
D | BoundingSphere.java | 611 float coeff = (length + radiusDiff) / (2.0f * length); in merge() local
|
/external/skia/src/gpu/gl/ |
D | GrGLProgram.cpp | 304 static void blendTermString(GrStringBuilder* str, SkXfermode::Coeff coeff, in blendTermString() 918 GrStringBuilder coeff; in genProgram() local
|
D | GrGpuGL.cpp | 63 bool GrGpuGL::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { in BlendCoeffReferencesConstant()
|
/external/webp/src/dsp/ |
D | enc.c | 654 int coeff = (sign ? -in[j] : in[j]) + mtx->sharpen_[j]; in QuantizeBlock() local
|
/external/opencv/cvaux/src/ |
D | cveigenobjects.cpp | 1535 double coeff = DBL_MAX; in cvCalcDecompCoeff() local
|