Searched refs:ttmb (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c3215 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 */ local
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
3214 vc1_decode_p_block(VC1Context *v, int16_t block[64], int n, int mquant, int ttmb, int first_block, uint8_t *dst, int linesize, int skip_block, int *ttmb_out) argument
3779 int ttmb = v->ttfrm; /* MB Transform type */ local
3992 int ttmb = v->ttfrm; /* MB Transform type */ local
4114 int ttmb = v->ttfrm; /* MB Transform type */ local
4269 int ttmb = v->ttfrm; /* MB Transform type */ local
4430 int ttmb = v->ttfrm; /* MB Transform type */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c3130 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 */ local
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
3129 vc1_decode_p_block(VC1Context *v, DCTELEM block[64], int n, int mquant, int ttmb, int first_block, uint8_t *dst, int linesize, int skip_block, int *ttmb_out) argument
3689 int ttmb = v->ttfrm; /* MB Transform type */ local
3897 int ttmb = v->ttfrm; /* MB Transform type */ local
4019 int ttmb = v->ttfrm; /* MB Transform type */ local
4171 int ttmb = v->ttfrm; /* MB Transform type */ local
[all...]

Completed in 68 milliseconds