FFmpeg
Variables
mpegaudiotabs.h File Reference
#include <stdint.h>

Go to the source code of this file.

Variables

const uint16_t ff_mpa_bitrate_tab [2][3][15]
 
const uint16_t ff_mpa_freq_tab [3] = { 44100, 48000, 32000 }
 

Variable Documentation

◆ ff_mpa_bitrate_tab

const uint16_t ff_mpa_bitrate_tab[2][3][15]
Initial value:
= {
{ { 0, 32, 64, 96, 128, 160, 192, 224, 256, 288, 320, 352, 384, 416, 448 },
{ 0, 32, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384 },
{ 0, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320 } },
{ { 0, 32, 48, 56, 64, 80, 96, 112, 128, 144, 160, 176, 192, 224, 256 },
{ 0, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160 },
{ 0, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160 }
}
}

Definition at line 27 of file mpegaudiotabs.h.

Referenced by avpriv_mpegaudio_decode_header(), find_expected_header(), mp3_write_xing(), and MPA_encode_init().

◆ ff_mpa_freq_tab

const uint16_t ff_mpa_freq_tab[3] = { 44100, 48000, 32000 }