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

  /external/opencv/ml/src/
mlsvm.cpp 625 double C_i, C_j;
646 C_i = get_C(i);
671 if( diff > C_i - C_j && alpha_i > C_i )
673 alpha_i = C_i;
674 alpha_j = C_i - diff;
676 else if( diff <= C_i - C_j && alpha_j > C_j )
690 if( sum > C_i && alpha_i > C_i )
692 alpha_i = C_i;
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 85 // verified that a frame's component identifiers (C_i values in section
reader.go 327 // Section B.2.2 states that "the value of C_i shall be different from
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 85 // verified that a frame's component identifiers (C_i values in section
reader.go 327 // Section B.2.2 states that "the value of C_i shall be different from

Completed in 92 milliseconds