HomeSort by relevance Sort by last modified time
    Searched defs:max_y (Results 1 - 25 of 29) sorted by null

1 2

  /external/harfbuzz_ng/src/
hb-ot-cff2-table.cc 40 max_y.set_int (-0x80000000);
52 if (pt.y > max_y) max_y = pt.y;
59 Number max_y; member in struct:ExtentsParam
124 if (param.min_y >= param.max_y)
131 extents->y_bearing = (int32_t)param.max_y.ceil ();
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
sprite.h 71 const float max_y = float_height / texture_height_; local
74 0, max_y,
76 max_x, max_y,
image_utils.h 63 const int max_y = MIN(y + d_y, img->height_less_one_); local
78 bool* const bottom_row_start = (*img)[max_y] + min_x;
image-inl.h 412 const int max_y = Clip(orig_y + 1, ZERO, original.height_less_one_); local
425 original[max_y][orig_x] +
431 original[max_y][max_x] +
432 original[max_y][min_x]);
442 const int max_y = original.height_less_one_; local
467 Clip((y << 1) - window_radius + window_y, ZERO, max_y);
490 const int max_y = Clip(center_y + 1, ZERO, original.height_less_one_); local
494 + original[max_y][max_x]
496 - original[max_y][min_x])
508 const int max_y = Clip(center_y + 1, 0, original.height_less_one_) local
    [all...]
  /external/ImageMagick/coders/
exr.c 74 max_y,
219 &display_window.max_x,&display_window.max_y);
221 image->rows=display_window.max_y-display_window.min_y+1UL;
238 &data_window.max_x,&data_window.max_y);
265 if ((yy < data_window.min_y) || (yy > data_window.max_y) ||
72 max_y, member in struct:_ExrWindow
sixel.c 242 int max_x, max_y;
256 max_x = max_y = 0;
486 if (max_y < (posision_y + i)) {
487 max_y = posision_y + i;
516 if (max_y < (posision_y + i + n - 1)) {
517 max_y = posision_y + i + n - 1;
537 if (++max_y < attributed_pv) {
538 max_y = attributed_pv;
541 if (imsx > max_x || imsy > max_y) {
543 dmsy = max_y;
240 int max_x, max_y; local
    [all...]
  /external/libaom/libaom/third_party/libyuv/source/
scale_argb.cc 272 const int max_y = (src_height - 1) << 16; local
273 if (y > max_y) {
274 y = max_y;
288 if (y > max_y) {
289 y = max_y;
310 const int max_y = (src_height - 1) << 16; local
388 if (y > max_y) {
389 y = max_y;
414 if (y > max_y) {
415 y = max_y;
578 const int max_y = (src_height - 1) << 16; local
    [all...]
scale.cc 742 const int max_y = (src_height << 16); local
785 if (y > max_y) {
786 y = max_y;
811 const int max_y = (src_height << 16); local
835 if (y > max_y) {
836 y = max_y;
866 const int max_y = (src_height - 1) << 16; local
933 if (y > max_y) {
934 y = max_y;
949 if (y > max_y) {
970 const int max_y = (src_height - 1) << 16; local
1064 const int max_y = (src_height - 1) << 16; local
1203 const int max_y = (src_height - 1) << 16; local
    [all...]
scale_common.cc 872 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
924 if (y > max_y) {
925 y = max_y;
946 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
998 if (y > max_y) {
999 y = max_y;
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_argb.cc 343 const int max_y = (src_height - 1) << 16; local
344 if (y > max_y) {
345 y = max_y;
359 if (y > max_y) {
360 y = max_y;
388 const int max_y = (src_height - 1) << 16; local
476 if (y > max_y) {
477 y = max_y;
502 if (y > max_y) {
503 y = max_y;
678 const int max_y = (src_height - 1) << 16; local
    [all...]
scale.cc 807 const int max_y = (src_height << 16); local
858 if (y > max_y) {
859 y = max_y;
888 const int max_y = (src_height << 16); local
912 if (y > max_y) {
913 y = max_y;
947 const int max_y = (src_height - 1) << 16; local
1054 const int max_y = (src_height - 1) << 16; local
1143 const int max_y = (src_height - 1) << 16; local
1278 const int max_y = (src_height - 1) << 16; local
    [all...]
scale_common.cc 1037 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
1079 if (y > max_y) {
1080 y = max_y;
1107 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
    [all...]
  /external/libyuv/files/source/
scale_argb.cc 344 const int max_y = (src_height - 1) << 16; local
345 if (y > max_y) {
346 y = max_y;
360 if (y > max_y) {
361 y = max_y;
389 const int max_y = (src_height - 1) << 16; local
467 if (y > max_y) {
468 y = max_y;
493 if (y > max_y) {
494 y = max_y;
668 const int max_y = (src_height - 1) << 16; local
    [all...]
scale.cc 868 const int max_y = (src_height << 16); local
927 if (y > max_y) {
928 y = max_y;
957 const int max_y = (src_height << 16); local
1016 const int max_y = (src_height - 1) << 16; local
1123 const int max_y = (src_height - 1) << 16; local
1220 const int max_y = (src_height - 1) << 16; local
1355 const int max_y = (src_height - 1) << 16; local
    [all...]
scale_common.cc 1035 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
1087 if (y > max_y) {
1088 y = max_y;
1115 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 205 float max_y = -10000 * 1.0f; local
228 max_y = std::max(
229 max_y, static_cast<float>(std::max(char_rect.top, char_rect.bottom)));
251 max_y = std::max(max_y, std::max(char_top, char_bottom));
269 max_y = max_y * fontsize / 1000;
272 GetTextMatrix().TransformRect(min_x, max_x, max_y, min_y);
  /external/libhevc/encoder/
ihevce_inter_pred.c 494 WORD32 min_y, max_y = ps_ref_pic_l0->s_yuv_buf_desc.i4_y_ht; local
510 max_y += ps_inter_pred_ctxt->ai4_tile_xtra_pel[E_BOT]
518 if((frm_y_ofst < min_y) || (frm_y_ofst + pu_ht) > max_y)
605 WORD32 min_y, max_y = ps_ref_pic_l1->s_yuv_buf_desc.i4_y_ht; local
621 max_y += ps_inter_pred_ctxt->ai4_tile_xtra_pel[E_BOT]
629 if((frm_y_ofst < min_y) || (frm_y_ofst + pu_ht) > max_y)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 111 int min_x, min_y, max_x, max_y; local
117 max_y = ctx->DrawBuffer->Height - 1;
133 rmesa->state.scissor.rect.y1 = CLAMP(y1, min_y, max_y);
135 rmesa->state.scissor.rect.y2 = CLAMP(y2, min_y, max_y);
  /external/pdfium/core/fxcrt/
fx_coordinates.cpp 64 float max_y = pPoints->y; local
69 max_y = std::max(max_y, pPoints[i].y);
71 return CFX_FloatRect(min_x, min_y, max_x, max_y);
  /external/tensorflow/tensorflow/core/kernels/
quantized_mul_op.cc 290 const float max_y = context->input(5).flat<float>()(0); variable
308 OP_REQUIRES(context, (max_y > min_y),
311 const int32 offset_y = FloatToQuantizedUnclamped<T>(0.0f, min_y, max_y);
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,
167 y_data[i], min_y, max_y, output_min, output_max);
176 float max_x, const quint8* y_data, float min_y, float max_y,
187 const float y_0_float = QuantizedToFloat<quint8>(0, min_y, max_y);
188 const float y_1_float = QuantizedToFloat<quint8>(1, min_y, max_y);
245 float max_x, const quint8* y_data, float min_y, float max_y,
256 const float y_0_float = QuantizedToFloat<quint8>(0, min_y, max_y);
257 const float y_1_float = QuantizedToFloat<quint8>(1, min_y, max_y);
463 const float max_y = context->input(5).flat<float>()(0); variable
481 OP_REQUIRES(context, (max_y > min_y)
    [all...]
  /external/webp/src/mux/
muxedit.c 436 int max_x = 0, max_y = 0; local
451 if (max_y_pos > max_y) max_y = max_y_pos;
454 *height = max_y;
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.h 93 int max_y() const function in class:agg::outline_aa
213 int max_y() const function in class:agg::rasterizer_scanline_aa
215 return m_outline.max_y();
321 y > m_outline.max_y()) {
330 if(m_cur_y > m_outline.max_y()) {
  /external/virglrenderer/src/
vrend_blitter.c 654 int max_y = u_minify(src_res->base.height0, info->src.level) - 1; local
664 src0_delta->dy = calc_delta_for_bound(info->src.box.y, max_y + src0_y_excl);
669 max_y + !src0_y_excl);
  /external/webp/src/enc/
predictor_enc.c 310 const int max_y = GetMin(tile_size, height - start_y); local
358 for (relative_y = 0; relative_y < max_y; ++relative_y) {

Completed in 700 milliseconds

1 2