Home
last modified time | relevance | path

Searched refs:x_min (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dmotion_estimation.c42 if (x >= x_min && x <= x_max && y >= y_min && y <= y_max)\
46 int width, int height, int x_min, int x_max, int y_min, int y_max) in ff_me_init_context() argument
53 me_ctx->x_min = x_min; in ff_me_init_context()
80 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_esa() local
90 for (x = x_min; x <= x_max; x++) in ff_me_search_esa()
99 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_tss() local
130 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_tdls() local
162 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_ntss() local
215 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_fss() local
247 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_ds() local
[all …]
Dvf_hysteresis.c183 int x_min, x_max, y_min, y_max, yy, xx; in hysteresis8() local
187 x_min = posx > 0 ? posx - 1 : 0; in hysteresis8()
193 for (xx = x_min; xx <= x_max; xx++) { in hysteresis8()
232 int x_min, x_max, y_min, y_max, yy, xx; in hysteresis16() local
236 x_min = posx > 0 ? posx - 1 : 0; in hysteresis16()
242 for (xx = x_min; xx <= x_max; xx++) { in hysteresis16()
Dmotion_estimation.h51 int x_min; member
65 int width, int height, int x_min, int x_max, int y_min, int y_max);
Dvf_minterpolate.c269 x = av_clip(x, me_ctx->x_min, me_ctx->x_max); in get_sbad()
271 …mv_x = av_clip(x_mv - x, -FFMIN(x - me_ctx->x_min, me_ctx->x_max - x), FFMIN(x - me_ctx->x_min, me… in get_sbad()
289 int x_min = me_ctx->x_min + me_ctx->mb_size / 2; in get_sbad_ob() local
298 x = av_clip(x, x_min, x_max); in get_sbad_ob()
300 mv_x = av_clip(x_mv - x, -FFMIN(x - x_min, x_max - x), FFMIN(x - x_min, x_max - x)); in get_sbad_ob()
315 int x_min = me_ctx->x_min + me_ctx->mb_size / 2; in get_sad_ob() local
324 x = av_clip(x, x_min, x_max); in get_sad_ob()
326 x_mv = av_clip(x_mv, x_min, x_max); in get_sad_ob()
857 pixel_mvs->mvs[pixel_refs->nb][0] = av_clip((mv_x * alpha) / ALPHA_MAX, x_min, x_max);\
862 …pixel_mvs->mvs[pixel_refs->nb][0] = av_clip(-mv_x * (ALPHA_MAX - alpha) / ALPHA_MAX, x_min, x_max)…
[all …]
Dvf_drawtext.c1299 int x_min = 32000, x_max = -32000; in draw_text() local
1386 x_min = FFMIN(glyph->bbox.xMin, x_min); in draw_text()
1390 s->max_glyph_w = x_max - x_min; in draw_text()
/third_party/mesa3d/src/intel/common/
Dintel_guardband.h27 intel_calculate_guardband_size(uint32_t x_min, uint32_t x_max, in intel_calculate_guardband_size() argument
74 if (GFX_VER == 6 && (x_min & 1 || x_max & 1 || y_min & 1 || y_max & 1)) { in intel_calculate_guardband_size()
84 const float ss_ra_xmin = MIN3(x_min, m30 + m00, m30 - m00); in intel_calculate_guardband_size()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c662 FT_Int x_min = 0; in compute_bbox() local
675 x_min = points[0].x; in compute_bbox()
687 x_min = FT_MIN( x, x_min ); in compute_bbox()
697 WRITE_SHORT( pointer, x_min ); in compute_bbox()
702 *src_x_min = (FT_UShort)x_min; in compute_bbox()
929 FT_UShort x_min = 0; in reconstruct_glyf() local
988 FT_READ_USHORT( x_min ) ) in reconstruct_glyf()
1118 FT_READ_USHORT( x_min ) ) in reconstruct_glyf()
1128 compute_bbox( total_n_points, points, glyph_buf, &x_min ); in reconstruct_glyf()
1190 info->x_mins[i] = (FT_Short)x_min; in reconstruct_glyf()
Dttcolr.c1155 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local
1158 x_min = FT_MIN( dstSlot->bitmap_left, srcSlot->bitmap_left ); in tt_face_colr_blend_layer()
1166 if ( x_min != dstSlot->bitmap_left || in tt_face_colr_blend_layer()
1173 FT_UInt width = (FT_UInt)( x_max - x_min ); in tt_face_colr_blend_layer()
1189 4 * ( dstSlot->bitmap_left - x_min ); in tt_face_colr_blend_layer()
1202 dstSlot->bitmap_left = x_min; in tt_face_colr_blend_layer()
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c3584 uint32_t x_min = 0, x_max = fb_size_max; in cmd_buffer_emit_viewport() local
3590 x_min = MAX2(x_min, gfx->render_area.offset.x); in cmd_buffer_emit_viewport()
3591 x_max = MIN2(x_min, gfx->render_area.offset.x + in cmd_buffer_emit_viewport()
3613 x_min = MAX2(x_min, scissor->offset.x); in cmd_buffer_emit_viewport()
3614 x_max = MIN2(x_min, scissor->offset.x + scissor->extent.width); in cmd_buffer_emit_viewport()
3623 if (x_min > 0 || x_max < fb_size_max || in cmd_buffer_emit_viewport()
3625 intel_calculate_guardband_size(x_min, x_max, y_min, y_max, in cmd_buffer_emit_viewport()
3731 uint32_t x_min = MAX2(s->offset.x, vp->x); in cmd_buffer_emit_scissor() local
3740 x_min = clamp_int64((uint64_t) x_min, gfx->render_area.offset.x, max); in cmd_buffer_emit_scissor()
3751 .ScissorRectangleXMin = x_min, in cmd_buffer_emit_scissor()
/third_party/ffmpeg/libavcodec/
Dhevc_filter.c222 int x_min = ((x0 ) >> s->ps.sps->log2_min_pu_size); in restore_tqb_pixels() local
228 for (x = x_min; x < x_max; x++) { in restore_tqb_pixels()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2104115 * src/sfnt/sfwoff2.c (reconstruct_glyf): Initialize `x_min'.
/third_party/chromium/patch/
D0001-cve.patch22753 - info->x_mins[i] = (FT_Short)x_min;
22754 + info->x_mins[i] = (FT_Short)x_min;