#include "internal.h"Go to the source code of this file.
Variables | |
| const int | ff_flac_sample_rate_table [16] |
| const int16_t | ff_flac_blocksize_table [16] |
| const int16_t ff_flac_blocksize_table[16] |
Initial value:
{
0, 192, 576<<0, 576<<1, 576<<2, 576<<3, 0, 0,
256<<0, 256<<1, 256<<2, 256<<3, 256<<4, 256<<5, 256<<6, 256<<7
}
Definition at line 30 of file flacdata.c.
Referenced by ff_flac_decode_frame_header(), init_frame(), and select_blocksize().
| const int ff_flac_sample_rate_table[16] |
Initial value:
{ 0,
88200, 176400, 192000,
8000, 16000, 22050, 24000, 32000, 44100, 48000, 96000,
0, 0, 0, 0 }
Definition at line 24 of file flacdata.c.
Referenced by ff_flac_decode_frame_header(), and flac_encode_init().
1.5.8