Home
last modified time | relevance | path

Searched refs:ff_vc1_ttblk_to_tt (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc1data.h38 extern const int ff_vc1_ttblk_to_tt[3][8];
Dvc1data.c34 const int ff_vc1_ttblk_to_tt[3][8] = { variable
Dvc1_block.c1131 …ttblk = ff_vc1_ttblk_to_tt[v->tt_index][get_vlc2(gb, ff_vc1_ttblk_vlc[v->tt_index].table, VC1_TTBL… in vc1_decode_p_block()