Home
last modified time | relevance | path

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

/third_party/lame/ACM/
H A DACM.cpp95 #define SIZE_CHANNEL_MODE (sizeof(channel_mode) / (sizeof(char) * 13)) macro
1218 // the_Format.nChannels = SIZE_CHANNEL_MODE - int(the_Index % SIZE_CHANNEL_MODE); in GetMP3FormatForIndex()
1252 the_Format.nChannels = SIZE_CHANNEL_MODE - int(the_Index % SIZE_CHANNEL_MODE); in GetPCMFormatForIndex()
1257 DWORD a_Channel_Independent = the_Index / SIZE_CHANNEL_MODE; in GetPCMFormatForIndex()
1299 for (channel = 0;channel < SIZE_CHANNEL_MODE;channel++) in BuildBitrateTable()
1341 for (channel = 0;channel < SIZE_CHANNEL_MODE;channel++) in BuildBitrateTable()

Completed in 2 milliseconds