/external/sonivox/arm-wt-22k/lib_src/ |
eas_mdls.c | 7 * This file contains DLS to EAS converter. 54 * converted DLS collection, including the articulation data and 81 * DLS -> EAS Conversion Process: 83 * Another challenge is that the DLS structure does not map well to 84 * the current EAS sound library structure. Not all DLS constructs 85 * are supported, and data from DLS structures must sometimes be 121 #include "dls.h" 236 /* temporary data structure used while parsing a DLS file */ 451 * offset - offset into file where DLS data starts 462 SDLS_SYNTHESIZER_DATA dls; local [all...] |
/external/toybox/toys/pending/ |
dhcpd.c | 1200 dyn_lease *dls; local 1355 dyn_lease *dls; local 1547 dyn_lease *dls; local [all...] |
/external/opencv3/modules/calib3d/src/ |
dls.cpp | 2 #include "dls.h" 17 dls::dls(const cv::Mat& opoints, const cv::Mat& ipoints) function in class:dls 44 dls::~dls() 49 bool dls::compute_pose(cv::Mat& R, cv::Mat& t) 57 // version that calls dls 3 times, to avoid Cayley singularity 93 void dls::run_kernel(const cv::Mat& pp) 207 void dls::build_coeff_matrix(const cv::Mat& pp, cv::Mat& Mtilde, cv::Mat& D) 266 void dls::compute_eigenvec(const cv::Mat& Mtilde, cv::Mat& eigenval_real, cv::Mat& eigenval_imag [all...] |
dls.h | 11 class dls class 14 dls(const cv::Mat& opoints, const cv::Mat& ipoints); 15 ~dls();
|
/external/opencv3/ |
Android.mk | 71 # Build dls.cpp separately without optimizations to avoid slow compile times. 100 modules/calib3d/src/dls.cpp \ [all...] |