33     int ch_bitrate, 
table;
 
   37         if ((freq == 48000 && ch_bitrate >= 56) ||
 
   38             (ch_bitrate >= 56 && ch_bitrate <= 80))
 
   40         else if (freq != 48000 && ch_bitrate >= 96)
 
   42         else if (freq != 32000 && ch_bitrate <= 48)
 
static const struct endianess table[]
mpeg audio declarations for both encoder and decoder. 
int ff_mpa_l2_select_table(int bitrate, int nb_channels, int freq, int lsf)