Home
last modified time | relevance | path

Searched refs:FLUSH_BITS (Results 1 – 11 of 11) sorted by relevance

/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/
H A Dminimp3.h766 #define FLUSH_BITS(n) { bs_cache <<= (n); bs_sh += (n); } in L3_huffman() macro
797 FLUSH_BITS(w); in L3_huffman()
801 FLUSH_BITS(leaf >> 8); in L3_huffman()
809 FLUSH_BITS(linbits); in L3_huffman()
816 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
834 FLUSH_BITS(w); in L3_huffman()
838 FLUSH_BITS(leaf >> 8); in L3_huffman()
844 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
860 FLUSH_BITS(leaf & 7); in L3_huffman()
866 …Q_COUNT1(s) if (leaf & (128 >> s)) { dst[s] = ((int32_t)bs_cache < 0) ? -one : one; FLUSH_BITS(1) } in L3_huffman()
/dports/audio/carla/Carla-2.4.1/source/modules/audio_decoder/
H A Dminimp3.h764 #define FLUSH_BITS(n) { bs_cache <<= (n); bs_sh += (n); } in L3_huffman() macro
795 FLUSH_BITS(w); in L3_huffman()
799 FLUSH_BITS(leaf >> 8); in L3_huffman()
807 FLUSH_BITS(linbits); in L3_huffman()
814 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
832 FLUSH_BITS(w); in L3_huffman()
836 FLUSH_BITS(leaf >> 8); in L3_huffman()
842 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
858 FLUSH_BITS(leaf & 7); in L3_huffman()
864 …Q_COUNT1(s) if (leaf & (128 >> s)) { dst[s] = ((int32_t)bs_cache < 0) ? -one : one; FLUSH_BITS(1) } in L3_huffman()
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A Dminimp3.h764 #define FLUSH_BITS(n) { bs_cache <<= (n); bs_sh += (n); } in L3_huffman() macro
795 FLUSH_BITS(w); in L3_huffman()
799 FLUSH_BITS(leaf >> 8); in L3_huffman()
807 FLUSH_BITS(linbits); in L3_huffman()
814 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
832 FLUSH_BITS(w); in L3_huffman()
836 FLUSH_BITS(leaf >> 8); in L3_huffman()
842 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
858 FLUSH_BITS(leaf & 7); in L3_huffman()
864 …Q_COUNT1(s) if (leaf & (128 >> s)) { dst[s] = ((int32_t)bs_cache < 0) ? -one : one; FLUSH_BITS(1) } in L3_huffman()
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/src/
H A Dminimp3.h764 #define FLUSH_BITS(n) { bs_cache <<= (n); bs_sh += (n); } in L3_huffman() macro
795 FLUSH_BITS(w); in L3_huffman()
799 FLUSH_BITS(leaf >> 8); in L3_huffman()
807 FLUSH_BITS(linbits); in L3_huffman()
814 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
832 FLUSH_BITS(w); in L3_huffman()
836 FLUSH_BITS(leaf >> 8); in L3_huffman()
842 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
858 FLUSH_BITS(leaf & 7); in L3_huffman()
864 …Q_COUNT1(s) if (leaf & (128 >> s)) { dst[s] = ((int32_t)bs_cache < 0) ? -one : one; FLUSH_BITS(1) } in L3_huffman()
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A Dminimp3.h764 #define FLUSH_BITS(n) { bs_cache <<= (n); bs_sh += (n); } in L3_huffman() macro
795 FLUSH_BITS(w); in L3_huffman()
799 FLUSH_BITS(leaf >> 8); in L3_huffman()
807 FLUSH_BITS(linbits); in L3_huffman()
814 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
832 FLUSH_BITS(w); in L3_huffman()
836 FLUSH_BITS(leaf >> 8); in L3_huffman()
842 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
858 FLUSH_BITS(leaf & 7); in L3_huffman()
864 …Q_COUNT1(s) if (leaf & (128 >> s)) { dst[s] = ((int32_t)bs_cache < 0) ? -one : one; FLUSH_BITS(1) } in L3_huffman()
/dports/audio/minimp3/minimp3-ca7c706/
H A Dminimp3.h766 #define FLUSH_BITS(n) { bs_cache <<= (n); bs_sh += (n); } in L3_huffman() macro
797 FLUSH_BITS(w); in L3_huffman()
801 FLUSH_BITS(leaf >> 8); in L3_huffman()
809 FLUSH_BITS(linbits); in L3_huffman()
816 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
834 FLUSH_BITS(w); in L3_huffman()
838 FLUSH_BITS(leaf >> 8); in L3_huffman()
844 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
860 FLUSH_BITS(leaf & 7); in L3_huffman()
866 …Q_COUNT1(s) if (leaf & (128 >> s)) { dst[s] = ((int32_t)bs_cache < 0) ? -one : one; FLUSH_BITS(1) } in L3_huffman()
/dports/audio/libaudec/libaudec-0.3.4/inc/
H A Dminimp3.h764 #define FLUSH_BITS(n) { bs_cache <<= (n); bs_sh += (n); } in L3_huffman() macro
795 FLUSH_BITS(w); in L3_huffman()
799 FLUSH_BITS(leaf >> 8); in L3_huffman()
807 FLUSH_BITS(linbits); in L3_huffman()
814 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
832 FLUSH_BITS(w); in L3_huffman()
836 FLUSH_BITS(leaf >> 8); in L3_huffman()
842 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
858 FLUSH_BITS(leaf & 7); in L3_huffman()
864 …Q_COUNT1(s) if (leaf & (128 >> s)) { dst[s] = ((int32_t)bs_cache < 0) ? -one : one; FLUSH_BITS(1) } in L3_huffman()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/minimp3-sys-0.3.2/minimp3/
H A Dminimp3.h754 #define FLUSH_BITS(n) { bs_cache <<= (n); bs_sh += (n); } in L3_huffman() macro
785 FLUSH_BITS(w); in L3_huffman()
789 FLUSH_BITS(leaf >> 8); in L3_huffman()
797 FLUSH_BITS(linbits); in L3_huffman()
804 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
822 FLUSH_BITS(w); in L3_huffman()
826 FLUSH_BITS(leaf >> 8); in L3_huffman()
832 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
848 FLUSH_BITS(leaf & 7); in L3_huffman()
854 …Q_COUNT1(s) if (leaf & (128 >> s)) { dst[s] = ((int32_t)bs_cache < 0) ? -one : one; FLUSH_BITS(1) } in L3_huffman()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dminimp3.h756 #define FLUSH_BITS(n) { bs_cache <<= (n); bs_sh += (n); } in L3_huffman() macro
787 FLUSH_BITS(w); in L3_huffman()
791 FLUSH_BITS(leaf >> 8); in L3_huffman()
799 FLUSH_BITS(linbits); in L3_huffman()
806 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
824 FLUSH_BITS(w); in L3_huffman()
828 FLUSH_BITS(leaf >> 8); in L3_huffman()
834 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
850 FLUSH_BITS(leaf & 7); in L3_huffman()
856 …Q_COUNT1(s) if (leaf & (128 >> s)) { dst[s] = ((int32_t)bs_cache < 0) ? -one : one; FLUSH_BITS(1) } in L3_huffman()
/dports/emulators/mess/mame-mame0226/3rdparty/minimp3/
H A Dminimp3.h752 #define FLUSH_BITS(n) { bs_cache <<= (n); bs_sh += (n); } in L3_huffman() macro
781 FLUSH_BITS(w); in L3_huffman()
785 FLUSH_BITS(leaf >> 8); in L3_huffman()
793 FLUSH_BITS(linbits); in L3_huffman()
800 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
815 FLUSH_BITS(leaf & 7); in L3_huffman()
821 …Q_COUNT1(s) if (leaf & (128 >> s)) { dst[s] = ((int32_t)bs_cache < 0) ? -one : one; FLUSH_BITS(1) } in L3_huffman()
/dports/emulators/mame/mame-mame0226/3rdparty/minimp3/
H A Dminimp3.h752 #define FLUSH_BITS(n) { bs_cache <<= (n); bs_sh += (n); } in L3_huffman() macro
781 FLUSH_BITS(w); in L3_huffman()
785 FLUSH_BITS(leaf >> 8); in L3_huffman()
793 FLUSH_BITS(linbits); in L3_huffman()
800 FLUSH_BITS(lsb ? 1 : 0); in L3_huffman()
815 FLUSH_BITS(leaf & 7); in L3_huffman()
821 …Q_COUNT1(s) if (leaf & (128 >> s)) { dst[s] = ((int32_t)bs_cache < 0) ? -one : one; FLUSH_BITS(1) } in L3_huffman()