Home
last modified time | relevance | path

Searched refs:SHOW_UBITS (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavcodec/
H A Dget_bits.h190 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
193 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
253 tmp = SHOW_UBITS(re, s, n); in get_bits()
288 tmp = SHOW_UBITS(re, s, n); in show_bits()
463 index = SHOW_UBITS(name, gb, bits); \
473 index = SHOW_UBITS(name, gb, nb_bits) + code; \
482 index = SHOW_UBITS(name, gb, nb_bits) + code; \
496 index = SHOW_UBITS(name, gb, bits); \
508 index = SHOW_UBITS(name, gb, nb_bits) + level; \
518 index = SHOW_UBITS(name, gb, nb_bits) + level; \
H A Dgolomb.h293 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb()
327 for (i = 0; i < limit && SHOW_UBITS(re, gb, 1) == 0; i++) { in get_ur_golomb_jpegls()
338 buf = SHOW_UBITS(re, gb, 16) << (k-16); in get_ur_golomb_jpegls()
341 buf |= SHOW_UBITS(re, gb, k-16); in get_ur_golomb_jpegls()
344 buf = SHOW_UBITS(re, gb, k); in get_ur_golomb_jpegls()
354 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb_jpegls()
/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/libavcodec/
H A Dget_bits.h190 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
193 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
267 tmp = SHOW_UBITS(re, s, n); in get_bits()
302 tmp = SHOW_UBITS(re, s, n); in show_bits()
482 index = SHOW_UBITS(name, gb, bits); \
492 index = SHOW_UBITS(name, gb, nb_bits) + code; \
501 index = SHOW_UBITS(name, gb, nb_bits) + code; \
515 index = SHOW_UBITS(name, gb, bits); \
527 index = SHOW_UBITS(name, gb, nb_bits) + level; \
537 index = SHOW_UBITS(name, gb, nb_bits) + level; \
H A Dgolomb.h293 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb()
329 for (i = 0; i < limit && SHOW_UBITS(re, gb, 1) == 0; i++) { in get_ur_golomb_jpegls()
342 buf = SHOW_UBITS(re, gb, 16) << (k-16); in get_ur_golomb_jpegls()
345 buf |= SHOW_UBITS(re, gb, k-16); in get_ur_golomb_jpegls()
348 buf = SHOW_UBITS(re, gb, k); in get_ur_golomb_jpegls()
357 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb_jpegls()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/libwma/
H A Dffmpeg_get_bits.h223 # define SHOW_UBITS(name, gb, num)\ macro
229 # define SHOW_UBITS(name, gb, num)\ macro
284 # define SHOW_UBITS(name, gb, num)\ macro
359 # define SHOW_UBITS(name, gb, num)\ macro
421 tmp= SHOW_UBITS(re, s, n); in get_bits()
435 tmp= SHOW_UBITS(re, s, n); in show_bits()
599 index= SHOW_UBITS(name, gb, bits);\
609 index= SHOW_UBITS(name, gb, nb_bits) + code;\
618 index= SHOW_UBITS(name, gb, nb_bits) + code;\
631 index= SHOW_UBITS(name, gb, bits);\
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dget_bits.h203 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
206 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
266 tmp = SHOW_UBITS(re, s, n); in get_bits()
293 tmp = SHOW_UBITS(re, s, n); in show_bits()
494 index = SHOW_UBITS(name, gb, bits); \
504 index = SHOW_UBITS(name, gb, nb_bits) + code; \
513 index = SHOW_UBITS(name, gb, nb_bits) + code; \
527 index = SHOW_UBITS(name, gb, bits); \
539 index = SHOW_UBITS(name, gb, nb_bits) + level; \
653 int show = SHOW_UBITS(name, gb, 24); \
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/
H A Dget_bits.h203 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
206 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
276 tmp = SHOW_UBITS(re, s, n); in get_bits()
291 tmp = SHOW_UBITS(re, s, n); in show_bits()
505 index = SHOW_UBITS(name, gb, bits); \
515 index = SHOW_UBITS(name, gb, nb_bits) + code; \
524 index = SHOW_UBITS(name, gb, nb_bits) + code; \
538 index = SHOW_UBITS(name, gb, bits); \
550 index = SHOW_UBITS(name, gb, nb_bits) + level; \
664 int show = SHOW_UBITS(name, gb, 24); \
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dget_bits.h203 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
206 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
266 tmp = SHOW_UBITS(re, s, n); in get_bits()
293 tmp = SHOW_UBITS(re, s, n); in show_bits()
494 index = SHOW_UBITS(name, gb, bits); \
504 index = SHOW_UBITS(name, gb, nb_bits) + code; \
513 index = SHOW_UBITS(name, gb, nb_bits) + code; \
527 index = SHOW_UBITS(name, gb, bits); \
539 index = SHOW_UBITS(name, gb, nb_bits) + level; \
653 int show = SHOW_UBITS(name, gb, 24); \
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dget_bits.h208 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
211 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
404 tmp = SHOW_UBITS(re, s, n); in get_bits()
462 tmp = SHOW_UBITS(re, s, n); in show_bits()
711 index = SHOW_UBITS(name, gb, bits); \
721 index = SHOW_UBITS(name, gb, nb_bits) + code; \
730 index = SHOW_UBITS(name, gb, nb_bits) + code; \
744 index = SHOW_UBITS(name, gb, bits); \
756 index = SHOW_UBITS(name, gb, nb_bits) + level; \
766 index = SHOW_UBITS(name, gb, nb_bits) + level; \
H A Dgolomb.h417 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb()
483 …for (i = 0; i + MIN_CACHE_BITS <= limit && SHOW_UBITS(re, gb, MIN_CACHE_BITS) == 0; i += MIN_CACHE… in get_ur_golomb_jpegls()
491 for (; i < limit && SHOW_UBITS(re, gb, 1) == 0; i++) { in get_ur_golomb_jpegls()
500 buf = SHOW_UBITS(re, gb, 16) << (k-16); in get_ur_golomb_jpegls()
503 buf |= SHOW_UBITS(re, gb, k-16); in get_ur_golomb_jpegls()
506 buf = SHOW_UBITS(re, gb, k); in get_ur_golomb_jpegls()
515 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb_jpegls()
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavcodec/
H A Dget_bits.h208 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
211 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
404 tmp = SHOW_UBITS(re, s, n); in get_bits()
462 tmp = SHOW_UBITS(re, s, n); in show_bits()
711 index = SHOW_UBITS(name, gb, bits); \
721 index = SHOW_UBITS(name, gb, nb_bits) + code; \
730 index = SHOW_UBITS(name, gb, nb_bits) + code; \
744 index = SHOW_UBITS(name, gb, bits); \
756 index = SHOW_UBITS(name, gb, nb_bits) + level; \
766 index = SHOW_UBITS(name, gb, nb_bits) + level; \
H A Dgolomb.h415 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb()
481 …for (i = 0; i + MIN_CACHE_BITS <= limit && SHOW_UBITS(re, gb, MIN_CACHE_BITS) == 0; i += MIN_CACHE… in get_ur_golomb_jpegls()
489 for (; i < limit && SHOW_UBITS(re, gb, 1) == 0; i++) { in get_ur_golomb_jpegls()
498 buf = SHOW_UBITS(re, gb, 16) << (k-16); in get_ur_golomb_jpegls()
501 buf |= SHOW_UBITS(re, gb, k-16); in get_ur_golomb_jpegls()
504 buf = SHOW_UBITS(re, gb, k); in get_ur_golomb_jpegls()
513 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb_jpegls()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dget_bits.h208 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
211 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
404 tmp = SHOW_UBITS(re, s, n); in get_bits()
462 tmp = SHOW_UBITS(re, s, n); in show_bits()
711 index = SHOW_UBITS(name, gb, bits); \
721 index = SHOW_UBITS(name, gb, nb_bits) + code; \
730 index = SHOW_UBITS(name, gb, nb_bits) + code; \
744 index = SHOW_UBITS(name, gb, bits); \
756 index = SHOW_UBITS(name, gb, nb_bits) + level; \
766 index = SHOW_UBITS(name, gb, nb_bits) + level; \
H A Dgolomb.h417 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb()
483 …for (i = 0; i + MIN_CACHE_BITS <= limit && SHOW_UBITS(re, gb, MIN_CACHE_BITS) == 0; i += MIN_CACHE… in get_ur_golomb_jpegls()
491 for (; i < limit && SHOW_UBITS(re, gb, 1) == 0; i++) { in get_ur_golomb_jpegls()
500 buf = SHOW_UBITS(re, gb, 16) << (k-16); in get_ur_golomb_jpegls()
503 buf |= SHOW_UBITS(re, gb, k-16); in get_ur_golomb_jpegls()
506 buf = SHOW_UBITS(re, gb, k); in get_ur_golomb_jpegls()
515 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb_jpegls()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dget_bits.h208 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
211 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
402 tmp = SHOW_UBITS(re, s, n); in get_bits()
455 tmp = SHOW_UBITS(re, s, n); in show_bits()
676 index = SHOW_UBITS(name, gb, bits); \
686 index = SHOW_UBITS(name, gb, nb_bits) + code; \
695 index = SHOW_UBITS(name, gb, nb_bits) + code; \
709 index = SHOW_UBITS(name, gb, bits); \
721 index = SHOW_UBITS(name, gb, nb_bits) + level; \
731 index = SHOW_UBITS(name, gb, nb_bits) + level; \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dget_bits.h208 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
211 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
404 tmp = SHOW_UBITS(re, s, n); in get_bits()
462 tmp = SHOW_UBITS(re, s, n); in show_bits()
711 index = SHOW_UBITS(name, gb, bits); \
721 index = SHOW_UBITS(name, gb, nb_bits) + code; \
730 index = SHOW_UBITS(name, gb, nb_bits) + code; \
744 index = SHOW_UBITS(name, gb, bits); \
756 index = SHOW_UBITS(name, gb, nb_bits) + level; \
766 index = SHOW_UBITS(name, gb, nb_bits) + level; \
H A Dgolomb.h415 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb()
481 …for (i = 0; i + MIN_CACHE_BITS <= limit && SHOW_UBITS(re, gb, MIN_CACHE_BITS) == 0; i += MIN_CACHE… in get_ur_golomb_jpegls()
489 for (; i < limit && SHOW_UBITS(re, gb, 1) == 0; i++) { in get_ur_golomb_jpegls()
498 buf = SHOW_UBITS(re, gb, 16) << (k-16); in get_ur_golomb_jpegls()
501 buf |= SHOW_UBITS(re, gb, k-16); in get_ur_golomb_jpegls()
504 buf = SHOW_UBITS(re, gb, k); in get_ur_golomb_jpegls()
513 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb_jpegls()
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/
H A Dget_bits.h208 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
211 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
404 tmp = SHOW_UBITS(re, s, n); in get_bits()
462 tmp = SHOW_UBITS(re, s, n); in show_bits()
711 index = SHOW_UBITS(name, gb, bits); \
721 index = SHOW_UBITS(name, gb, nb_bits) + code; \
730 index = SHOW_UBITS(name, gb, nb_bits) + code; \
744 index = SHOW_UBITS(name, gb, bits); \
756 index = SHOW_UBITS(name, gb, nb_bits) + level; \
766 index = SHOW_UBITS(name, gb, nb_bits) + level; \
H A Dgolomb.h417 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb()
483 …for (i = 0; i + MIN_CACHE_BITS <= limit && SHOW_UBITS(re, gb, MIN_CACHE_BITS) == 0; i += MIN_CACHE… in get_ur_golomb_jpegls()
491 for (; i < limit && SHOW_UBITS(re, gb, 1) == 0; i++) { in get_ur_golomb_jpegls()
500 buf = SHOW_UBITS(re, gb, 16) << (k-16); in get_ur_golomb_jpegls()
503 buf |= SHOW_UBITS(re, gb, k-16); in get_ur_golomb_jpegls()
506 buf = SHOW_UBITS(re, gb, k); in get_ur_golomb_jpegls()
515 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb_jpegls()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dget_bits.h208 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
211 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
404 tmp = SHOW_UBITS(re, s, n); in get_bits()
462 tmp = SHOW_UBITS(re, s, n); in show_bits()
711 index = SHOW_UBITS(name, gb, bits); \
721 index = SHOW_UBITS(name, gb, nb_bits) + code; \
730 index = SHOW_UBITS(name, gb, nb_bits) + code; \
744 index = SHOW_UBITS(name, gb, bits); \
756 index = SHOW_UBITS(name, gb, nb_bits) + level; \
766 index = SHOW_UBITS(name, gb, nb_bits) + level; \
H A Dgolomb.h417 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb()
483 …for (i = 0; i + MIN_CACHE_BITS <= limit && SHOW_UBITS(re, gb, MIN_CACHE_BITS) == 0; i += MIN_CACHE… in get_ur_golomb_jpegls()
491 for (; i < limit && SHOW_UBITS(re, gb, 1) == 0; i++) { in get_ur_golomb_jpegls()
500 buf = SHOW_UBITS(re, gb, 16) << (k-16); in get_ur_golomb_jpegls()
503 buf |= SHOW_UBITS(re, gb, k-16); in get_ur_golomb_jpegls()
506 buf = SHOW_UBITS(re, gb, k); in get_ur_golomb_jpegls()
515 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb_jpegls()
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavcodec/
H A Dget_bits.h208 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
211 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
404 tmp = SHOW_UBITS(re, s, n); in get_bits()
462 tmp = SHOW_UBITS(re, s, n); in show_bits()
711 index = SHOW_UBITS(name, gb, bits); \
721 index = SHOW_UBITS(name, gb, nb_bits) + code; \
730 index = SHOW_UBITS(name, gb, nb_bits) + code; \
744 index = SHOW_UBITS(name, gb, bits); \
756 index = SHOW_UBITS(name, gb, nb_bits) + level; \
766 index = SHOW_UBITS(name, gb, nb_bits) + level; \
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavcodec/
H A Dget_bits.h208 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) macro
211 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_BE(name, gb, num) macro
404 tmp = SHOW_UBITS(re, s, n); in get_bits()
462 tmp = SHOW_UBITS(re, s, n); in show_bits()
711 index = SHOW_UBITS(name, gb, bits); \
721 index = SHOW_UBITS(name, gb, nb_bits) + code; \
730 index = SHOW_UBITS(name, gb, nb_bits) + code; \
744 index = SHOW_UBITS(name, gb, bits); \
756 index = SHOW_UBITS(name, gb, nb_bits) + level; \
766 index = SHOW_UBITS(name, gb, nb_bits) + level; \
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/wmafixed/
H A Dbitstream.h494 # define SHOW_UBITS(name, gb, num)\ macro
500 # define SHOW_UBITS(name, gb, num)\ macro
568 # define SHOW_UBITS(name, gb, num)\ macro
643 # define SHOW_UBITS(name, gb, num)\ macro
705 tmp= SHOW_UBITS(re, s, n); in get_bits()
719 tmp= SHOW_UBITS(re, s, n); in show_bits()
855 index= SHOW_UBITS(name, gb, bits);\
865 index= SHOW_UBITS(name, gb, nb_bits) + code;\
874 index= SHOW_UBITS(name, gb, nb_bits) + code;\
886 index= SHOW_UBITS(name, gb, bits);\
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dbitstream.h448 # define SHOW_UBITS(name, gb, num)\ macro
454 # define SHOW_UBITS(name, gb, num)\ macro
522 # define SHOW_UBITS(name, gb, num)\ macro
597 # define SHOW_UBITS(name, gb, num)\ macro
659 tmp= SHOW_UBITS(re, s, n); in get_bits()
673 tmp= SHOW_UBITS(re, s, n); in show_bits()
817 index= SHOW_UBITS(name, gb, bits);\
827 index= SHOW_UBITS(name, gb, nb_bits) + code;\
836 index= SHOW_UBITS(name, gb, nb_bits) + code;\
848 index= SHOW_UBITS(name, gb, bits);\
[all …]

1234567