Home
last modified time | relevance | path

Searched defs:min_width (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/utils/
Dostreams.h130 uint8_t min_width; member
/third_party/ffmpeg/libavcodec/
Dutvideodec.c472 int min_width = FFMIN(width, 32); in restore_gradient_planar() local
514 int min_width = FFMIN(width, 32); in restore_gradient_planar_il() local
Dhuffyuvenc.c58 int min_width = FFMIN(w, 32); in sub_left_prediction() local
92 int min_width = FFMIN(w, 8); in sub_left_prediction_bgr32() local
Dmagicyuv.c253 int i, k, x, min_width; in magy_decode_slice() local
/third_party/ffmpeg/libavutil/
Dhwcontext.h471 int min_width; member
/third_party/node/deps/v8/tools/
Davg.py64 def __init__(self, points=0, key=0, average=0, stddev=0, min_width=0, max_width=0): argument
/third_party/python/Modules/_decimal/libmpdec/
Dmpdecimal.h394 mpd_ssize_t min_width; /* minimum field width */ member
/third_party/cups-filters/cupsfilters/
Dppdgenerator.c1169 int* min_width, in generate_sizes()
1609 min_width = INT_MAX, in ppdCreateFromIPP2() local
/third_party/libdrm/
Dxf86drmMode.h87 uint32_t min_width, max_width; member
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp622 int16_t min_width = SHRT_MAX; in onGetAdvancedMetrics() local
DSkFontHost_win.cpp1636 int16_t min_width; in onGetAdvancedMetrics() local
/third_party/cups-filters/utils/
Dcups-browsed.c2069 int min_length = INT_MAX, min_width = INT_MAX, in get_pagesize() local
2687 int min_length, min_width, max_length, max_width, in get_cluster_sizes() local
2962 int min_length = INT_MAX, min_width = INT_MAX, in get_cluster_default_attributes() local
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h271 __u32 min_width; member
/third_party/libdrm/include/drm/
Ddrm_mode.h271 __u32 min_width; member
/third_party/python/Lib/
D_pydecimal.py6318 def _insert_thousands_sep(digits, spec, min_width=1): argument
/third_party/python/Objects/
Dunicodeobject.c9502 Py_ssize_t min_width, in _PyUnicode_InsertThousandsGrouping()