Searched refs:bi_type (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddxva2_vc1.c55 if (s->pict_type != AV_PICTURE_TYPE_I && !v->bi_type)
59 if (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type)
82 pp->bPicIntra = s->pict_type == AV_PICTURE_TYPE_I || v->bi_type;
83 pp->bPicBackwardPrediction = s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type;
171 slice->bReservedBits = (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type) ? v->bfraction_lut_index + 9 : 0;
H A Dvaapi_vc1.c57 (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type);
65 return v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type;
75 (v->s.pict_type == AV_PICTURE_TYPE_B && v->bi_type));
85 (v->s.pict_type == AV_PICTURE_TYPE_B && v->bi_type)) &&
97 case AV_PICTURE_TYPE_B: return v->bi_type ? 3 : 2;
106 (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type))
280 if (!v->bi_type) {
H A Dvdpau_vc1.c62 if (v->bi_type)
H A Dvc1.h402 int bi_type; member in struct:VC1Context
H A Dvc1.c669 v->bi_type = 0;
852 v->bi_type = 1;
1352 v->bi_type = 0;
1355 v->bi_type = 1;
H A Dvdpau.c373 if (v->bi_type)
H A Dvc1dec.c5234 if (v->bi_type) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvaapi_vc1.c57 (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type);
65 return v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type;
75 (v->s.pict_type == AV_PICTURE_TYPE_B && v->bi_type));
85 (v->s.pict_type == AV_PICTURE_TYPE_B && v->bi_type)) &&
97 case AV_PICTURE_TYPE_B: return v->bi_type ? 3 : 2;
106 (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type))
280 if (!v->bi_type) {
H A Dvc1.h385 int bi_type; member in struct:VC1Context
H A Dvc1.c597 v->bi_type = 0;
794 v->bi_type = 1;
1235 v->bi_type = 0;
1238 v->bi_type = 1;
H A Dvdpau.c293 if (v->bi_type)
H A Dvc1dec.c4769 if (v->bi_type) {

Completed in 214 milliseconds