HomeSort by relevance Sort by last modified time
    Searched refs:_si (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/libjpeg/
fpdfapi_jdhuff.c 157 int p, i, l, _si, numsymbols; local
200 _si = huffsize[0];
203 while (((int) huffsize[p]) == _si) {
210 if (((INT32) code) >= (((INT32) 1) << _si))
213 _si++;
fpdfapi_jchuff.c 187 int p, i, l, lastp, _si, maxsymbol; local
228 _si = huffsize[0];
231 while (((int) huffsize[p]) == _si) {
238 if (((INT32) code) >= (((INT32) 1) << _si))
241 _si++;
  /external/opencv/ml/src/
mlsvm.cpp 956 CvSVMKernel* _kernel, double* _alpha, CvSVMSolutionInfo& _si )
971 if( !solve_generic( _si ))
983 double* _alpha, CvSVMSolutionInfo& _si )
1011 if( !solve_generic( _si ))
1014 inv_r = 1./_si.r;
1019 _si.rho *= inv_r;
1020 _si.obj *= (inv_r*inv_r);
1021 _si.upper_bound_p = inv_r;
1022 _si.upper_bound_n = inv_r;
1030 double* _alpha, CvSVMSolutionInfo& _si )
    [all...]
  /external/opencv3/modules/ml/src/
svm.cpp     [all...]

Completed in 109 milliseconds