Home
last modified time | relevance | path

Searched defs:max_v (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dreduce_sum.cc98 int64_t max_v; in InferShape() local
/third_party/boost/libs/gil/test/core/channel/
Dalgorithm_channel_convert.cpp30 channel_value_t max_v = gil::channel_convert<channel_t>(src_max_v); in from() local
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideodecoder.c1008 gint * max_v) in _get_int_range()
1025 const GValue *min_v, *max_v; in _get_fraction_range() local
Daudiodecoder.c742 gint * max_v) in _get_int_range()
/third_party/freetype/src/autofit/
Daflatin2.c815 FT_Pos min_u, min_v, max_u, max_v; in af_latin2_hints_compute_segments() local
/third_party/ffmpeg/libavcodec/
Ddolby_e.c685 int max_v = INT_MIN; in calc_lowcomp() local
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Daflatin2.c815 FT_Pos min_u, min_v, max_u, max_v; in af_latin2_hints_compute_segments() local
/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c198 int x, y, plane, max_v = 0; in calc_combed_score() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c960 int max_v = (v1 > v0) ? v1 : v0; in StoreMaxDelta() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c960 int max_v = (v1 > v0) ? v1 : v0; in StoreMaxDelta() local
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c590 static WEBP_INLINE int clip(int v, int min_v, int max_v) { in clip()
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c587 static WEBP_INLINE int clip(int v, int min_v, int max_v) { in clip()