Home
last modified time | relevance | path

Searched refs:extra_slot (Results 1 – 25 of 34) sorted by relevance

12

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dlzw.c59 int extra_slot; member
155 s->extra_slot = s->mode == FF_LZW_TIFF; in ff_lzw_decode_init()
215 if (s->slot >= s->top_slot - s->extra_slot) { in ff_lzw_decode()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dlzw.c59 int extra_slot; member
151 s->extra_slot = s->mode == FF_LZW_TIFF; in ff_lzw_decode_init()
211 if (s->slot >= s->top_slot - s->extra_slot) { in ff_lzw_decode()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dlzw.c57 int extra_slot; member
155 s->extra_slot = s->mode == FF_LZW_TIFF; in ff_lzw_decode_init()
215 if (s->slot >= s->top_slot - s->extra_slot) { in ff_lzw_decode()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dlzw.c59 int extra_slot; member
155 s->extra_slot = s->mode == FF_LZW_TIFF; in ff_lzw_decode_init()
215 if (s->slot >= s->top_slot - s->extra_slot) { in ff_lzw_decode()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dlzw.c59 int extra_slot; member
152 s->extra_slot = s->mode == FF_LZW_TIFF; in ff_lzw_decode_init()
212 if (s->slot >= s->top_slot - s->extra_slot) { in ff_lzw_decode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dlzw.c59 int extra_slot; member
155 s->extra_slot = s->mode == FF_LZW_TIFF; in ff_lzw_decode_init()
215 if (s->slot >= s->top_slot - s->extra_slot) { in ff_lzw_decode()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dlzw.c59 int extra_slot; member
151 s->extra_slot = s->mode == FF_LZW_TIFF; in ff_lzw_decode_init()
211 if (s->slot >= s->top_slot - s->extra_slot) { in ff_lzw_decode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dlzw.c59 int extra_slot; member
155 s->extra_slot = s->mode == FF_LZW_TIFF; in ff_lzw_decode_init()
215 if (s->slot >= s->top_slot - s->extra_slot) { in ff_lzw_decode()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/aenc/
H A Dmusicin.c476 int whole_SpF, extra_slot = 0; local
546 extra_slot = 0;
550 extra_slot = 1;
555 adb = (whole_SpF+extra_slot) * bitsPerSlot;
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dmusicin.c117 int whole_SpF, extra_slot = 0; in main() local
377 extra_slot = 0; in main()
382 extra_slot = 1; in main()
387 adb = (whole_SpF + extra_slot) * bitsPerSlot; in main()
600 adb = (whole_SpF + extra_slot) * bitsPerSlot - lfe_bits; in main()
685 if (frameBits < (whole_SpF + extra_slot) * bitsPerSlot) { in main()
686 adb = (whole_SpF + extra_slot) * bitsPerSlot - frameBits; in main()
694 adb, frameBits - (whole_SpF + extra_slot) * bitsPerSlot); in main()
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/lib/
H A Dconnection_add.c99 int extra_slot; in thread_main_handle_connection() local
356 extra_slot = 0; in thread_main_handle_connection()
362 extra_slot = 1; in thread_main_handle_connection()
367 1 + extra_slot, in thread_main_handle_connection()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/HUD.ocd/Controller.ocd/ControllerInventoryBar.ocd/
H A DScript.c66 extra_slot = in AssembleInventoryButton()
259 extra_slot = in UpdateInventory()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp602 jint extra_slot = (_type == T_LONG || _type == T_DOUBLE) ? 1 : 0; in check_slot_type_no_lvt() local
604 if (_index < 0 || _index + extra_slot >= method->max_locals()) { in check_slot_type_no_lvt()
615 if (extra_slot) { in check_slot_type_no_lvt()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp610 jint extra_slot = (_type == T_LONG || _type == T_DOUBLE) ? 1 : 0; in check_slot_type_no_lvt() local
612 if (_index < 0 || _index + extra_slot >= method->max_locals()) { in check_slot_type_no_lvt()
623 if (extra_slot) { in check_slot_type_no_lvt()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiImpl.cpp706 jint extra_slot = (_type == T_LONG || _type == T_DOUBLE) ? 1 : 0; in check_slot_type_no_lvt() local
708 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type_no_lvt()
719 if (extra_slot) { in check_slot_type_no_lvt()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp615 jint extra_slot = (_type == T_LONG || _type == T_DOUBLE) ? 1 : 0; in check_slot_type_no_lvt() local
617 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type_no_lvt()
628 if (extra_slot) { in check_slot_type_no_lvt()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp708 jint extra_slot = (_type == T_LONG || _type == T_DOUBLE) ? 1 : 0; in check_slot_type_no_lvt() local
710 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type_no_lvt()
721 if (extra_slot) { in check_slot_type_no_lvt()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp691 jint extra_slot = (_type == T_LONG || _type == T_DOUBLE) ? 1 : 0; in check_slot_type_no_lvt() local
693 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type_no_lvt()
704 if (extra_slot) { in check_slot_type_no_lvt()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp643 jint extra_slot = (_type == T_LONG || _type == T_DOUBLE) ? 1 : 0; in check_slot_type() local
644 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp643 jint extra_slot = (_type == T_LONG || _type == T_DOUBLE) ? 1 : 0; in check_slot_type() local
644 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp637 jint extra_slot = (_type == T_LONG || _type == T_DOUBLE) ? 1 : 0; in check_slot_type() local
638 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp637 jint extra_slot = (_type == T_LONG || _type == T_DOUBLE) ? 1 : 0; in check_slot_type() local
638 if (_index < 0 || _index + extra_slot >= method_oop->max_locals()) { in check_slot_type()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/microhttpd/
H A Ddaemon.c1788 int extra_slot; in thread_main_handle_connection() local
2036 extra_slot = 0; in thread_main_handle_connection()
2042 extra_slot = 1; in thread_main_handle_connection()
2047 1 + extra_slot, in thread_main_handle_connection()
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/microhttpd/
H A Ddaemon.c1881 int extra_slot; in thread_main_handle_connection() local
2145 extra_slot = 0; in thread_main_handle_connection()
2151 extra_slot = 1; in thread_main_handle_connection()
2156 1 + extra_slot, in thread_main_handle_connection()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A DclassFileParser.cpp1867 u2 extra_slot = 0; in parse_localvariable_table() local
1874 extra_slot = 1; in parse_localvariable_table()
1877 guarantee_property((index + extra_slot) < max_locals, in parse_localvariable_table()

12