Searched refs:ttmbf (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.c731 v->ttmbf = get_bits1(gb);
732 if (v->ttmbf) {
736 v->ttmbf = 1;
771 v->ttmbf = get_bits1(gb);
772 if (v->ttmbf) {
776 v->ttmbf = 1;
1127 v->ttmbf = get_bits1(gb);
1128 if (v->ttmbf) {
1132 v->ttmbf = 1;
1211 v->ttmbf
[all...]
H A Dvc1.h264 uint8_t ttmbf; ///< Transform type flag member in struct:VC1Context
H A Dvaapi_vc1.c253 pic_param->transform_fields.bits.mb_level_transform_type_flag = v->ttmbf;
H A Dvc1dec.c3151 && ((v->ttmbf || (ttmb != -1 && (ttmb & 8) && !first_block))
3499 if (!v->ttmbf && !s->mb_intra && mb_has_coeffs)
3540 if (!v->ttmbf && ttmb < 8)
3612 if (!v->ttmbf && coded_inter)
3651 if (!v->ttmbf && ttmb < 8)
3847 if (!v->ttmbf && cbp)
3863 if (!v->ttmbf && ttmb < 8)
3981 if (!v->ttmbf && cbp) {
3999 if (!v->ttmbf && ttmb < 8) ttmb = -1;
4084 if (!v->ttmbf)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.c789 v->ttmbf = get_bits1(gb);
790 if (v->ttmbf) {
794 v->ttmbf = 1;
829 v->ttmbf = get_bits1(gb);
830 if (v->ttmbf) {
834 v->ttmbf = 1;
1202 v->ttmbf = get_bits1(gb);
1203 if (v->ttmbf) {
1207 v->ttmbf = 1;
1323 v->ttmbf
[all...]
H A Dvc1.h279 uint8_t ttmbf; ///< Transform type flag member in struct:VC1Context
H A Dvaapi_vc1.c253 pic_param->transform_fields.bits.mb_level_transform_type_flag = v->ttmbf;
H A Dvc1dec.c3236 && ((v->ttmbf || (ttmb != -1 && (ttmb & 8) && !first_block))
3584 if (!v->ttmbf && !s->mb_intra && mb_has_coeffs)
3628 if (!v->ttmbf && ttmb < 8)
3700 if (!v->ttmbf && coded_inter)
3741 if (!v->ttmbf && ttmb < 8)
3942 if (!v->ttmbf && cbp)
3958 if (!v->ttmbf && ttmb < 8)
4078 if (!v->ttmbf && cbp) {
4094 if (!v->ttmbf && ttmb < 8) ttmb = -1;
4179 if (!v->ttmbf)
[all...]

Completed in 74 milliseconds