Home
last modified time | relevance | path

Searched refs:maxc (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/
H A Dcolorsys.py76 maxc = max(r, g, b)
78 sumc = (maxc+minc)
79 rangec = (maxc-minc)
81 if minc == maxc:
87 rc = (maxc-r) / rangec
88 gc = (maxc-g) / rangec
89 bc = (maxc-b) / rangec
90 if r == maxc:
92 elif g == maxc:
126 maxc
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_neighbor.c51 int maxc);
78 int maxc) in erosion()
99 int maxc) in erosion16()
121 int maxc) in dilation()
142 int maxc) in dilation16()
149 int limit = FFMIN(max + threshold, maxc); in dilation16()
164 int maxc) in deflate()
180 int maxc) in deflate16()
197 int maxc) in inflate()
213 int maxc) in inflate16()
76 erosion(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) erosion() argument
97 erosion16(uint8_t *dstp, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) erosion16() argument
119 dilation(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) dilation() argument
140 dilation16(uint8_t *dstp, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) dilation16() argument
162 deflate(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) deflate() argument
178 deflate16(uint8_t *dstp, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) deflate16() argument
195 inflate(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) inflate() argument
211 inflate16(uint8_t *dstp, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) inflate16() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builtin_builder.c120 nir_ssa_def *maxc = nir_fmax_abs_vec_comp(b, vec); in nir_normalize() local
121 nir_ssa_def *svec = nir_fdiv(b, vec, maxc); in nir_normalize()
125 nir_ssa_def *temp = nir_bcsel(b, nir_feq(b, maxc, finf), finfvec, svec); in nir_normalize()
128 return nir_bcsel(b, nir_feq(b, maxc, f0), vec, res); in nir_normalize()
/third_party/toybox/toys/pending/
H A Dtcpsvd.c48 int maxc;
283 TT.maxc = atolx_range(TT.nmsg, 1, INT_MAX); in tcpsvd_main()
330 if (head && head->count >= TT.maxc) { in tcpsvd_main()
373 sprintf(max_c, "%d", TT.maxc); in tcpsvd_main()
/third_party/ffmpeg/libavcodec/
H A Dscpr.c164 static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) in decode_value() argument
168 uint32_t totfr = cnt[maxc]; in decode_value()
176 while (c < maxc) { in decode_value()
185 if (c >= maxc) in decode_value()
195 for (i = 0; i < maxc; i++) { in decode_value()
202 cnt[maxc] = totfr; in decode_value()
/third_party/backends/lib/
H A Dalloca.c290 long maxc; /* Amount of contiguous space which would member
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c258 register long maxc = 0; in LOCAL() local
262 if (boxp->colorcount > maxc && boxp->volume > 0) { in LOCAL()
264 maxc = boxp->colorcount; in LOCAL()
/third_party/vk-gl-cts/framework/common/
H A DtcuTextureUtil.cpp1347 float maxc = de::max(rc, de::max(gc, bc));
1348 float log2c = deFloatLog2(maxc);
1352 int maxs = deFloorFloatToInt32(maxc / e + 0.5f);
/third_party/toybox/generated/
H A Dglobals.h1036 int maxc; member

Completed in 17 milliseconds