Searched defs:x_min (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/events/ozone/evdev/
H A Dtouch_event_converter.cc67 int x_min = 0, x_max = 0; local
69 x_min = abs.minimum;
87 x_scale_ = (double)screen_width / (x_max - x_min);
/external/ceres-solver/internal/ceres/
H A Dpolynomial.cc205 const double x_min,
214 *optimal_x = (x_min + x_max) / 2.0;
217 const double x_min_value = EvaluatePolynomial(polynomial, x_min);
220 *optimal_x = x_min;
246 if ((root < x_min) || (root > x_max)) {
298 double x_min,
303 MinimizePolynomial(polynomial, x_min, x_max, optimal_x, optimal_value);
306 if ((sample.x < x_min) || (sample.x > x_max)) {
204 MinimizePolynomial(const Vector& polynomial, const double x_min, const double x_max, double* optimal_x, double* optimal_value) argument
297 MinimizeInterpolatingPolynomial(const vector<FunctionSample>& samples, double x_min, double x_max, double* optimal_x, double* optimal_value) argument
/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc25 int x_min, int x_max,
30 for (int x = x_min; x <= x_max; x++) {
65 int x_min, int x_max,
70 for (int x = x_min; x <= x_max; ++x) {
24 AveragePixel(const SkBitmap& bmp, int x_min, int x_max, int y_min, int y_max) argument
64 PrintPixel(const SkBitmap& bmp, int x_min, int x_max, int y_min, int y_max) argument
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core_sse2.c306 const __m128 x_min = _mm_min_ps(b_log2_a, *((__m128 *)max_input)); local
307 const __m128 x_max = _mm_max_ps(x_min, *((__m128 *)min_input));
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc377 int x_min = 0; local
385 if (i == 0 || x < x_min) x_min = x;
391 offset = Store16(dst, offset, x_min);

Completed in 33 milliseconds