Home
last modified time | relevance | path

Searched refs:bdif (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dphase_template.c77 accumulator bdif, tdif, pdif; in analyze_plane() local
88 pdif = tdif = bdif = 0; in analyze_plane()
108 bdif += DIFF(optr, os, nptr, ns); in analyze_plane()
113 bdif += DIFF(nptr, ns, optr, os); in analyze_plane()
121 bdif += DIFF(optr, os, nptr, ns); in analyze_plane()
125 bdif += DIFF(nptr, ns, optr, os); in analyze_plane()
135 bdif += DIFF(optr, os, nptr, ns); in analyze_plane()
140 bdif += DIFF(nptr, ns, optr, os); in analyze_plane()
151 bdiff += (double)bdif; in analyze_plane()
/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtodg.c182 int bdif, e, j, k, k1, nb, rv; local
185 b = d2b(dval(d), &e, &bdif);
186 bdif -= nb = fpi->nbits;
187 e += bdif;
188 if (bdif <= 0) {
213 k = bdif - 1;
227 /* "break" cases: round up 1 bit, then truncate; bdif > 0 */
231 if (bdif > 0) {
232 if ( (lostbits = any_on(b, bdif)) !=0)
234 rshift(b, bdif);
[all...]
/third_party/node/deps/npm/node_modules/color-convert/
H A Dconversions.js97 let bdif;
117 bdif = diffc(b);
120 h = bdif - gdif;
122 h = (1 / 3) + rdif - bdif;

Completed in 2 milliseconds