Home
last modified time | relevance | path

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

12345678910>>...42

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/mpeg2enc/
H A Delemstrmwriter.cc70 outcnt = 8; in OutputFragBuf()
105 outcnt = 8; in ResetBuffer()
113 assert( outcnt == 8 ); in FlushBuffer()
129 while( n >= outcnt ) in PutBits()
131 pendingbits = (pendingbits << outcnt ) | (val >> (n-outcnt)); in PutBits()
136 n -= outcnt; in PutBits()
137 outcnt = 8; in PutBits()
142 outcnt -= n; in PutBits()
162 outcnt = 8; in ResetBuffer()
179 int bits = (8-outcnt)+n; in PutBits()
[all …]
/dports/multimedia/mpeg2codec/mpeg2/src/mpeg2enc/
H A Dputbits.c37 static int outcnt; variable
43 outcnt = 8; in initbits()
65 outcnt--;
67 if (outcnt==0) /* 8 bit buffer full */
70 outcnt = 8;
79 if (outcnt!=8) in alignbits()
80 putbits(0,outcnt); in alignbits()
86 return 8*bytecnt + (8-outcnt); in bitcount()
/dports/multimedia/vtkmpeg2encode/vtkmpeg2encode/
H A Dputbits.c36 static int outcnt; variable
42 outcnt = 8; in MPEG2_initbits()
65 outcnt--;
67 if (outcnt==0) /* 8 bit buffer full */
70 outcnt = 8;
80 if (outcnt!=8)
81 MPEG2_putbits(0,outcnt,mpeg2_struct);
87 return 8*bytecnt + (8-outcnt); in MPEG2_bitcount()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sctp/
H A Dstream.c37 if (sid < outcnt) in sctp_stream_shrink_out()
64 if (stream->outcnt > outcnt) in sctp_stream_outq_migrate()
79 for (i = outcnt; i < stream->outcnt; i++) { in sctp_stream_outq_migrate()
90 if (outcnt <= stream->outcnt) in sctp_stream_alloc_out()
98 stream->outcnt = outcnt; in sctp_stream_alloc_out()
130 if (outcnt == stream->outcnt) in sctp_stream_init()
220 stream->outcnt = new->outcnt; in sctp_stream_update()
227 new->outcnt = 0; in sctp_stream_update()
448 outcnt = stream->outcnt + out; in sctp_send_add_streams()
887 outcnt = stream->outcnt + out; in sctp_process_strreset_addstrm_in()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sctp/
H A Dstream.c37 if (sid < outcnt) in sctp_stream_shrink_out()
64 if (stream->outcnt > outcnt) in sctp_stream_outq_migrate()
79 for (i = outcnt; i < stream->outcnt; i++) { in sctp_stream_outq_migrate()
90 if (outcnt <= stream->outcnt) in sctp_stream_alloc_out()
98 stream->outcnt = outcnt; in sctp_stream_alloc_out()
130 if (outcnt == stream->outcnt) in sctp_stream_init()
220 stream->outcnt = new->outcnt; in sctp_stream_update()
227 new->outcnt = 0; in sctp_stream_update()
448 outcnt = stream->outcnt + out; in sctp_send_add_streams()
887 outcnt = stream->outcnt + out; in sctp_process_strreset_addstrm_in()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sctp/
H A Dstream.c37 if (sid < outcnt) in sctp_stream_shrink_out()
64 if (stream->outcnt > outcnt) in sctp_stream_outq_migrate()
79 for (i = outcnt; i < stream->outcnt; i++) { in sctp_stream_outq_migrate()
90 if (outcnt <= stream->outcnt) in sctp_stream_alloc_out()
98 stream->outcnt = outcnt; in sctp_stream_alloc_out()
130 if (outcnt == stream->outcnt) in sctp_stream_init()
220 stream->outcnt = new->outcnt; in sctp_stream_update()
227 new->outcnt = 0; in sctp_stream_update()
448 outcnt = stream->outcnt + out; in sctp_send_add_streams()
887 outcnt = stream->outcnt + out; in sctp_process_strreset_addstrm_in()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dkgv1dec.c55 int outcnt = 0, maxcnt; in decode_frame() local
91 while (outcnt < maxcnt && buf_end - 2 >= buf) { in decode_frame()
96 AV_WN16A(&out[2 * outcnt], code); // rgb555 pixel coded directly in decode_frame()
97 outcnt++; in decode_frame()
115 start = (outcnt + offsets[oidx]) % maxcnt; in decode_frame()
117 if (maxcnt - start < count || maxcnt - outcnt < count) in decode_frame()
126 memcpy(out + 2 * outcnt, prev + 2 * start, 2 * count); in decode_frame()
141 if (outcnt < offset || maxcnt - outcnt < count) in decode_frame()
144 av_memcpy_backptr(out + 2 * outcnt, 2 * offset, 2 * count); in decode_frame()
146 outcnt += count; in decode_frame()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dkgv1dec.c55 int outcnt = 0, maxcnt; in decode_frame() local
91 while (outcnt < maxcnt && buf_end - 2 >= buf) { in decode_frame()
96 AV_WN16A(&out[2 * outcnt], code); // rgb555 pixel coded directly in decode_frame()
97 outcnt++; in decode_frame()
115 start = (outcnt + offsets[oidx]) % maxcnt; in decode_frame()
117 if (maxcnt - start < count || maxcnt - outcnt < count) in decode_frame()
126 memcpy(out + 2 * outcnt, prev + 2 * start, 2 * count); in decode_frame()
141 if (outcnt < offset || maxcnt - outcnt < count) in decode_frame()
144 av_memcpy_backptr(out + 2 * outcnt, 2 * offset, 2 * count); in decode_frame()
146 outcnt += count; in decode_frame()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A 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 …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A 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 …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A 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 …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A 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 …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A 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 …]
/dports/graphics/simage/simage-1.7.0/mpeg2enc/
H A Dputbits.c37 context->outcnt = 8; in simpeg_encode_initbits()
59 context->outcnt--; in simpeg_encode_putbits()
61 if (context->outcnt==0) /* 8 bit buffer full */ in simpeg_encode_putbits()
64 context->outcnt = 8; in simpeg_encode_putbits()
74 if (context->outcnt!=8) in simpeg_encode_alignbits()
75 simpeg_encode_putbits(context, 0, context->outcnt); in simpeg_encode_alignbits()
82 return 8*context->bytecnt + (8-context->outcnt); in simpeg_encode_bitcount()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D20020319-1.c7 extern unsigned outcnt;
13 outcnt = 0; in zip()
15 {outbuf[outcnt++]=(uch)("\037\213"[0]); if (outcnt==16384) flush_outbuf();}; in zip()
16 {outbuf[outcnt++]=(uch)("\037\213"[1]); if (outcnt==16384) flush_outbuf();}; in zip()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/compile/
H A D20020319-1.c7 extern unsigned outcnt;
13 outcnt = 0; in zip()
15 {outbuf[outcnt++]=(uch)("\037\213"[0]); if (outcnt==16384) flush_outbuf();}; in zip()
16 {outbuf[outcnt++]=(uch)("\037\213"[1]); if (outcnt==16384) flush_outbuf();}; in zip()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/compile/
H A D20020319-1.c7 extern unsigned outcnt;
13 outcnt = 0; in zip()
15 {outbuf[outcnt++]=(uch)("\037\213"[0]); if (outcnt==16384) flush_outbuf();}; in zip()
16 {outbuf[outcnt++]=(uch)("\037\213"[1]); if (outcnt==16384) flush_outbuf();}; in zip()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/compile/
H A D20020319-1.c7 extern unsigned outcnt;
13 outcnt = 0; in zip()
15 {outbuf[outcnt++]=(uch)("\037\213"[0]); if (outcnt==16384) flush_outbuf();}; in zip()
16 {outbuf[outcnt++]=(uch)("\037\213"[1]); if (outcnt==16384) flush_outbuf();}; in zip()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/compile/
H A D20020319-1.c7 extern unsigned outcnt;
13 outcnt = 0; in zip()
15 {outbuf[outcnt++]=(uch)("\037\213"[0]); if (outcnt==16384) flush_outbuf();}; in zip()
16 {outbuf[outcnt++]=(uch)("\037\213"[1]); if (outcnt==16384) flush_outbuf();}; in zip()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A D20020319-1.c7 extern unsigned outcnt;
13 outcnt = 0; in zip()
15 {outbuf[outcnt++]=(uch)("\037\213"[0]); if (outcnt==16384) flush_outbuf();}; in zip()
16 {outbuf[outcnt++]=(uch)("\037\213"[1]); if (outcnt==16384) flush_outbuf();}; in zip()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020319-1.c7 extern unsigned outcnt;
13 outcnt = 0; in zip()
15 {outbuf[outcnt++]=(uch)("\037\213"[0]); if (outcnt==16384) flush_outbuf();}; in zip()
16 {outbuf[outcnt++]=(uch)("\037\213"[1]); if (outcnt==16384) flush_outbuf();}; in zip()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D20020319-1.c7 extern unsigned outcnt;
13 outcnt = 0; in zip()
15 {outbuf[outcnt++]=(uch)("\037\213"[0]); if (outcnt==16384) flush_outbuf();}; in zip()
16 {outbuf[outcnt++]=(uch)("\037\213"[1]); if (outcnt==16384) flush_outbuf();}; in zip()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D20020319-1.c7 extern unsigned outcnt;
13 outcnt = 0; in zip()
15 {outbuf[outcnt++]=(uch)("\037\213"[0]); if (outcnt==16384) flush_outbuf();}; in zip()
16 {outbuf[outcnt++]=(uch)("\037\213"[1]); if (outcnt==16384) flush_outbuf();}; in zip()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/
H A D20020319-1.c7 extern unsigned outcnt;
13 outcnt = 0; in zip()
15 {outbuf[outcnt++]=(uch)("\037\213"[0]); if (outcnt==16384) flush_outbuf();}; in zip()
16 {outbuf[outcnt++]=(uch)("\037\213"[1]); if (outcnt==16384) flush_outbuf();}; in zip()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A D20020319-1.c7 extern unsigned outcnt;
13 outcnt = 0; in zip()
15 {outbuf[outcnt++]=(uch)("\037\213"[0]); if (outcnt==16384) flush_outbuf();}; in zip()
16 {outbuf[outcnt++]=(uch)("\037\213"[1]); if (outcnt==16384) flush_outbuf();}; in zip()

12345678910>>...42