Searched refs:fptype (Results 1 – 4 of 4) sorted by relevance
862 if (v->fptype & 4) in ff_vc1_parse_frame_header_adv()863 v->s.pict_type = (v->fptype & 1) ? AV_PICTURE_TYPE_BI : AV_PICTURE_TYPE_B; in ff_vc1_parse_frame_header_adv()865 v->s.pict_type = (v->fptype & 1) ? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I; in ff_vc1_parse_frame_header_adv()890 v->fptype = get_bits(gb, 3); in ff_vc1_parse_frame_header_adv()891 if (v->fptype & 4) // B-picture in ff_vc1_parse_frame_header_adv()892 v->s.pict_type = (v->fptype & 2) ? AV_PICTURE_TYPE_BI : AV_PICTURE_TYPE_B; in ff_vc1_parse_frame_header_adv()894 v->s.pict_type = (v->fptype & 2) ? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I; in ff_vc1_parse_frame_header_adv()
352 int fptype; member
928 READ_UINT8 (br, pic->fptype, 3); in parse_frame_header_advanced()930 switch (pic->fptype) { in parse_frame_header_advanced()949 switch (pic->fptype) { in parse_frame_header_advanced()1017 pic->fptype < 4) in parse_frame_header_advanced()1030 (pic->fcm == GST_VC1_FIELD_INTERLACE && (pic->fptype > 4))) { in parse_frame_header_advanced()
455 guint8 fptype; /* Raw value */ member