• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:ttmb

3215                               int mquant, int ttmb, int first_block,
3224 int ttblk = ttmb & 7;
3229 if (ttmb == -1) {
3236 && ((v->ttmbf || (ttmb != -1 && (ttmb & 8) && !first_block))
3535 int ttmb = v->ttfrm; /* MB Transform type */
3585 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table,
3624 pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb, first_block,
3628 if (!v->ttmbf && ttmb < 8)
3629 ttmb = -1;
3701 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
3735 pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
3741 if (!v->ttmbf && ttmb < 8)
3742 ttmb = -1;
3779 int ttmb = v->ttfrm; /* MB Transform type */
3943 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
3953 pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
3958 if (!v->ttmbf && ttmb < 8)
3959 ttmb = -1;
3992 int ttmb = v->ttfrm; /* MB Transform type */
4079 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
4088 pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
4094 if (!v->ttmbf && ttmb < 8) ttmb = -1;
4114 int ttmb = v->ttfrm; /* MB Transform type */
4180 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
4217 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
4248 vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
4252 if (!v->ttmbf && ttmb < 8)
4253 ttmb = -1;
4269 int ttmb = v->ttfrm; /* MB Transform type */
4399 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
4408 vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
4412 if (!v->ttmbf && ttmb < 8)
4413 ttmb = -1;
4430 int ttmb = v->ttfrm; /* MB Transform type */
4690 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2);
4700 pat = vc1_decode_p_block(v, s->block[i], i, mquant, ttmb,
4705 if (!v->ttmbf && ttmb < 8)
4706 ttmb = -1;