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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticParameterization.h23 coeff_count enumerator in enum:QuadImplicitForm::Coeffs
26 double p[coeff_count];
H A DCubicParameterizationCode.cpp174 coeff_count enumerator in enum:__anon15018
256 n_coeffs c(coeff_count);
H A DCubicParameterization.cpp75 coeff_count enumerator in enum:__anon15017
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) {
/external/skia/experimental/Intersection/
H A DQuadraticParameterization.h23 coeff_count enumerator in enum:QuadImplicitForm::Coeffs
26 double p[coeff_count];
H A DCubicParameterizationCode.cpp174 coeff_count enumerator in enum:__anon30432
256 n_coeffs c(coeff_count);
H A DCubicParameterization.cpp75 coeff_count enumerator in enum:__anon30431
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) {
/external/opencv/cxcore/src/
H A Dcxutils.cpp276 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 )

Completed in 320 milliseconds