Home
last modified time | relevance | path

Searched refs:new_frame_pitch_idx (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dtms5220.cpp369 #define NEW_FRAME_UNVOICED_FLAG (tms->new_frame_pitch_idx == 0) // ditto as above
371 UINT8 new_frame_pitch_idx; member
575 tms->new_frame_pitch_idx = 0; in tms5220_data_write()
842 tms->OLDP = (tms->new_frame_pitch_idx == 0); in tms5220_process()
861 tms->old_frame_pitch_idx = tms->new_frame_pitch_idx; in tms5220_process()
906 tms->target_pitch = tms->coeff->pitchtable[tms->new_frame_pitch_idx]; in tms5220_process()
1299 tms->new_frame_pitch_idx = 0; in process_command()
1381 tms->new_frame_pitch_idx = extract_bits(tms,tms->coeff->pitch_bits); in parse_frame()
1383 printbits(tms->new_frame_pitch_idx,tms->coeff->pitch_bits); in parse_frame()
1405 if (tms->new_frame_pitch_idx == 0) in parse_frame()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dtms5220.cpp370 #define NEW_FRAME_UNVOICED_FLAG (tms->new_frame_pitch_idx == 0) // ditto as above
372 UINT8 new_frame_pitch_idx; member
615 tms->new_frame_pitch_idx = 0; in tms5220_data_write()
879 tms->OLDP = (tms->new_frame_pitch_idx == 0); in tms5220_process()
898 tms->old_frame_pitch_idx = tms->new_frame_pitch_idx; in tms5220_process()
943 tms->target_pitch = tms->coeff->pitchtable[tms->new_frame_pitch_idx]; in tms5220_process()
1336 tms->new_frame_pitch_idx = 0; in process_command()
1418 tms->new_frame_pitch_idx = extract_bits(tms,tms->coeff->pitch_bits); in parse_frame()
1420 printbits(tms->new_frame_pitch_idx,tms->coeff->pitch_bits); in parse_frame()
1442 if (tms->new_frame_pitch_idx == 0) in parse_frame()
[all …]