Home
last modified time | relevance | path

Searched refs:p_frame_skipped (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_vc1.c48 (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()
Dvc1.h384 int p_frame_skipped; member
Ddxva2_vc1.c175 …slice->wMBbitOffset = v->p_frame_skipped ? 0xffff : get_bits_count(&s->gb) + (avctx->codec_… in fill_slice()
Dvc1.c858 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()
Dvc1dec.c1096 if (((s->pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) || in vc1_decode_frame()
Dvc1_block.c3019 if (v->p_frame_skipped) in ff_vc1_decode_blocks()