Home
last modified time | relevance | path

Searched refs:modprod (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/
H A Dminimp3.h675 int k, modprod, sfc, ist = HDR_TEST_I_STEREO(hdr) && ch; in L3_decode_scalefactors() local
677 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in L3_decode_scalefactors()
679 for (modprod = 1, i = 3; i >= 0; i--) in L3_decode_scalefactors()
681 scf_size[i] = (uint8_t)(sfc / modprod % g_mod[k + i]); in L3_decode_scalefactors()
682 modprod *= g_mod[k + i]; in L3_decode_scalefactors()
/dports/emulators/mess/mame-mame0226/3rdparty/minimp3/
H A Dminimp3.h661 int k, modprod, sfc, ist = HDR_TEST_I_STEREO(hdr) && ch; in L3_decode_scalefactors() local
663 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in L3_decode_scalefactors()
665 for (modprod = 1, i = 3; i >= 0; i--) in L3_decode_scalefactors()
667 scf_size[i] = (uint8_t)(sfc / modprod % g_mod[k + i]); in L3_decode_scalefactors()
668 modprod *= g_mod[k + i]; in L3_decode_scalefactors()
/dports/audio/carla/Carla-2.4.1/source/modules/audio_decoder/
H A Dminimp3.h673 int k, modprod, sfc, ist = HDR_TEST_I_STEREO(hdr) && ch; in L3_decode_scalefactors() local
675 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in L3_decode_scalefactors()
677 for (modprod = 1, i = 3; i >= 0; i--) in L3_decode_scalefactors()
679 scf_size[i] = (uint8_t)(sfc / modprod % g_mod[k + i]); in L3_decode_scalefactors()
680 modprod *= g_mod[k + i]; in L3_decode_scalefactors()
H A Ddr_mp3.h1184 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
1186 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
1188 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
1190 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
1191 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A Dminimp3.h673 int k, modprod, sfc, ist = HDR_TEST_I_STEREO(hdr) && ch; in L3_decode_scalefactors() local
675 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in L3_decode_scalefactors()
677 for (modprod = 1, i = 3; i >= 0; i--) in L3_decode_scalefactors()
679 scf_size[i] = (uint8_t)(sfc / modprod % g_mod[k + i]); in L3_decode_scalefactors()
680 modprod *= g_mod[k + i]; in L3_decode_scalefactors()
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/src/
H A Dminimp3.h673 int k, modprod, sfc, ist = HDR_TEST_I_STEREO(hdr) && ch; in L3_decode_scalefactors() local
675 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in L3_decode_scalefactors()
677 for (modprod = 1, i = 3; i >= 0; i--) in L3_decode_scalefactors()
679 scf_size[i] = (uint8_t)(sfc / modprod % g_mod[k + i]); in L3_decode_scalefactors()
680 modprod *= g_mod[k + i]; in L3_decode_scalefactors()
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A Dminimp3.h673 int k, modprod, sfc, ist = HDR_TEST_I_STEREO(hdr) && ch; in L3_decode_scalefactors() local
675 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in L3_decode_scalefactors()
677 for (modprod = 1, i = 3; i >= 0; i--) in L3_decode_scalefactors()
679 scf_size[i] = (uint8_t)(sfc / modprod % g_mod[k + i]); in L3_decode_scalefactors()
680 modprod *= g_mod[k + i]; in L3_decode_scalefactors()
/dports/audio/minimp3/minimp3-ca7c706/
H A Dminimp3.h675 int k, modprod, sfc, ist = HDR_TEST_I_STEREO(hdr) && ch; in L3_decode_scalefactors() local
677 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in L3_decode_scalefactors()
679 for (modprod = 1, i = 3; i >= 0; i--) in L3_decode_scalefactors()
681 scf_size[i] = (uint8_t)(sfc / modprod % g_mod[k + i]); in L3_decode_scalefactors()
682 modprod *= g_mod[k + i]; in L3_decode_scalefactors()
/dports/audio/libaudec/libaudec-0.3.4/inc/
H A Dminimp3.h673 int k, modprod, sfc, ist = HDR_TEST_I_STEREO(hdr) && ch; in L3_decode_scalefactors() local
675 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in L3_decode_scalefactors()
677 for (modprod = 1, i = 3; i >= 0; i--) in L3_decode_scalefactors()
679 scf_size[i] = (uint8_t)(sfc / modprod % g_mod[k + i]); in L3_decode_scalefactors()
680 modprod *= g_mod[k + i]; in L3_decode_scalefactors()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/minimp3-sys-0.3.2/minimp3/
H A Dminimp3.h663 int k, modprod, sfc, ist = HDR_TEST_I_STEREO(hdr) && ch; in L3_decode_scalefactors() local
665 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in L3_decode_scalefactors()
667 for (modprod = 1, i = 3; i >= 0; i--) in L3_decode_scalefactors()
669 scf_size[i] = (uint8_t)(sfc / modprod % g_mod[k + i]); in L3_decode_scalefactors()
670 modprod *= g_mod[k + i]; in L3_decode_scalefactors()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dminimp3.h665 int k, modprod, sfc, ist = HDR_TEST_I_STEREO(hdr) && ch; in L3_decode_scalefactors() local
667 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in L3_decode_scalefactors()
669 for (modprod = 1, i = 3; i >= 0; i--) in L3_decode_scalefactors()
671 scf_size[i] = (uint8_t)(sfc / modprod % g_mod[k + i]); in L3_decode_scalefactors()
672 modprod *= g_mod[k + i]; in L3_decode_scalefactors()
/dports/emulators/mame/mame-mame0226/3rdparty/minimp3/
H A Dminimp3.h661 int k, modprod, sfc, ist = HDR_TEST_I_STEREO(hdr) && ch; in L3_decode_scalefactors() local
663 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in L3_decode_scalefactors()
665 for (modprod = 1, i = 3; i >= 0; i--) in L3_decode_scalefactors()
667 scf_size[i] = (uint8_t)(sfc / modprod % g_mod[k + i]); in L3_decode_scalefactors()
668 modprod *= g_mod[k + i]; in L3_decode_scalefactors()
/dports/games/retroarch/RetroArch-1.9.7/deps/dr/
H A Ddr_mp3.h890 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
892 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
894 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
896 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
897 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Ddr_mp3.h1037 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
1039 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
1041 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
1043 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
1044 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/dr/
H A Ddr_mp3.h1037 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
1039 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
1041 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
1043 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
1044 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Ddr_mp3.h1188 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
1190 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
1192 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
1194 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
1195 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()
/dports/math/kfr/kfr-4.2.1/include/kfr/io/dr/
H A Ddr_mp3.h1122 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
1124 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
1126 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
1128 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
1129 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/src/
H A Ddr_mp3.h1226 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
1228 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
1230 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
1232 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
1233 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Ddr_mp3.h1184 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
1186 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
1188 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
1190 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
1191 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Ddr_mp3.h1184 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
1186 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
1188 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
1190 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
1191 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Ddr_mp3.h1184 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
1186 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
1188 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
1190 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
1191 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()
H A Dminiaudio.h61610 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
61612 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
61614 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
61616 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
61617 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/miniaudio_split/
H A Dminiaudio.c53860 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
53862 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
53864 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
53866 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
53867 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/
H A Dminiaudio.h59611 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
59613 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
59615 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
59617 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
59618 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/miniaudio_split/
H A Dminiaudio.c59954 int k, modprod, sfc, ist = DRMP3_HDR_TEST_I_STEREO(hdr) && ch; in drmp3_L3_decode_scalefactors() local
59956 for (k = ist*3*4; sfc >= 0; sfc -= modprod, k += 4) in drmp3_L3_decode_scalefactors()
59958 for (modprod = 1, i = 3; i >= 0; i--) in drmp3_L3_decode_scalefactors()
59960 scf_size[i] = (drmp3_uint8)(sfc / modprod % g_mod[k + i]); in drmp3_L3_decode_scalefactors()
59961 modprod *= g_mod[k + i]; in drmp3_L3_decode_scalefactors()

12