Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dkgv1dec.c55 int outcnt = 0, maxcnt; in decode_frame() local
94 while (outcnt < maxcnt && buf_end - 2 >= buf) { in decode_frame()
99 AV_WN16A(&out[2 * outcnt], code); // rgb555 pixel coded directly in decode_frame()
100 outcnt++; in decode_frame()
118 start = (outcnt + offsets[oidx]) % maxcnt; in decode_frame()
120 if (maxcnt - start < count || maxcnt - outcnt < count) in decode_frame()
129 memcpy(out + 2 * outcnt, prev + 2 * start, 2 * count); in decode_frame()
144 if (outcnt < offset || maxcnt - outcnt < count) in decode_frame()
147 av_memcpy_backptr(out + 2 * outcnt, 2 * offset, 2 * count); in decode_frame()
149 outcnt += count; in decode_frame()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/puff/
Dpuff.c102 unsigned long outcnt; /* bytes written to out so far */ member
185 if (s->outcnt + len > s->outlen) in stored()
188 s->out[s->outcnt++] = s->in[s->incnt++]; in stored()
191 s->outcnt += len; in stored()
466 if (s->outcnt == s->outlen) in codes()
468 s->out[s->outcnt] = symbol; in codes()
470 s->outcnt++; in codes()
485 if (dist > s->outcnt) in codes()
491 if (s->outcnt + len > s->outlen) in codes()
494 s->out[s->outcnt] = in codes()
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/puff/
Dpuff.c102 unsigned long outcnt; /* bytes written to out so far */ member
185 if (s->outcnt + len > s->outlen) in stored()
188 s->out[s->outcnt++] = s->in[s->incnt++]; in stored()
191 s->outcnt += len; in stored()
466 if (s->outcnt == s->outlen) in codes()
468 s->out[s->outcnt] = symbol; in codes()
470 s->outcnt++; in codes()
485 if (dist > s->outcnt) in codes()
491 if (s->outcnt + len > s->outlen) in codes()
494 s->out[s->outcnt] = in codes()
[all …]
/third_party/zlib/contrib/puff/
Dpuff.c102 unsigned long outcnt; /* bytes written to out so far */ member
185 if (s->outcnt + len > s->outlen) in stored()
188 s->out[s->outcnt++] = s->in[s->incnt++]; in stored()
191 s->outcnt += len; in stored()
466 if (s->outcnt == s->outlen) in codes()
468 s->out[s->outcnt] = symbol; in codes()
470 s->outcnt++; in codes()
485 if (dist > s->outcnt) in codes()
491 if (s->outcnt + len > s->outlen) in codes()
494 s->out[s->outcnt] = in codes()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dgun.c217 unsigned outcnt; /* bytes in output buffer */ in lunpipe() local
262 outcnt = 1; in lunpipe()
281 if (outcnt && out(&outd, outbuf, outcnt)) { in lunpipe()
350 while (stack > SIZE - outcnt) { in lunpipe()
351 while (outcnt < SIZE) in lunpipe()
352 outbuf[outcnt++] = match[--stack]; in lunpipe()
353 if (out(&outd, outbuf, outcnt)) { in lunpipe()
357 outcnt = 0; in lunpipe()
361 outbuf[outcnt++] = *--p; in lunpipe()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dgun.c217 unsigned outcnt; /* bytes in output buffer */ in lunpipe() local
262 outcnt = 1; in lunpipe()
281 if (outcnt && out(&outd, outbuf, outcnt)) { in lunpipe()
350 while (stack > SIZE - outcnt) { in lunpipe()
351 while (outcnt < SIZE) in lunpipe()
352 outbuf[outcnt++] = match[--stack]; in lunpipe()
353 if (out(&outd, outbuf, outcnt)) { in lunpipe()
357 outcnt = 0; in lunpipe()
361 outbuf[outcnt++] = *--p; in lunpipe()
/third_party/zlib/examples/
Dgun.c217 unsigned outcnt; /* bytes in output buffer */ in lunpipe() local
262 outcnt = 1; in lunpipe()
281 if (outcnt && out(&outd, outbuf, outcnt)) { in lunpipe()
350 while (stack > SIZE - outcnt) { in lunpipe()
351 while (outcnt < SIZE) in lunpipe()
352 outbuf[outcnt++] = match[--stack]; in lunpipe()
353 if (out(&outd, outbuf, outcnt)) { in lunpipe()
357 outcnt = 0; in lunpipe()
361 outbuf[outcnt++] = *--p; in lunpipe()
/third_party/libnl/include/linux-private/linux/
Dxfrm.h349 __u32 outcnt; member