Searched refs:ttfrm (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.c729 v->ttfrm = 0; //FIXME Is that so ?
733 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];
737 v->ttfrm = TT_8X8;
769 v->ttfrm = 0;
773 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];
777 v->ttfrm = TT_8X8;
1125 v->ttfrm = 0; //FIXME Is that so ?
1129 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];
1133 v->ttfrm = TT_8X8;
1209 v->ttfrm
[all...]
H A Dvc1.h263 int ttfrm; ///< Transform type info present at frame level member in struct:VC1Context
H A Dvaapi_vc1.c122 switch (v->ttfrm) {
H A Dvc1dec.c3450 int ttmb = v->ttfrm; /* MB Transform type */
3689 int ttmb = v->ttfrm; /* MB Transform type */
3897 int ttmb = v->ttfrm; /* MB Transform type */
4019 int ttmb = v->ttfrm; /* MB Transform type */
4171 int ttmb = v->ttfrm; /* MB Transform type */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.c787 v->ttfrm = 0; //FIXME Is that so ?
791 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];
795 v->ttfrm = TT_8X8;
827 v->ttfrm = 0;
831 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];
835 v->ttfrm = TT_8X8;
1200 v->ttfrm = 0; //FIXME Is that so ?
1204 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];
1208 v->ttfrm = TT_8X8;
1321 v->ttfrm
[all...]
H A Dvc1.h278 int ttfrm; ///< Transform type info present at frame level member in struct:VC1Context
H A Dvaapi_vc1.c122 switch (v->ttfrm) {
H A Dvc1dec.c3535 int ttmb = v->ttfrm; /* MB Transform type */
3779 int ttmb = v->ttfrm; /* MB Transform type */
3992 int ttmb = v->ttfrm; /* MB Transform type */
4114 int ttmb = v->ttfrm; /* MB Transform type */
4269 int ttmb = v->ttfrm; /* MB Transform type */
4430 int ttmb = v->ttfrm; /* MB Transform type */

Completed in 132 milliseconds