Searched refs:ff_vc1_ttblk_to_tt (Results 1 – 3 of 3) sorted by relevance
38 extern const int ff_vc1_ttblk_to_tt[3][8];
34 const int ff_vc1_ttblk_to_tt[3][8] = { variable
1131 …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()