/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
omap3isp.h | 349 __u8 coef0; member in struct:omap3isp_prev_wbal
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
omap3isp.h | 349 __u8 coef0; member in struct:omap3isp_prev_wbal
|
/external/libopus/celt/ |
celt_encoder.c | 467 opus_val16 coef0; local 471 coef0 = coef[0]; 516 m = MULT16_32_Q15(coef1, inp[i]) - MULT16_32_Q15(coef0, tmp); 527 m = - MULT16_32_Q15(coef0, x); [all...] |
/external/opencv3/apps/traincascade/ |
old_ml.hpp | 295 double degree, double gamma, double coef0, 303 CV_PROP_RW double coef0; // for poly/sigmoid member in struct:CvSVMParams [all...] |
/external/opencv3/modules/ml/include/opencv2/ |
ml.hpp | 607 \f$K(x_i, x_j) = (\gamma x_i^T x_j + coef0)^{degree}, \gamma > 0\f$. */ 612 /** Sigmoid kernel: \f$K(x_i, x_j) = \tanh(\gamma x_i^T x_j + coef0)\f$. */ 649 nu, coef0, degree. Parameters are considered optimal when the cross-validation [all...] |
/external/opencv/ml/include/ |
ml.h | 331 double coef0; // for poly/sigmoid member in struct:CvSVMParams [all...] |