Lines Matching refs:ttmb

1116                               int mquant, int ttmb, int first_block,
1125 int ttblk = ttmb & 7;
1131 if (ttmb == -1) {
1138 && ((v->ttmbf || (ttmb != -1 && (ttmb & 8) && !first_block))
1295 int ttmb = v->ttfrm; /* MB Transform type */
1345 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table,
1374 pat = vc1_decode_p_block(v, v->block[v->cur_blk_idx][block_map[i]], i, mquant, ttmb, first_block,
1380 if (!v->ttmbf && ttmb < 8)
1381 ttmb = -1;
1453 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
1477 pat = vc1_decode_p_block(v, v->block[v->cur_blk_idx][block_map[i]], i, mquant, ttmb,
1485 if (!v->ttmbf && ttmb < 8)
1486 ttmb = -1;
1527 int ttmb = v->ttfrm; /* MB Transform type */
1680 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
1690 pat = vc1_decode_p_block(v, v->block[v->cur_blk_idx][block_map[i]], i, mquant, ttmb,
1697 if (!v->ttmbf && ttmb < 8)
1698 ttmb = -1;
1737 int ttmb = v->ttfrm; /* MB Transform type */
1818 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
1827 pat = vc1_decode_p_block(v, v->block[v->cur_blk_idx][block_map[i]], i, mquant, ttmb,
1835 if (!v->ttmbf && ttmb < 8)
1836 ttmb = -1;
1861 int ttmb = v->ttfrm; /* MB Transform type */
1927 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
1964 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
1995 int pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
2001 if (!v->ttmbf && ttmb < 8)
2002 ttmb = -1;
2019 int ttmb = v->ttfrm; /* MB Transform type */
2148 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
2157 pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
2164 if (!v->ttmbf && ttmb < 8)
2165 ttmb = -1;
2186 int ttmb = v->ttfrm; /* MB Transform type */
2446 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
2456 pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
2463 if (!v->ttmbf && ttmb < 8)
2464 ttmb = -1;