Searched defs:coef0 (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
H A Dfilter_ar_fast_q12_mips.c20 int coef0, offset; local
35 "lh %[coef0], 0(%[coefficients]) \n\t"
47 "mult %[r0], %[coef0] \n\t"
87 "mult %[r0], %[coef0] \n\t"
128 [coef0] "=&r" (coef0), [offset] "=&r" (offset),
/external/libopus/celt/
H A Dcelt_decoder.c198 opus_val16 coef0; local
200 coef0 = coef[0];
217 m = MULT16_32_Q15(coef0, tmp)
231 m = MULT16_32_Q15(coef0, tmp);
240 m = MULT16_32_Q15(coef0, tmp);
H A Dcelt_encoder.c467 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);
/external/opencv3/modules/ml/src/
H A Dsvm.cpp111 double coef0; member in struct:cv::ml::SvmParams
125 coef0 = 0;
141 coef0 = _coef0;
193 calc_non_rbf_base( vcount, var_count, vecs, another, results, params.gamma, params.coef0 );
203 -2*params.gamma, -2*params.coef0 );
1253 CV_IMPL_PROPERTY(double, Coef0, params.coef0)
1295 params.coef0 = 0;
1296 else if( params.coef0 < 0 )
1297 CV_Error( CV_StsOutOfRange, "The kernel parameter <coef0> must be positive or zero" );
1643 // All the parameters except, possibly, <coef0> ar
[all...]
/external/kernel-headers/original/uapi/linux/
H A Domap3isp.h503 * @coef0: White balance gain - COEF 0 (U8Q5).
510 __u8 coef0; member in struct:omap3isp_prev_wbal
/external/opencv/ml/include/
H A Dml.h331 double coef0; // for poly/sigmoid member in struct:CvSVMParams
/external/opencv3/apps/traincascade/
H A Dold_ml.hpp295 double degree, double gamma, double coef0,
303 CV_PROP_RW double coef0; // for poly/sigmoid member in struct:CvSVMParams

Completed in 265 milliseconds