Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dpng.c56 int shift, xmin, pass_width; in ff_png_pass_row_size() local
H A Dpcx.c77 int compressed, xmin, ymin, xmax, ymax; in pcx_decode_frame() local
H A Dmotion_est.h74 int xmin; 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.c1260 const int xmin= c->xmin * (1 << shift); bidir_refine() local
1400 int mx, my, xmin, xmax, ymin, ymax; direct_search() local
[all...]
H A Dexr.c163 int32_t xmax, xmin; member
1798 int xmin, ymin, xmax, ymax; decode_header() 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/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...]
H A Dvsrc_testsrc.c858 unsigned xmin = av_rescale(5, s->w, 8); in test2_fill_picture() local
/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/skia/third_party/externals/libwebp/src/dsp/
H A Dssim.c70 const int xmin = (xo - VP8_SSIM_KERNEL < 0) ? 0 : xo - VP8_SSIM_KERNEL; in SSIMGetClipped_C() local
/third_party/skia/src/pdf/
H A DSkPDFBitmap.cpp51 int xmin = std::max(0, xOrig - 1); in get_neighbor_avg_color() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc189 void FontHeaderTable::Builder::SetXMin(int32_t xmin) { in SetXMin() argument
/third_party/lame/libmp3lame/
H A Dquantize_pvt.c601 FLOAT en0, xmin; in calc_xmin() local
697 FLOAT en0 = 0.0, xmin = tmpATH; calc_xmin() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dimage.c642 _mesa_clip_to_region(GLint xmin, GLint ymin, in _mesa_clip_to_region() argument
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c140 const int xmin = (xo - SSIM_KERNEL < 0) ? 0 : 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.java588 public void setXMin(int xmin) { in setXMin() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.h63 GLint xmin, ymin, xmax, ymax; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1313 const int xmin = (int) (x + 0.75 - halfSize); in sp_setup_point() local
/third_party/backends/backend/
H A Dcoolscan3.c222 unsigned long xmin, xmax, ymin, ymax; member
2784 unsigned long xmin, xmax, ymin, ymax; in cs3_convert_options() local
[all...]
H A Dcoolscan2.c257 unsigned long xmin, xmax, ymin, ymax; member
2633 unsigned long xmin, xmax, ymin, ymax; in cs2_convert_options() local
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp956 static float getAreaBetweenLines (float xmin, float xmax, float lineAOffset, float lineACoefficient, float lineBOffset, float lineBCoefficient) in getAreaBetweenLines() argument

Completed in 35 milliseconds