Home
last modified time | relevance | path

Searched defs:xmax (Results 1 - 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_scissor.c68 GLint xmax = MAX2(0, ctx->Scissor.ScissorArray[i].X + ctx->Scissor.ScissorArray[i].Width); in st_update_scissor() local
H A Dst_context.h63 GLint xmin, ymin, xmax, ymax; member
/third_party/ffmpeg/libavcodec/
H A Dpcx.c77 int compressed, xmin, ymin, xmax, ymax; in pcx_decode_frame() local
H A Dmotion_est.h75 int xmax; member
H A Ddvdsubenc.c290 int xmin = h->rects[0]->x, xmax = xmin + h->rects[0]->w; in encode_dvd_subtitles() local
H A Dmotion_est.c1262 const int xmax= c->xmax<<shift; bidir_refine() local
1400 int mx, my, xmin, xmax, ymin, ymax; direct_search() local
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_guardband.h27 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/glfw/examples/
H A Dgears.c251 GLfloat xmax, znear, zfar; in reshape() local
/third_party/libsnd/src/GSM610/
H A Drpe.c255 int16_t xmax, xmaxc, temp, temp1, temp2 ; in APCM_quantization() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Ddiscrete_distribution.h73 explicit param_type(size_t nw, double xmin, double xmax, in param_type() argument
123 explicit discrete_distribution(size_t nw, double xmin, double xmax, in discrete_distribution() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_find_rect.c37 int xmin, ymin, xmax, ymax; member
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
[all...]
/third_party/ffmpeg/libavformat/
H A Dswfenc.c102 put_swf_rect(AVIOContext *pb, int xmin, int xmax, int ymin, int ymax) put_swf_rect() argument
H A Dswfdec.c81 int len, xmin, xmax, ymin, ymax; in swf_probe() local
/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c160 int64_t xmin, xmax, xstep; in snd_ctl_ext_elem_info() local
/third_party/backends/sanei/
H A Dsanei_ab306.c435 int lcnt, pcnt, bcnt, xmax; in sanei_ab306_rdata() local
/third_party/cups-filters/cupsfilters/
H A Dimage-private.h124 xmax, /* Maximum input image X position */ member
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dssim.c71 const int xmax = (xo + VP8_SSIM_KERNEL > W - 1) ? W - 1 in SSIMGetClipped_C() local
/third_party/skia/src/pdf/
H A DSkPDFBitmap.cpp52 int xmax = std::min(xOrig + 1, bm.width() - 1); in get_neighbor_avg_color() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc205 void FontHeaderTable::Builder::SetXMax(int32_t xmax) { in SetXMax() argument
/third_party/backends/backend/
H A Dhs2p.c2638 int i, nwin, id, xres, yres, xmax, ymax; in set_window_data() local
H A Dcoolscan.h214 int xmax; /* X-axis coordinate maximum value member
/third_party/mesa3d/src/mesa/main/
H A Dimage.c642 _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
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c141 const int xmax = (xo + SSIM_KERNEL > W - 1) ? W - 1 : xo + SSIM_KERNEL; in SSIMGetClipped() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DFontHeaderTable.java604 public void setXMax(int xmax) { in setXMax() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1315 const int xmax = xmin + (int) size; in sp_setup_point() local

Completed in 23 milliseconds

12