Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dflacdata.c30 const int32_t ff_flac_blocksize_table[16] = { variable
H A Dflacdata.h29 extern const int32_t ff_flac_blocksize_table[16];
H A Dflacenc.c172 blocksize = ff_flac_blocksize_table[1]; in select_blocksize()
175 if (target >= ff_flac_blocksize_table[i] && in select_blocksize()
176 ff_flac_blocksize_table[i] > blocksize) { in select_blocksize()
177 blocksize = ff_flac_blocksize_table[i]; in select_blocksize()
445 if (nb_samples == ff_flac_blocksize_table[i]) { in init_frame()
446 frame->blocksize = ff_flac_blocksize_table[i]; in init_frame()
H A Dflac.c117 fi->blocksize = ff_flac_blocksize_table[bs_code]; in ff_flac_decode_frame_header()

Completed in 3 milliseconds