Home
last modified time | relevance | path

Searched refs:sf_vlc (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Datrac9dec.c105 static VLC sf_vlc[2][8]; /* Signed/unsigned, length */ variable
277 const VLC *tab = &sf_vlc[0][len]; in read_scalefactors()
310 const VLC *tab = &sf_vlc[1][len]; in read_scalefactors()
331 const VLC *tab = &sf_vlc[0][len]; in read_scalefactors()
867 atrac9_init_vlc(&sf_vlc[0][i], ATRAC9_SF_VLC_BITS, in atrac9_init_static()
879 atrac9_init_vlc(&sf_vlc[1][i], ATRAC9_SF_VLC_BITS, in atrac9_init_static()
Dwmaprodec.c130 static VLC sf_vlc; ///< scale factor DPCM vlc variable
463 INIT_VLC_STATIC(&sf_vlc, SCALEVLCBITS, HUFF_SCALE_SIZE, in decode_init()
1044 val += get_vlc2(&s->gb, sf_vlc.table, SCALEVLCBITS, SCALEMAXDEPTH) - 60; in decode_scale_factors()