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

  /external/ImageMagick/coders/
exr.c 155 max_x,
206 ImfHeaderDisplayWindow(hdr_info,&min_x,&min_y,&max_x,&max_y);
207 image->columns=max_x-min_x+1UL;
151 max_x, local
sixel.c 240 int max_x, max_y;
252 max_x = max_y = 0;
465 if (max_x < posision_x) {
466 max_x = posision_x;
489 if (max_x < (posision_x + repeat_count - 1)) {
490 max_x = posision_x + repeat_count - 1;
510 if (++max_x < attributed_ph) {
511 max_x = attributed_ph;
517 if (imsx > max_x || imsy > max_y) {
518 dmsx = max_x;
238 int max_x, max_y; local
    [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
sprite.h 70 const float max_x = float_width / texture_width_; local
75 max_x, 0,
76 max_x, max_y,
image_utils.h 74 const int max_x = MIN(x + d_x, img->width_less_one_); local
80 const int x_width = max_x - min_x + 1;
image-inl.h 417 const int max_x = Clip(orig_x + 1, ZERO, original.width_less_one_); local
423 pixel_sum += (original[orig_y][max_x] +
429 pixel_sum += (original[min_y][max_x] +
431 original[max_y][max_x] +
441 const int max_x = original.width_less_one_; local
462 const int start_x = Clip((x << 1) - window_radius, ZERO, max_x);
488 const int max_x = Clip(center_x + 1, ZERO, original.width_less_one_); local
493 return (3 * (original[min_y][max_x]
494 + original[max_y][max_x]
497 + 10 * (original[center_y][max_x]
506 const int max_x = Clip(center_x + 1, 0, original.width_less_one_); local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_viewport.h 60 uint16_t max_x; member in struct:ilo_state_viewport_scissor_info
ilo_state_viewport.c 157 float min_x, max_x, min_y, max_y; local
159 viewport_matrix_get_extent(mat, 0, &min_x, &max_x);
163 dw[13] = fui(max_x - 1.0f);
217 uint16_t min_x, min_y, max_x, max_y; local
222 max_x = (scissor->max_x < max_size) ? scissor->max_x : max_size - 1;
228 max_x << GEN6_SCISSOR_DW1_MAX_X__SHIFT;
ilo_image.c 782 int max_x, int max_y)
840 layout->monolithic_width = align(max_x, align_w);
850 int cur_x, cur_y, max_x, max_y; local
857 max_x = 0;
916 if (max_x < layout->lods[lv].x + lod_w)
917 max_x = layout->lods[lv].x + lod_w;
932 image_get_gen6_monolithic_size(dev, info, layout, max_x, max_y);
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 203 float max_x = -10000 * 1.0f; local
233 max_x = std::max(max_x, std::max(char_left, char_right));
246 max_x = std::max(
247 max_x, static_cast<float>(std::max(char_rect.left, char_rect.right)));
265 max_x = max_x * fontsize / 1000;
272 GetTextMatrix().TransformRect(min_x, max_x, max_y, min_y);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 111 int min_x, min_y, max_x, max_y; local
116 max_x = ctx->DrawBuffer->Width - 1;
132 rmesa->state.scissor.rect.x1 = CLAMP(x1, min_x, max_x);
134 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x);
  /external/pdfium/core/fxcrt/
fx_coordinates.cpp 62 float max_x = pPoints->x; local
67 max_x = std::max(max_x, pPoints[i].x);
71 return CFX_FloatRect(min_x, min_y, max_x, max_y);
  /external/tensorflow/tensorflow/core/kernels/
quantized_mul_op.cc 289 const float max_x = context->input(3).flat<float>()(0); variable
307 OP_REQUIRES(context, (max_x > min_x),
308 errors::InvalidArgument("max_x must be larger than min_a."));
310 errors::InvalidArgument("max_x must be larger than min_b."));
311 const int32 offset_x = FloatToQuantizedUnclamped<T>(0.0f, min_x, max_x);
375 min_x, max_x, min_y, max_y, &min_z_value, &max_z_value);
quantized_add_op.cc 161 float max_x, const T* y_data, float min_y, float max_y,
166 x_data[i], min_x, max_x, output_min, output_max);
177 float max_x, const quint8* y_data, float min_y, float max_y,
180 const float x_0_float = QuantizedToFloat<quint8>(0, min_x, max_x);
181 const float x_1_float = QuantizedToFloat<quint8>(1, min_x, max_x);
246 float max_x, const quint8* y_data, float min_y, float max_y,
249 const float x_0_float = QuantizedToFloat<quint8>(0, min_x, max_x);
250 const float x_1_float = QuantizedToFloat<quint8>(1, min_x, max_x);
462 const float max_x = context->input(3).flat<float>()(0); variable
480 OP_REQUIRES(context, (max_x > min_x)
    [all...]
  /external/webp/src/mux/
muxedit.c 436 int max_x = 0, max_y = 0; local
450 if (max_x_pos > max_x) max_x = max_x_pos;
453 *width = max_x;
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.h 89 int max_x() const function in class:agg::outline_aa
209 int max_x() const function in class:agg::rasterizer_scanline_aa
211 return m_outline.max_x();
  /external/webp/src/enc/
predictor_enc.c 309 const int max_x = GetMin(tile_size, width - start_x); local
316 const int context_width = max_x + have_left + (max_x < width - start_x);
341 assert(max_x <= (1 << MAX_TRANSFORM_BITS));
354 sizeof(*argb) * (max_x + have_left + 1));
368 sizeof(*argb) * (max_x + have_left + (y + 1 < height)));
377 start_x, start_x + max_x, y, max_quantization, exact,
379 for (relative_x = 0; relative_x < max_x; ++relative_x) {
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 632 float min_x, max_x, min_y, max_y; local
635 max_x = 1.0f * fabsf(mat->scale[0]) + mat->translate[0];
639 if (min_x > 0.0f || max_x < fb->state.width ||
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput.h 709 int max_x; member in struct:__anon61705
    [all...]
XIproto.h 1305 INT32 max_x B32;
1387 INT32 max_x; member in struct:__anon61826
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 903 int new_x, new_y, max_x; local
905 max_x = (int) u_minify(texture->width0, level);
923 if (y < 0 || y >= max_x) {
924 y = CLAMP(y, 0, max_x - 1);
926 new_x = get_next_xcoord(face, 0, max_x -1, x, y);
927 new_y = get_next_ycoord(face, 0, max_x -1, x, y);
929 } else if (x >= max_x) {
930 if (y < 0 || y >= max_x) {
931 y = CLAMP(y, 0, max_x - 1);
933 new_x = get_next_xcoord(face, 1, max_x -1, x, y)
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 435 int min_x, max_x, start_index, end_index; local
438 max_x = (int)ceil(inter_x[1]);
443 max_x = (int)ceil(inter_x[0]);
449 int end_x = max_x;
455 float r_unit = (r[end_index] - r[start_index]) / (max_x - min_x);
456 float g_unit = (g[end_index] - g[start_index]) / (max_x - min_x);
457 float b_unit = (b[end_index] - b[start_index]) / (max_x - min_x);
    [all...]

Completed in 522 milliseconds