Home
last modified time | relevance | path

Searched refs:omax (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_colorlevels.c218 int omax = lrint(r->out_max * UINT8_MAX); in filter_frame() local
243 coeff = (omax - omin) / (double)(imax - imin); in filter_frame()
258 int omax = lrint(r->out_max * UINT16_MAX); in filter_frame() local
283 coeff = (omax - omin) / (double)(imax - imin); in filter_frame()
/third_party/openssl/crypto/asn1/
Dasn1_lib.c45 int *pclass, long omax) in ASN1_get_object() argument
51 long max = omax; in ASN1_get_object()
90 if (*plength > (omax - (p - *pp))) { in ASN1_get_object()
/third_party/alsa-utils/alsactl/
Dstate.c1027 static int convert_to_new_db(snd_config_t *value, long omin, long omax, in convert_to_new_db() argument
1043 if (val < omin || val > omax) in convert_to_new_db()
1045 db = ((val - omin) * (odbmax - odbmin)) / (omax - omin) + odbmin; in convert_to_new_db()
1068 long omin, omax, ostep; in check_comment_range() local
1077 &omin, &omax, &ostep) < 0) in check_comment_range()
1081 if (omin != nmin && omax != nmax) { in check_comment_range()
1086 if (omin >= omax || nmin >= nmax) in check_comment_range()
1105 if (omin == nmin && omax == nmax && in check_comment_range()
1117 convert_to_new_db(n, omin, omax, nmin, nmax, in check_comment_range()
1122 convert_to_new_db(value, omin, omax, nmin, nmax, in check_comment_range()
/third_party/glslang/Test/
Dnumeral.frag13 int omax = 037777777777;
/third_party/python/Modules/
Dselectmodule.c266 int imax, omax, emax, max; in select_select_impl() local
312 if ((omax = seq2set(wlist, &ofdset, wfd2obj)) < 0) in select_select_impl()
318 if (omax > max) max = omax; in select_select_impl()
/third_party/alsa-utils/amixer/
Damixer.c169 static int convert_range(int val, int omin, int omax, int nmin, int nmax)
171 int orange = omax - omin, nrange = nmax - nmin;
180 static int convert_db_range(int val, int omin, int omax, int nmin, int nmax)
182 int orange = omax - omin, nrange = nmax - nmin;
/third_party/glslang/Test/baseResults/
Dnumeral.frag.out66 0:13 'omax' ( temp int)
475 0:13 'omax' ( temp int)
/third_party/openssl/include/openssl/
Dasn1.h679 int *pclass, long omax);