Searched defs:x_max (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/events/ozone/evdev/
H A Dtouch_event_converter.cc67 int x_min = 0, x_max = 0; local
70 x_max = abs.maximum;
81 if (x_max && y_max && gfx::SurfaceFactoryOzone::GetInstance()) {
87 x_scale_ = (double)screen_width / (x_max - x_min);
/external/ceres-solver/internal/ceres/
H A Dpolynomial.cc206 const double x_max,
214 *optimal_x = (x_min + x_max) / 2.0;
223 const double x_max_value = EvaluatePolynomial(polynomial, x_max);
226 *optimal_x = x_max;
246 if ((root < x_min) || (root > x_max)) {
299 double x_max,
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/chrome/browser/ui/pdf/
H A Dpdf_browsertest.cc168 int x_max = std::min( local
174 for (int x = 0; x < x_max && !snapshot_different_; ++x) {
/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.c307 const __m128 x_max = _mm_max_ps(x_min, *((__m128 *)min_input)); local
311 const __m128 x_minus_half = _mm_sub_ps(x_max, *((__m128 *)half));
322 const __m128 y = _mm_sub_ps(x_max, _mm_cvtepi32_ps(x_minus_half_floor));
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc379 int x_max = 0; local
386 if (i == 0 || x > x_max) x_max = x;
393 offset = Store16(dst, offset, x_max);

Completed in 1370 milliseconds