• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching refs:ttmb

3130                               int mquant, int ttmb, int first_block,
3139 int ttblk = ttmb & 7;
3144 if (ttmb == -1) {
3151 && ((v->ttmbf || (ttmb != -1 && (ttmb & 8) && !first_block))
3450 int ttmb = v->ttfrm; /* MB Transform type */
3500 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table,
3536 pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb, first_block,
3540 if (!v->ttmbf && ttmb < 8)
3541 ttmb = -1;
3613 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
3645 pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
3651 if (!v->ttmbf && ttmb < 8)
3652 ttmb = -1;
3689 int ttmb = v->ttfrm; /* MB Transform type */
3848 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
3858 pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
3863 if (!v->ttmbf && ttmb < 8)
3864 ttmb = -1;
3897 int ttmb = v->ttfrm; /* MB Transform type */
3982 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
3993 pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
3999 if (!v->ttmbf && ttmb < 8) ttmb = -1;
4019 int ttmb = v->ttfrm; /* MB Transform type */
4085 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
4122 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
4150 vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
4154 if (!v->ttmbf && ttmb < 8)
4155 ttmb = -1;
4171 int ttmb = v->ttfrm; /* MB Transform type */
4294 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
4305 vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
4309 if (!v->ttmbf && ttmb < 8)
4310 ttmb = -1;