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

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticParameterization.h 23 coeff_count enumerator in enum:QuadImplicitForm::Coeffs
26 double p[coeff_count];
CubicParameterization.cpp 75 coeff_count enumerator in enum:__anon19635
90 static void calc_ABCD(double a, double e, double p[coeff_count]) {
416 double p[coeff_count]) {
427 double p1[coeff_count]; // a'xxx , b'xxy , c'xyy , d'xx , e'xy , f'yy, etc.
428 double p2[coeff_count];
473 for (int index = 0; index < coeff_count; ++index) {
CubicParameterizationCode.cpp 174 coeff_count enumerator in enum:__anon19636
256 n_coeffs c(coeff_count);
  /external/opencv/cxcore/src/
cxutils.cpp 276 int step = 1, coeff_count; local
289 coeff_count = coeffs->rows + coeffs->cols - 1;
291 if( (coeffs->rows != 1 && coeffs->cols != 1) || (coeff_count != 3 && coeff_count != 4) )
305 if( coeff_count == 4 )
316 if( coeff_count == 4 )
    [all...]

Completed in 105 milliseconds