Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvaapi_vc1.c50 (v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) && in vc1_has_MVTYPEMB_bitplane()
62 ((v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) || in vc1_has_SKIPMB_bitplane()
122 case AV_PICTURE_TYPE_P: return v->p_frame_skipped ? 4 : 1; in vc1_get_PTYPE()
144 ((v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) || in vc1_get_MVMODE()
154 (v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) && in vc1_get_MVMODE2()
162 if ((v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) && in vc1_get_INTCOMPFIELD()
175 if (v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) { in vc1_get_LUMSCALE()
191 if (v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) { in vc1_get_LUMSHIFT()
207 if ((v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) && in vc1_get_LUMSCALE2()
217 if ((v->s.pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) in vc1_get_LUMSHIFT2()
[all...]
H A Dvc1.h382 int p_frame_skipped; member
H A Ddxva2_vc1.c178 slice->wMBbitOffset = v->p_frame_skipped ? 0xffff : get_bits_count(&s->gb) + (avctx->codec_id == AV_CODEC_ID_VC1 ? 32 : 0); in fill_slice()
H A 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()
H A Dvc1dec.c1094 if (((s->pict_type == AV_PICTURE_TYPE_P && !v->p_frame_skipped) || in vc1_decode_frame()
H A Dvc1_block.c3020 if (v->p_frame_skipped) in ff_vc1_decode_blocks()

Completed in 11 milliseconds