/third_party/ffmpeg/libavfilter/ |
H A D | vf_find_rect.c | 37 int xmin, ymin, xmax, ymax; member 55 { "ymax", "", OFFSET(ymax), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, FLAGS }, 140 if (foc->ymax <= 0) in config_input() 141 foc->ymax = inlink->h - foc->obj_frame->height; in config_input() 146 static float search(FOCContext *foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax, int *best_x, int *best_y, float best_score) in search() argument 152 search(foc, pass+1, maxpass, xmin>>1, (xmax+1)>>1, ymin>>1, (ymax+1)>>1, &sub_x, &sub_y, 2.0); in search() 156 ymax = FFMIN(ymax, 2*sub_y + 4); in search() 159 for (y = ymin; y <= ymax; in search() [all...] |
/third_party/mesa3d/src/intel/common/ |
H A D | intel_guardband.h | 31 float *ymin, float *ymax) in intel_calculate_guardband_size() 78 *ymax = 1.0f; in intel_calculate_guardband_size() 108 *ymax = MAX2(ndc_gb_ymin, ndc_gb_ymax); in intel_calculate_guardband_size() 114 *ymax = 0.0f; in intel_calculate_guardband_size() 27 intel_calculate_guardband_size(uint32_t x_min, uint32_t x_max, uint32_t y_min, uint32_t y_max, float m00, float m11, float m30, float m31, float *xmin, float *xmax, float *ymin, float *ymax) intel_calculate_guardband_size() argument
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-zoom.c | 142 z->ymax = z->height; in _cupsImageZoomNew() 144 z->ymax = z->height - 1; in _cupsImageZoomNew() 169 z->ymax = z->height; in _cupsImageZoomNew() 171 z->ymax = z->height - 1; in _cupsImageZoomNew() 231 if (iy > z->ymax) in zoom_bilinear() 232 iy = z->ymax; in zoom_bilinear() 310 if (iy > z->ymax) in zoom_nearest() 311 iy = z->ymax; in zoom_nearest()
|
/third_party/ffmpeg/libavcodec/ |
H A D | motion_est.c | 117 av_assert2(x >= c->xmin && hx <= c->xmax<<(qpel+1) && y >= c->ymin && hy <= c->ymax<<(qpel+1)); in cmp_direct_inline() 118 if(x >= c->xmin && hx <= c->xmax<<(qpel+1) && y >= c->ymin && hy <= c->ymax<<(qpel+1)){ in cmp_direct_inline() 423 my > ymin && my < ymax) { in sad_hpel_motion_search() 539 c->ymax = - y + s->height; in get_limits() 545 c->ymax = (y < s->mb_height * 16 - 16) ? 15 : 0; in get_limits() 550 c->ymax = - y + s->mb_height*16 - 16; in get_limits() 558 c->ymax = FFMIN(c->ymax, range); in get_limits() 598 c->ymax = - 16*s->mb_y + s->height - 8*(block>>1); in h263_mv4_search() 615 if (P_TOP[1] > c->ymax * ( in h263_mv4_search() 1263 const int ymax= c->ymax<<shift; bidir_refine() local 1400 int mx, my, xmin, xmax, ymin, ymax; direct_search() local [all...] |
H A D | pcx.c | 77 int compressed, xmin, ymin, xmax, ymax; in pcx_decode_frame() local 100 ymax = bytestream2_get_le16u(&gb); in pcx_decode_frame() 104 if (xmax < xmin || ymax < ymin) { in pcx_decode_frame() 110 h = ymax - ymin + 1; in pcx_decode_frame()
|
H A D | motion_est_template.c | 36 const int av_unused ymax= c->ymax;\ 83 my > ymin && my < ymax) { in hpel_motion_search() 146 av_assert2(bx >= xmin*2 && bx <= xmax*2 && by >= ymin*2 && by <= ymax*2); in hpel_motion_search() 245 my > ymin && my < ymax) { in qpel_motion_search() 348 av_assert2(bx >= xmin*4 && bx <= xmax*4 && by >= ymin*4 && by <= ymax*4); in qpel_motion_search() 368 av_assert2((y) <= ymax);\ 383 const int Ly2= FFMAX(ymin, FFMIN(Ly, ymax));\ 409 if( (y)>(ymax<<(S)) ) av_log(NULL, AV_LOG_ERROR, "%d %d %d %d %d ymax" # [all...] |
H A D | exr.c | 164 int32_t ymax, ymin; member 1237 if (line < s->ymin || line > s->ymax || in decode_block() 1259 if (line < s->ymin || line > s->ymax) in decode_block() 1266 td->ysize = FFMIN(s->scan_lines_per_block, s->ymax - line + 1); /* s->ydelta - line ?? */ in decode_block() 1563 s->ymax = ~0; in decode_header() 1798 int xmin, ymin, xmax, ymax; in decode_header() local 1807 ymax = bytestream2_get_le32(gb); in decode_header() 1809 if (xmin > xmax || ymin > ymax || in decode_header() 1810 ymax == INT_MAX || xmax == INT_MAX || in decode_header() 1812 (unsigned)ymax in decode_header() 2044 int i, y, ret, ymax; decode_frame() local [all...] |
H A D | dvdsubenc.c | 291 int ymin = h->rects[0]->y, ymax = ymin + h->rects[0]->h; in encode_dvd_subtitles() local 296 ymax = FFMAX(ymax, h->rects[i]->y + h->rects[i]->h); in encode_dvd_subtitles() 301 vrect.h = ymax - ymin; in encode_dvd_subtitles()
|
H A D | motion_est.h | 77 int ymax; member
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | WaveformView.java | 92 float ymax = mOffsetY; in onDraw() 97 canvas.drawLine(x0, ymin, x0, ymax, mWavePaint); in onDraw() 100 ymax = mOffsetY; in onDraw() 104 ymax = Math.max(ymax, y1); in onDraw()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_scissor.c | 67 /* need to be careful here with xmax or ymax < 0 */ in st_update_scissor() 69 GLint ymax = MAX2(0, ctx->Scissor.ScissorArray[i].Y + ctx->Scissor.ScissorArray[i].Height); in st_update_scissor() local 78 if (ymax < (GLint) scissor[i].maxy) in st_update_scissor() 79 scissor[i].maxy = ymax; in st_update_scissor()
|
H A D | st_cb_bitmap.c | 358 cache->ymax = -1000000; in reset_cache() 434 cache->ymax - cache->ymin, in st_flush_bitmap_cache() 521 if (y + height > cache->ymax) in accum_bitmap() 522 cache->ymax = y + height; in accum_bitmap()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | ssim.c | 68 const int ymax = (yo + VP8_SSIM_KERNEL > H - 1) ? H - 1 in SSIMGetClipped_C() local 76 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { in SSIMGetClipped_C()
|
/third_party/ffmpeg/libavformat/ |
H A D | swfdec.c | 81 int len, xmin, xmax, ymin, ymax; in swf_probe() local 104 ymax = get_bits_long(&gb, len); in swf_probe() 105 if (xmin || ymin || !xmax || !ymax) in swf_probe() 108 if (p->buf[3] >= 20 || xmax < 16 || ymax < 16) in swf_probe()
|
H A D | swfenc.c | 103 int xmin, int xmax, int ymin, int ymax) in put_swf_rect() 115 max_nbits(&nbits, ymax); in put_swf_rect() 123 put_bits(&p, nbits, ymax & mask); in put_swf_rect() 102 put_swf_rect(AVIOContext *pb, int xmin, int xmax, int ymin, int ymax) put_swf_rect() argument
|
/third_party/backends/backend/ |
H A D | coolscan3.c | 222 unsigned long xmin, xmax, ymin, ymax; member 1030 s->ymax = s->boundaryy - 1; in sane_open() 1180 *(SANE_Word *) v = s->ymax; in sane_control_option() 1364 s->ymax = *(SANE_Word *) v; in sane_control_option() 2784 unsigned long xmin, xmax, ymin, ymax; in cs3_convert_options() local 2827 if (s->ymin < s->ymax) { in cs3_convert_options() 2829 ymax = s->ymax; in cs3_convert_options() 2831 ymin = s->ymax; in cs3_convert_options() 2832 ymax in cs3_convert_options() [all...] |
H A D | coolscan2.c | 257 unsigned long xmin, xmax, ymin, ymax; member 1035 s->ymax = s->boundaryy - 1; in sane_open() 1186 *(SANE_Word *) v = s->ymax; in sane_control_option() 1352 s->ymax = *(SANE_Word *) v; in sane_control_option() 2633 unsigned long xmin, xmax, ymin, ymax; in cs2_convert_options() local 2674 if (s->ymin < s->ymax) in cs2_convert_options() 2677 ymax = s->ymax; in cs2_convert_options() 2681 ymin = s->ymax; in cs2_convert_options() 2682 ymax in cs2_convert_options() [all...] |
H A D | coolscan.h | 217 int ymax; /* Y-axis coordinate maximum value member
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
H A D | font_header_table.cc | 213 void FontHeaderTable::Builder::SetYMax(int32_t ymax) { in SetYMax() argument 214 InternalWriteData()->WriteShort(Offset::kYMax, ymax); in SetYMax()
|
H A D | font_header_table.h | 79 virtual void SetYMax(int32_t ymax);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | image.c | 638 * specified by [xmin, xmax) and [ymin, ymax). 643 GLint xmax, GLint ymax, in _mesa_clip_to_region() 667 if (*y + *height > ymax) in _mesa_clip_to_region() 668 *height -= (*y + *height - ymax); in _mesa_clip_to_region() 642 _mesa_clip_to_region(GLint xmin, GLint ymin, GLint xmax, GLint ymax, GLint *x, GLint *y, GLsizei *width, GLsizei *height ) _mesa_clip_to_region() argument
|
H A D | image.h | 120 GLint xmax, GLint ymax,
|
/third_party/ltp/testcases/realtime/tools/ |
H A D | ftqviz.py | 113 ylim(ymax=20)
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_textedit.h | 366 float ymin,ymax; // height of row above and below baseline member 404 r.ymin = r.ymax = 0; in stb_text_locate_coord() 416 if (y < base_y + r.ymax) in stb_text_locate_coord() 531 find->height = r.ymax - r.ymin; in stb_textedit_find_charpos() 563 find->height = r.ymax - r.ymin; in stb_textedit_find_charpos()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_textedit.h | 368 float ymin,ymax; // height of row above and below baseline member 406 r.ymin = r.ymax = 0; in stb_text_locate_coord() 418 if (y < base_y + r.ymax) in stb_text_locate_coord() 533 find->height = r.ymax - r.ymin; in stb_textedit_find_charpos() 565 find->height = r.ymax - r.ymin; in stb_textedit_find_charpos()
|