Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Datrac9dec.c34 #define ATRAC9_SF_VLC_BITS 8 macro
285 ATRAC9_SF_VLC_BITS, 1); in read_scalefactors()
315 int dist = get_vlc2(gb, tab->table, ATRAC9_SF_VLC_BITS, 1); in read_scalefactors()
339 ATRAC9_SF_VLC_BITS, 1); in read_scalefactors()
868 atrac9_init_vlc(&sf_vlc[0][i], ATRAC9_SF_VLC_BITS, in atrac9_init_static()
880 atrac9_init_vlc(&sf_vlc[1][i], ATRAC9_SF_VLC_BITS, in atrac9_init_static()

Completed in 2 milliseconds