Home
last modified time | relevance | path

Searched refs:byteidx (Results 1 – 25 of 94) sorted by relevance

1234

/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dbits.cpp172 byteidx++; in Get1Bit()
173 if (byteidx == buffered) in Get1Bit()
199 byteidx++; in GetBits()
201 if (byteidx == buffered) in GetBits()
221 byteidx++; in GetBits()
222 if (byteidx == buffered) in GetBits()
292 byteidx = req_byteidx; in SeekFwdBits()
320 byteidx -= bytes_to_flush; in Flush()
398 byteidx = 0; in open()
411 if (byteidx != 0) in close()
[all …]
H A Dbits.hpp74 unsigned int byteidx; // Byte in buffer holding bit at current member in IBitStreamUndo
174 unsigned int byteidx; member in OBitStreamUndo
H A DADM_mplexInput.cpp54 byteidx = 0; in IFileBitStream()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dbits.cpp172 byteidx++; in Get1Bit()
173 if (byteidx == buffered) in Get1Bit()
199 byteidx++; in GetBits()
201 if (byteidx == buffered) in GetBits()
221 byteidx++; in GetBits()
222 if (byteidx == buffered) in GetBits()
292 byteidx = req_byteidx; in SeekFwdBits()
320 byteidx -= bytes_to_flush; in Flush()
398 byteidx = 0; in open()
411 if (byteidx != 0) in close()
[all …]
H A Dbits.hpp74 unsigned int byteidx; // Byte in buffer holding bit at current member in IBitStreamUndo
174 unsigned int byteidx; member in OBitStreamUndo
H A DADM_mplexInput.cpp54 byteidx = 0; in IFileBitStream()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dbits.cpp172 byteidx++; in Get1Bit()
173 if (byteidx == buffered) in Get1Bit()
199 byteidx++; in GetBits()
201 if (byteidx == buffered) in GetBits()
221 byteidx++; in GetBits()
222 if (byteidx == buffered) in GetBits()
292 byteidx = req_byteidx; in SeekFwdBits()
320 byteidx -= bytes_to_flush; in Flush()
398 byteidx = 0; in open()
411 if (byteidx != 0) in close()
[all …]
H A Dbits.hpp74 unsigned int byteidx; // Byte in buffer holding bit at current member in IBitStreamUndo
174 unsigned int byteidx; member in OBitStreamUndo
H A DADM_mplexInput.cpp54 byteidx = 0; in IFileBitStream()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dbits.cpp172 byteidx++; in Get1Bit()
173 if (byteidx == buffered) in Get1Bit()
199 byteidx++; in GetBits()
201 if (byteidx == buffered) in GetBits()
221 byteidx++; in GetBits()
222 if (byteidx == buffered) in GetBits()
292 byteidx = req_byteidx; in SeekFwdBits()
320 byteidx -= bytes_to_flush; in Flush()
398 byteidx = 0; in open()
411 if (byteidx != 0) in close()
[all …]
H A Dbits.hpp74 unsigned int byteidx; // Byte in buffer holding bit at current member in IBitStreamUndo
174 unsigned int byteidx; member in OBitStreamUndo
H A DADM_mplexInput.cpp54 byteidx = 0; in IFileBitStream()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/mplex/
H A Dbits.cpp173 byteidx++; in Get1Bit()
174 if (byteidx == buffered) in Get1Bit()
200 byteidx++; in GetBits()
202 if (byteidx == buffered) in GetBits()
222 byteidx++; in GetBits()
223 if (byteidx == buffered) in GetBits()
293 byteidx = req_byteidx; in SeekFwdBits()
321 byteidx -= bytes_to_flush; in Flush()
412 byteidx = 0; in open()
425 if (byteidx != 0) in close()
[all …]
H A Dbits.hpp72 unsigned int byteidx; // Byte in buffer holding bit at current member in IBitStreamUndo
176 unsigned int byteidx; member in OBitStreamUndo
/dports/multimedia/tcmplex-panteltje/tcmplex-panteltje-0.4.7/
H A Dbits.c52 bs->byteidx = 0; in init_putbits()
80 if (bs->byteidx == BUFFER_SIZE) in putbyte()
84 bs->byteidx = 0; in putbyte()
184 bs->byteidx = 0; in init_getbits()
225 bs->byteidx++; in get1bit()
226 if (bs->byteidx == bs->bufcount) in get1bit()
232 bs->byteidx = 0; in get1bit()
255 bs->byteidx++; in getbits()
263 bs->byteidx = 0; in getbits()
281 bs->byteidx++; in getbits()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcharacter.h440 ptrdiff_t *charidx, ptrdiff_t *byteidx) in fetch_string_char_advance() argument
443 ptrdiff_t b = *byteidx; in fetch_string_char_advance()
457 *byteidx = b; in fetch_string_char_advance()
466 ptrdiff_t *charidx, ptrdiff_t *byteidx) in fetch_string_char_as_multibyte_advance() argument
469 ptrdiff_t b = *byteidx; in fetch_string_char_as_multibyte_advance()
483 *byteidx = b; in fetch_string_char_as_multibyte_advance()
492 ptrdiff_t *charidx, ptrdiff_t *byteidx) in fetch_string_char_advance_no_check() argument
494 ptrdiff_t b = *byteidx; in fetch_string_char_advance_no_check()
498 *byteidx = b + chlen; in fetch_string_char_advance_no_check()
/dports/graphics/s2tc/s2tc-f6ec862/
H A Ds2tc_common.h39 inline int byteidx(int bit) in byteidx() function
51 arr[byteidx(bit)] |= (v << bitidx(bit));
56 arr[byteidx(bit)] ^= (v << bitidx(bit));
61 return (arr[byteidx(bit)] & (v << bitidx(bit)));
/dports/multimedia/pHash/pHash-0.9.6/src/
H A DpHash.h114 uint32_t byteidx; // used by addbit() member
126 byteidx++; // jump to next byte in array in addbit()
129 if (byteidx >= bytelength) return -1; in addbit()
131 if (bit == 1) *(hash + byteidx) |= bitmask; in addbit()
/dports/multimedia/php-pHash/pHash-0.9.6/src/
H A DpHash.h114 uint32_t byteidx; // used by addbit() member
126 byteidx++; // jump to next byte in array in addbit()
129 if (byteidx >= bytelength) return -1; in addbit()
131 if (bit == 1) *(hash + byteidx) |= bitmask; in addbit()
/dports/games/dMagnetic/dMagnetic_0.32/src/engine/linea/
H A Dgfx1loader.c48 tVM68k_ulong byteidx; in gfxloader_gfx1() local
99 byteidx=picoffs+0x42+tablesize*2+2; in gfxloader_gfx1()
101 curbyte=READ_INT8BE(gfxbuf,byteidx); in gfxloader_gfx1()
102 byteidx++; in gfxloader_gfx1()
120 curbyte=READ_INT8BE(gfxbuf,byteidx); in gfxloader_gfx1()
121 byteidx++; in gfxloader_gfx1()
297 int byteidx; in gfxloader_gfx3() local
379 byte=gfxbuf[byteidx]; in gfxloader_gfx3()
380 byteidx++; in gfxloader_gfx3()
847 int byteidx; in gfxloader_gfx5() local
[all …]
H A Dlinea.c734 tVM68k_ulong byteidx; in lineA_singlestep() local
742 byteidx=0; // start the byteidx and bitidx counter in lineA_singlestep()
745 if (idx==0) byteidx=idx; in lineA_singlestep()
749 else byteidx=READ_INT16BE(pLineA->pStringHuffman,(0x100+2*idx)); in lineA_singlestep()
753 byteidx+=pLineA->string1size; in lineA_singlestep()
756 byteidx=pLineA->interrupted_byteidx; in lineA_singlestep()
769 bit=pLineA->pStrings1[byteidx]; in lineA_singlestep()
780 byteidx++; in lineA_singlestep()
792 pLineA->interrupted_byteidx=byteidx; in lineA_singlestep()
/dports/games/liblcf/liblcf-0.7.0/src/
H A Dreader_flags.cpp28 int byteidx = 0; in ReadLcf() local
32 ++byteidx; in ReadLcf()
33 if (byteidx >= int(length)) { in ReadLcf()
/dports/graphics/py-pivy/pivy-0.6.6/Inventor/nodes/
H A DSoMarkerSet.i32 int byteidx = 0; variable
43 bitmapbytes[byteidx++] = bits;
/dports/editors/neovim/neovim-0.6.1/src/nvim/lua/
H A Dstdlib.c278 ssize_t byteidx = mb_utf_index_to_bytes((const char_u *)s1, s1_len, in nlua_str_byteindex() local
280 if (byteidx == -1) { in nlua_str_byteindex()
284 lua_pushinteger(lstate, (long)byteidx); in nlua_str_byteindex()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/mplex/
H A Dgstmplexibitstream.cc45 byteidx = 0; in GstMplexIBitStream()

1234