Home
last modified time | relevance | path

Searched refs:a_Channel_Independent (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/liblame/ACM/
H A DACM.cpp1262 DWORD a_Channel_Independent = the_Index / SIZE_CHANNEL_MODE; in GetPCMFormatForIndex() local
1265 if (a_Channel_Independent < SIZE_FREQ_MPEG1) in GetPCMFormatForIndex()
1267 the_Format.nSamplesPerSec = mpeg1_freq[a_Channel_Independent]; in GetPCMFormatForIndex()
1271 a_Channel_Independent -= SIZE_FREQ_MPEG1; in GetPCMFormatForIndex()
1272 the_Format.nSamplesPerSec = mpeg2_freq[a_Channel_Independent]; in GetPCMFormatForIndex()
/dports/audio/lame/lame-3.100/ACM/
H A DACM.cpp1262 DWORD a_Channel_Independent = the_Index / SIZE_CHANNEL_MODE; in GetPCMFormatForIndex() local
1265 if (a_Channel_Independent < SIZE_FREQ_MPEG1) in GetPCMFormatForIndex()
1267 the_Format.nSamplesPerSec = mpeg1_freq[a_Channel_Independent]; in GetPCMFormatForIndex()
1271 a_Channel_Independent -= SIZE_FREQ_MPEG1; in GetPCMFormatForIndex()
1272 the_Format.nSamplesPerSec = mpeg2_freq[a_Channel_Independent]; in GetPCMFormatForIndex()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/ACM/
H A DACM.cpp1262 DWORD a_Channel_Independent = the_Index / SIZE_CHANNEL_MODE; in GetPCMFormatForIndex() local
1265 if (a_Channel_Independent < SIZE_FREQ_MPEG1) in GetPCMFormatForIndex()
1267 the_Format.nSamplesPerSec = mpeg1_freq[a_Channel_Independent]; in GetPCMFormatForIndex()
1271 a_Channel_Independent -= SIZE_FREQ_MPEG1; in GetPCMFormatForIndex()
1272 the_Format.nSamplesPerSec = mpeg2_freq[a_Channel_Independent]; in GetPCMFormatForIndex()