Searched refs:coeff_count (Results 1 – 1 of 1) sorted by relevance
276 int step = 1, coeff_count; in cvSolveCubic() local289 coeff_count = coeffs->rows + coeffs->cols - 1; in cvSolveCubic()291 if( (coeffs->rows != 1 && coeffs->cols != 1) || (coeff_count != 3 && coeff_count != 4) ) in cvSolveCubic()305 if( coeff_count == 4 ) in cvSolveCubic()316 if( coeff_count == 4 ) in cvSolveCubic()