/dports/emulators/mess/mame-mame0226/src/devices/sound/ |
H A D | st0016.cpp | 65 int32_t *mixp; in sound_stream_update() local 77 mixp = &mix[0]; in sound_stream_update() 89 *mixp++ += (sample * (char)slot[0x14]) >> 8; in sound_stream_update() 90 *mixp++ += (sample * (char)slot[0x15]) >> 8; in sound_stream_update() 126 mixp = &mix[0]; in sound_stream_update() 129 outputs[0].put_int(i, *mixp++, 32768<<4); in sound_stream_update() 130 outputs[1].put_int(i, *mixp++, 32768<<4); in sound_stream_update()
|
H A D | nile.cpp | 91 int32_t *mixp; in sound_stream_update() local 106 mixp = &mix[0]; in sound_stream_update() 119 *mixp++ += (sample * (int32_t)slot[NILE_REG_VOL_R]) >> 16; in sound_stream_update() 120 *mixp++ += (sample * (int32_t)slot[NILE_REG_VOL_L]) >> 16; in sound_stream_update() 162 mixp = &mix[0]; in sound_stream_update() 165 outputs[0].put_int(i, *mixp++, 32768 * 16); in sound_stream_update() 166 outputs[1].put_int(i, *mixp++, 32768 * 16); in sound_stream_update()
|
H A D | ymf271.cpp | 520 *mixp++ += (sample * ch0_vol) >> 16; in update_pcm() 521 *mixp++ += (sample * ch1_vol) >> 16; in update_pcm() 522 *mixp++ += (sample * ch2_vol) >> 16; in update_pcm() 523 *mixp++ += (sample * ch3_vol) >> 16; in update_pcm() 573 int32_t *mixp; in sound_stream_update() local 580 mixp = &m_mix_buffer[0]; in sound_stream_update() 598 mixp = &m_mix_buffer[0]; in sound_stream_update() 833 mixp = &m_mix_buffer[0]; in sound_stream_update() 899 mixp = &m_mix_buffer[0]; in sound_stream_update() 1008 mixp = &m_mix_buffer[0]; in sound_stream_update() [all …]
|
H A D | ymf278b.cpp | 223 int32_t *mixp; in sound_stream_update() local 244 mixp = &m_mix_buffer[0]; in sound_stream_update() 287 mixp++; in sound_stream_update() 288 mixp++; in sound_stream_update() 296 mixp++; in sound_stream_update() 297 mixp++; in sound_stream_update() 316 mixp = &m_mix_buffer[0]; in sound_stream_update() 321 outputs[0].add_int(i, (*mixp++ * vl) >> 16, 32768); in sound_stream_update() 322 outputs[1].add_int(i, (*mixp++ * vr) >> 16, 32768); in sound_stream_update() 323 outputs[4].put_int(i, *mixp++, 32768); in sound_stream_update() [all …]
|
H A D | es5503.cpp | 137 int32_t *mixp; in sound_stream_update() local 162 mixp = &m_mix_buffer[0] + chan; in sound_stream_update() 181 *mixp += data * vol; in sound_stream_update() 182 mixp += output_channels; in sound_stream_update() 204 mixp = &m_mix_buffer[0]; in sound_stream_update() 209 outputs[chan].put_int(i, *mixp++, 32768*8); in sound_stream_update()
|
/dports/emulators/mame/mame-mame0226/src/devices/sound/ |
H A D | st0016.cpp | 65 int32_t *mixp; in sound_stream_update() local 77 mixp = &mix[0]; in sound_stream_update() 89 *mixp++ += (sample * (char)slot[0x14]) >> 8; in sound_stream_update() 90 *mixp++ += (sample * (char)slot[0x15]) >> 8; in sound_stream_update() 126 mixp = &mix[0]; in sound_stream_update() 129 outputs[0].put_int(i, *mixp++, 32768<<4); in sound_stream_update() 130 outputs[1].put_int(i, *mixp++, 32768<<4); in sound_stream_update()
|
H A D | nile.cpp | 91 int32_t *mixp; in sound_stream_update() local 106 mixp = &mix[0]; in sound_stream_update() 119 *mixp++ += (sample * (int32_t)slot[NILE_REG_VOL_R]) >> 16; in sound_stream_update() 120 *mixp++ += (sample * (int32_t)slot[NILE_REG_VOL_L]) >> 16; in sound_stream_update() 162 mixp = &mix[0]; in sound_stream_update() 165 outputs[0].put_int(i, *mixp++, 32768 * 16); in sound_stream_update() 166 outputs[1].put_int(i, *mixp++, 32768 * 16); in sound_stream_update()
|
H A D | ymf271.cpp | 520 *mixp++ += (sample * ch0_vol) >> 16; in update_pcm() 521 *mixp++ += (sample * ch1_vol) >> 16; in update_pcm() 522 *mixp++ += (sample * ch2_vol) >> 16; in update_pcm() 523 *mixp++ += (sample * ch3_vol) >> 16; in update_pcm() 573 int32_t *mixp; in sound_stream_update() local 580 mixp = &m_mix_buffer[0]; in sound_stream_update() 598 mixp = &m_mix_buffer[0]; in sound_stream_update() 833 mixp = &m_mix_buffer[0]; in sound_stream_update() 899 mixp = &m_mix_buffer[0]; in sound_stream_update() 1008 mixp = &m_mix_buffer[0]; in sound_stream_update() [all …]
|
H A D | ymf278b.cpp | 223 int32_t *mixp; in sound_stream_update() local 244 mixp = &m_mix_buffer[0]; in sound_stream_update() 287 mixp++; in sound_stream_update() 288 mixp++; in sound_stream_update() 296 mixp++; in sound_stream_update() 297 mixp++; in sound_stream_update() 316 mixp = &m_mix_buffer[0]; in sound_stream_update() 321 outputs[0].add_int(i, (*mixp++ * vl) >> 16, 32768); in sound_stream_update() 322 outputs[1].add_int(i, (*mixp++ * vr) >> 16, 32768); in sound_stream_update() 323 outputs[4].put_int(i, *mixp++, 32768); in sound_stream_update() [all …]
|
H A D | es5503.cpp | 137 int32_t *mixp; in sound_stream_update() local 162 mixp = &m_mix_buffer[0] + chan; in sound_stream_update() 181 *mixp += data * vol; in sound_stream_update() 182 mixp += output_channels; in sound_stream_update() 204 mixp = &m_mix_buffer[0]; in sound_stream_update() 209 outputs[chan].put_int(i, *mixp++, 32768*8); in sound_stream_update()
|
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/ |
H A D | ymf271.cpp | 693 INT32 *mixp; in ymf271_update() local 700 mixp = &m_mix_buffer[0]; in ymf271_update() 718 mixp = &m_mix_buffer[0]; in ymf271_update() 953 mixp = &m_mix_buffer[0]; in ymf271_update() 1019 mixp = &m_mix_buffer[0]; in ymf271_update() 1128 mixp = &m_mix_buffer[0]; in ymf271_update() 1145 mixp = &m_mix_buffer[0]; in ymf271_update() 1148 buffers[0][i] = (*mixp++)>>2; in ymf271_update() 1149 buffers[1][i] = (*mixp++)>>2; in ymf271_update() 1150 buffers[2][i] = (*mixp++)>>2; in ymf271_update() [all …]
|
H A D | ymf278b.c | 339 INT32 *mixp; in ymf278b_pcm_update() local 350 mixp = m_mix_buffer; in ymf278b_pcm_update() 391 *mixp++ += (sample * m_volume[slot->TL+m_pan_left [slot->pan]+(slot->env_vol>>23)])>>17; in ymf278b_pcm_update() 392 *mixp++ += (sample * m_volume[slot->TL+m_pan_right[slot->pan]+(slot->env_vol>>23)])>>17; in ymf278b_pcm_update() 410 mixp = m_mix_buffer; in ymf278b_pcm_update() 415 outputs[0][i] = (*mixp++ * vl) >> 16; in ymf278b_pcm_update() 416 outputs[1][i] = (*mixp++ * vr) >> 16; in ymf278b_pcm_update()
|
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/ |
H A D | ymf271.c | 637 *mixp++ += (sample * ch0_vol) >> 16; in update_pcm() 638 *mixp++ += (sample * ch1_vol) >> 16; in update_pcm() 685 INT32 *mixp; in ymf271_update() local 693 mixp = &chip->mix_buffer[0]; in ymf271_update() 942 mixp = chip->mix_buffer; in ymf271_update() 1107 mixp = chip->mix_buffer; in ymf271_update() 1108 update_pcm(chip, j + (3*12), mixp, samples); in ymf271_update() 1115 update_pcm(chip, j + (0*12), mixp, samples); in ymf271_update() 1124 mixp = chip->mix_buffer; in ymf271_update() 1127 outputs[0][i] = (*mixp++)>>2; in ymf271_update() [all …]
|
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/ |
H A D | ymf271.c | 636 *mixp++ += (sample * ch0_vol) >> 16; 637 *mixp++ += (sample * ch1_vol) >> 16; 684 INT32 *mixp; 693 mixp = &chip->mix_buffer[0]; 942 mixp = chip->mix_buffer; 1107 mixp = chip->mix_buffer; 1108 update_pcm(chip, j + (3*12), mixp, samples); 1115 update_pcm(chip, j + (0*12), mixp, samples); 1124 mixp = chip->mix_buffer; 1127 outputs[0][i] = (*mixp++)>>2; [all …]
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/ |
H A D | ymf271.c | 96 INT32 *mixp; in ymf271_pcm_update() local 109 mixp = &mix[0]; in ymf271_pcm_update() 127 *mixp++ += (sample * volume[slot->tl])>>16; in ymf271_pcm_update() 128 *mixp++ += (sample * volume[slot->tl])>>16; in ymf271_pcm_update() 141 mixp = &mix[0]; in ymf271_pcm_update() 144 outputs[0][i] = (*mixp++)>>4; in ymf271_pcm_update() 145 outputs[1][i] = (*mixp++)>>4; in ymf271_pcm_update()
|
H A D | ymf278b.c | 236 INT32 *mixp; in ymf278b_pcm_update() local 249 mixp = mix; in ymf278b_pcm_update() 272 *mixp++ += (sample * volume[slot->TL+pan_left [slot->pan]+(slot->env_vol>>23)])>>16; in ymf278b_pcm_update() 273 *mixp++ += (sample * volume[slot->TL+pan_right[slot->pan]+(slot->env_vol>>23)])>>16; in ymf278b_pcm_update() 300 mixp = mix; in ymf278b_pcm_update() 305 outputs[0][i] = (*mixp++ * vl) >> 16; in ymf278b_pcm_update() 306 outputs[1][i] = (*mixp++ * vr) >> 16; in ymf278b_pcm_update()
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/ |
H A D | ymf271.c | 100 INT32 *mixp; in ymf271_pcm_update() local 113 mixp = &mix[0]; in ymf271_pcm_update() 131 *mixp++ += (sample * volume[slot->tl])>>16; in ymf271_pcm_update() 132 *mixp++ += (sample * volume[slot->tl])>>16; in ymf271_pcm_update() 145 mixp = &mix[0]; in ymf271_pcm_update() 148 outputs[0][i] = (*mixp++)>>4; in ymf271_pcm_update() 149 outputs[1][i] = (*mixp++)>>4; in ymf271_pcm_update()
|
H A D | ymf278b.c | 236 INT32 *mixp; in ymf278b_pcm_update() local 249 mixp = mix; in ymf278b_pcm_update() 272 *mixp++ += (sample * volume[slot->TL+pan_left [slot->pan]+(slot->env_vol>>23)])>>17; in ymf278b_pcm_update() 273 *mixp++ += (sample * volume[slot->TL+pan_right[slot->pan]+(slot->env_vol>>23)])>>17; in ymf278b_pcm_update() 300 mixp = mix; in ymf278b_pcm_update() 305 outputs[0][i] = (*mixp++ * vl) >> 16; in ymf278b_pcm_update() 306 outputs[1][i] = (*mixp++ * vr) >> 16; in ymf278b_pcm_update()
|
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/ |
H A D | ymf278b.c | 339 INT32 *mixp; in ymf278b_pcm_update() local 350 mixp = m_mix_buffer; in ymf278b_pcm_update() 391 *mixp++ += (sample * m_volume[slot->TL+m_pan_left [slot->pan]+(slot->env_vol>>23)])>>17; in ymf278b_pcm_update() 392 *mixp++ += (sample * m_volume[slot->TL+m_pan_right[slot->pan]+(slot->env_vol>>23)])>>17; in ymf278b_pcm_update() 410 mixp = m_mix_buffer; in ymf278b_pcm_update() 415 outputs[0][i] = (*mixp++ * vl) >> 16; in ymf278b_pcm_update() 416 outputs[1][i] = (*mixp++ * vr) >> 16; in ymf278b_pcm_update()
|
/dports/multimedia/xvid/xvidcore/src/image/ia64_asm/ |
H A D | interpolate8x8_ia64_exact.s | 87 ….rotp aldp[LL], sh1p[SL], or1p[OL], pshb[PSH], pshe[PSH],addp[AL],add2p[AL],pavg1p[AVL],mixp[ML],s… 118 (mixp[0]) mix1.r pmix1[0] = avg2[AVL],avg1[AVL] 175 ….rotp aldp[LL], sh1p[SL], or1p[OL], pshb[PSH], pshe[PSH],addp[AL],add2p[AL],pavg1p[AVL],mixp[ML],s… 210 (mixp[0]) mix1.r pmix1[0] = avg2[AVL],avg1[AVL] 270 …], sh1p[SL],or1p[OL],pshb[PSH],pshe[PSH],addp[AL],add2p[AL],add3p[AL],pavg1p[AVL],mixp[ML],stp[STL] 328 (mixp[0]) mix1.r pmix1[0] = avg2[AVL],avg1[AVL]
|
/dports/emulators/citra/citra-ac98458e0/externals/teakra/src/test_verifier/ |
H A D | main.cpp | 58 regs.mixp = test_case.before.mixp; in main() 148 Check("mixp", test_case.after.mixp, regs.mixp); in main() 207 std::printf("mixp = %04X\n", test_case.before.mixp); in main()
|
/dports/emulators/citra-qt5/citra-ac98458e0/externals/teakra/src/test_verifier/ |
H A D | main.cpp | 58 regs.mixp = test_case.before.mixp; in main() 148 Check("mixp", test_case.after.mixp, regs.mixp); in main() 207 std::printf("mixp = %04X\n", test_case.before.mixp); in main()
|
/dports/audio/rem/rem-0.5.3/src/aumix/ |
H A D | aumix.c | 201 int aumix_alloc(struct aumix **mixp, uint32_t srate, 207 if (!mixp || !srate || !ch || !ptime) 239 *mixp = mix;
|
/dports/audio/rem/rem-0.5.3/include/ |
H A D | rem_aumix.h | 19 int aumix_alloc(struct aumix **mixp, uint32_t srate,
|
H A D | rem_vidmix.h | 21 int vidmix_alloc(struct vidmix **mixp);
|