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

  /external/harfbuzz_ng/src/
hb-ot-cff2-table.cc 39 max_x.set_int (-0x80000000);
50 if (pt.x > max_x) max_x = pt.x;
58 Number max_x; member in struct:ExtentsParam
114 if (param.min_x >= param.max_x)
122 extents->width = (int32_t)param.max_x.ceil () - extents->x_bearing;
  /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/ImageMagick/coders/
exr.c 73 max_x,
219 &display_window.max_x,&display_window.max_y);
220 image->columns=display_window.max_x-display_window.min_x+1UL;
238 &data_window.max_x,&data_window.max_y);
239 columns=(ssize_t) data_window.max_x-data_window.min_x+1UL;
240 if ((display_window.min_x > data_window.max_x) ||
285 if ((xx < 0) || (display_window.min_x+(int) x > data_window.max_x))
71 max_x, member in struct:_ExrWindow
sixel.c 242 int max_x, max_y;
256 max_x = max_y = 0;
483 if (max_x < posision_x) {
484 max_x = posision_x;
513 if (max_x < (posision_x + repeat_count - 1)) {
514 max_x = posision_x + repeat_count - 1;
534 if (++max_x < attributed_ph) {
535 max_x = attributed_ph;
541 if (imsx > max_x || imsy > max_y) {
542 dmsx = max_x;
240 int max_x, max_y; local
    [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/libhevc/encoder/
ihevce_inter_pred.c 493 WORD32 min_x, max_x = ps_ref_pic_l0->s_yuv_buf_desc.i4_y_wd; local
501 max_x += ps_inter_pred_ctxt->ai4_tile_xtra_pel[E_RIGHT]
514 if((frm_x_ofst < min_x) || (frm_x_ofst + pu_wd) > max_x)
604 WORD32 min_x, max_x = ps_ref_pic_l1->s_yuv_buf_desc.i4_y_wd; local
612 max_x += ps_inter_pred_ctxt->ai4_tile_xtra_pel[E_RIGHT]
625 if((frm_x_ofst < min_x) || (frm_x_ofst + pu_wd) > max_x)
    [all...]
hme_defs.h 2223 S16 max_x; member in struct:__anon28458
    [all...]
  /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 288 const float max_x = context->input(3).flat<float>()(0); variable
306 OP_REQUIRES(context, (max_x > min_x),
307 errors::InvalidArgument("max_x must be larger than min_a."));
309 errors::InvalidArgument("max_x must be larger than min_b."));
310 const int32 offset_x = FloatToQuantizedUnclamped<T>(0.0f, min_x, max_x);
374 min_x, max_x, min_y, max_y, &min_z_value, &max_z_value);
quantized_add_op.cc 160 float max_x, const T* y_data, float min_y, float max_y,
165 x_data[i], min_x, max_x, output_min, output_max);
176 float max_x, const quint8* y_data, float min_y, float max_y,
179 const float x_0_float = QuantizedToFloat<quint8>(0, min_x, max_x);
180 const float x_1_float = QuantizedToFloat<quint8>(1, min_x, max_x);
245 float max_x, const quint8* y_data, float min_y, float max_y,
248 const float x_0_float = QuantizedToFloat<quint8>(0, min_x, max_x);
249 const float x_1_float = QuantizedToFloat<quint8>(1, min_x, max_x);
461 const float max_x = context->input(3).flat<float>()(0); variable
479 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/virglrenderer/src/
vrend_blitter.c 653 int max_x = u_minify(src_res->base.width0, info->src.level) - 1; local
663 src0_delta->dx = calc_delta_for_bound(info->src.box.x, max_x + src0_x_excl);
667 max_x + !src0_x_excl);
  /external/webp/src/enc/
predictor_enc.c 311 const int max_x = GetMin(tile_size, width - start_x); local
318 const int context_width = max_x + have_left + (max_x < width - start_x);
343 assert(max_x <= (1 << MAX_TRANSFORM_BITS));
356 sizeof(*argb) * (max_x + have_left + 1));
370 sizeof(*argb) * (max_x + have_left + (y + 1 < height)));
379 start_x, start_x + max_x, y, max_quantization, exact,
381 for (relative_x = 0; relative_x < max_x; ++relative_x) {
  /external/libaom/libaom/aom_dsp/
noise_model.c 709 const int max_x = y == 0 ? -1 : lag; local
710 for (x = -lag; x <= max_x; ++x) {
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 886 int new_x, new_y, max_x; local
888 max_x = (int) u_minify(texture->width0, level);
906 if (y < 0 || y >= max_x) {
907 y = CLAMP(y, 0, max_x - 1);
909 new_x = get_next_xcoord(face, 0, max_x -1, x, y);
910 new_y = get_next_ycoord(face, 0, max_x -1, x, y);
912 } else if (x >= max_x) {
913 if (y < 0 || y >= max_x) {
914 y = CLAMP(y, 0, max_x - 1);
916 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...]
  /external/u-boot/include/linux/
fb.h 333 __u8 max_x; /* Maximum horizontal size (cm) */ member in struct:fb_monspecs

Completed in 481 milliseconds