Home
last modified time | relevance | path

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

/third_party/lame/ACM/
H A DACM.cpp1257 DWORD a_Channel_Independent = the_Index / SIZE_CHANNEL_MODE; in GetPCMFormatForIndex() local
1260 if (a_Channel_Independent < SIZE_FREQ_MPEG1) in GetPCMFormatForIndex()
1262 the_Format.nSamplesPerSec = mpeg1_freq[a_Channel_Independent]; in GetPCMFormatForIndex()
1266 a_Channel_Independent -= SIZE_FREQ_MPEG1; in GetPCMFormatForIndex()
1267 the_Format.nSamplesPerSec = mpeg2_freq[a_Channel_Independent]; in GetPCMFormatForIndex()

Completed in 2 milliseconds