Searched refs:bout (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | colorchannelmixer_template.c | 74 cpixel rout, gout, bout; in filter_slice_rgba_planar() local 85 bout = s->br * rin + in filter_slice_rgba_planar() 98 bout = s->lut[B][R][rin] + in filter_slice_rgba_planar() 110 fbout = av_clipf(bout, 0.f, max); in filter_slice_rgba_planar() 114 fbout = bout; in filter_slice_rgba_planar() 118 rout, gout, bout, max, &lin, &lout); in filter_slice_rgba_planar() 123 bout = ROUND(lerpf(bout, fbout, pa)); in filter_slice_rgba_planar() 129 dstb[j] = av_clip_uintp2(bout, depth); in filter_slice_rgba_planar() 133 dstb[j] = bout; in filter_slice_rgba_planar() 194 int rout, gout, bout; filter_slice_rgba_packed() local [all...] |
/third_party/backends/japi/ |
H A D | ScanIt.java | 356 BufferedWriter bout = new BufferedWriter(pout); in write() 370 bout.write((pix >> 16) & 0xff); in write() 371 bout.write((pix >> 8) & 0xff); in write() 372 bout.write(pix & 0xff); in write() 381 bout.write(pix & 0xff); in write() 386 bout.flush(); // Flush output. in write()
|
/third_party/openssl/test/ |
H A D | dhtest.c | 54 int i, alen, blen, clen, aout, bout, cout; in dh_test() local 193 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in dh_test() 202 || !TEST_mem_eq(abuf, aout, bbuf, bout) in dh_test() 645 int i, alen, blen, aout, bout; in rfc7919_test() local 679 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in rfc7919_test() 683 || !TEST_mem_eq(abuf, aout, bbuf, bout)) in rfc7919_test()
|
Completed in 3 milliseconds