Searched refs:p_frame_skipped (Results 1 – 6 of 6) sorted by relevance
48 (v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) && in vc1_has_MVTYPEMB_bitplane()60 ((v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) || in vc1_has_SKIPMB_bitplane()120 case AV_PICTURE_TYPE_P: return v->p_frame_skipped ? 4 : 1; in vc1_get_PTYPE()142 ((v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) || in vc1_get_MVMODE()152 (v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) && in vc1_get_MVMODE2()160 if ((v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) && in vc1_get_INTCOMPFIELD()173 if (v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) { in vc1_get_LUMSCALE()189 if (v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) { in vc1_get_LUMSHIFT()205 if ((v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) && in vc1_get_LUMSCALE2()215 if ((v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) && in vc1_get_LUMSHIFT2()
384 int p_frame_skipped; member
175 …slice->wMBbitOffset = v->p_frame_skipped ? 0xffff : get_bits_count(&s->gb) + (avctx->codec_… in fill_slice()
858 v->p_frame_skipped = 0; in ff_vc1_parse_frame_header_adv()912 v->p_frame_skipped = 1; in ff_vc1_parse_frame_header_adv()932 if (v->p_frame_skipped) { in ff_vc1_parse_frame_header_adv()
1096 if (((s->pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) || in vc1_decode_frame()
3019 if (v->p_frame_skipped) in ff_vc1_decode_blocks()