Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvc1.h350 int fptype; member
H A Dvc1.c862 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()

Completed in 4 milliseconds