Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/snd/common/src/
Dsnd_util.c47 static const u16 PitchTable[SND_PITCH_TABLE_SIZE] = {
321 pitch += SND_PITCH_TABLE_SIZE; in SND_CalcTimer()
323 while (pitch >= SND_PITCH_TABLE_SIZE) in SND_CalcTimer()
326 pitch -= SND_PITCH_TABLE_SIZE; in SND_CalcTimer()
/TwlSDK-5.1.0/include/nitro/snd/common/
Dutil.h40 #define SND_PITCH_TABLE_SIZE ( 12 * SND_PITCH_DIVISION_RANGE ) // Pitch calculation table … macro