Home
last modified time | relevance | path

Searched refs:pitchtable (Results 1 – 25 of 39) sorted by relevance

12

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dtms5110r.c11 const static unsigned short pitchtable [0x40]={
30 const static unsigned short pitchtable [0x20]={ variable
H A Dtms5220r.c11 const static unsigned short pitchtable [0x40]={ variable
H A Dvlm5030.c184 static const unsigned char pitchtable [0x20]= variable
265 new_pitch = ( pitchtable[get_bits( 1,5)] + pitch_offset )&0xff; in parse_frame()
H A Dtms5110.c565 new_pitch = pitchtable[indx] / 256; in parse_frame()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dtms5110r.c11 const static unsigned short pitchtable [0x40]={
30 const static unsigned short pitchtable [0x20]={ variable
H A Dtms5220r.c11 const static unsigned short pitchtable [0x40]={ variable
H A Dvlm5030.c184 static const unsigned char pitchtable [0x20]= variable
265 new_pitch = ( pitchtable[get_bits( 1,5)] + pitch_offset )&0xff; in parse_frame()
H A Dtms5110.c565 new_pitch = pitchtable[indx] / 256; in parse_frame()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dtms5110_tables.h17 const static unsigned short pitchtable [0x20]={ variable
H A Dtms5220_tables.h62 UINT16 pitchtable[MAX_SCALE]; member
H A Dvlm5030.cpp202 static const UINT8 pitchtable [0x20]= variable
283 chip->new_pitch = ( pitchtable[get_bits(chip, 1,5)] + chip->pitch_offset )&0xff; in parse_frame()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dtms5110_tables.h17 const static unsigned short pitchtable [0x20]={ variable
H A Dtms5220_tables.h62 UINT16 pitchtable[MAX_SCALE]; member
H A Dvlm5030.cpp202 static const UINT8 pitchtable [0x20]= variable
283 chip->new_pitch = ( pitchtable[get_bits(chip, 1,5)] + chip->pitch_offset )&0xff; in parse_frame()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dtms5220r.c11 const unsigned short pitchtable [0x40]={ variable
H A Dvlm5030.c132 static const unsigned char pitchtable [0x20]= variable
251 new_pitch = pitchtable[get_bits( 1,5)]; in parse_frame()
H A Dtms5220.c572 new_pitch = pitchtable[indx] / 256; in parse_frame()
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dtms5110.cpp384 (m_coeff->pitchtable[m_new_frame_pitch_idx] * (1-m_zpar)), in process()
408 m_current_pitch = (m_coeff->pitchtable[m_old_frame_pitch_idx] * (1-m_old_zpar)); in process()
415 …m_current_pitch = (m_current_pitch + (((m_coeff->pitchtable[m_new_frame_pitch_idx] - m_current_pit… in process()
423 m_current_pitch = (m_coeff->pitchtable[m_new_frame_pitch_idx] * (1-m_zpar)); in process()
438 …m_current_pitch = (m_current_pitch + (((m_coeff->pitchtable[m_new_frame_pitch_idx] - m_current_pit… in process()
H A Dtms5110r.hxx91 unsigned short pitchtable[MAX_SCALE]; member
H A Dtms5220.cpp954 (m_coeff->pitchtable[m_new_frame_pitch_idx] * (1-m_zpar)), in process()
976 m_current_pitch = (m_coeff->pitchtable[m_old_frame_pitch_idx] * (1-m_old_zpar)); in process()
983 …m_current_pitch = (m_current_pitch + (((m_coeff->pitchtable[m_new_frame_pitch_idx] - m_current_pit… in process()
991 m_current_pitch = (m_coeff->pitchtable[m_new_frame_pitch_idx] * (1-m_zpar)); in process()
1006 …m_current_pitch = (m_current_pitch + (((m_coeff->pitchtable[m_new_frame_pitch_idx] - m_current_pit… in process()
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dtms5110.cpp384 (m_coeff->pitchtable[m_new_frame_pitch_idx] * (1-m_zpar)), in process()
408 m_current_pitch = (m_coeff->pitchtable[m_old_frame_pitch_idx] * (1-m_old_zpar)); in process()
415 …m_current_pitch = (m_current_pitch + (((m_coeff->pitchtable[m_new_frame_pitch_idx] - m_current_pit… in process()
423 m_current_pitch = (m_coeff->pitchtable[m_new_frame_pitch_idx] * (1-m_zpar)); in process()
438 …m_current_pitch = (m_current_pitch + (((m_coeff->pitchtable[m_new_frame_pitch_idx] - m_current_pit… in process()
H A Dtms5110r.hxx91 unsigned short pitchtable[MAX_SCALE]; member
H A Dtms5220.cpp954 (m_coeff->pitchtable[m_new_frame_pitch_idx] * (1-m_zpar)), in process()
976 m_current_pitch = (m_coeff->pitchtable[m_old_frame_pitch_idx] * (1-m_old_zpar)); in process()
983 …m_current_pitch = (m_current_pitch + (((m_coeff->pitchtable[m_new_frame_pitch_idx] - m_current_pit… in process()
991 m_current_pitch = (m_coeff->pitchtable[m_new_frame_pitch_idx] * (1-m_zpar)); in process()
1006 …m_current_pitch = (m_current_pitch + (((m_coeff->pitchtable[m_new_frame_pitch_idx] - m_current_pit… in process()
/dports/audio/s3mod/s3mod-v1.09/
H A DCHANGES62 5. Got rid of pitchtable and now I use division to calculate
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DMameVLM5030.c214 static const unsigned char pitchtable [0x20]= variable
295 chip->new_pitch = ( pitchtable[get_bits(chip, 1,5)] + chip->pitch_offset )&0xff; in parse_frame()

12