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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.h384 int p_frame_skipped; member in struct:VC1Context
H A Dvaapi_vc1.c96 case AV_PICTURE_TYPE_P: return v->p_frame_skipped ? 4 : 1;
H A Dvc1.c825 v->p_frame_skipped = 0;
870 v->p_frame_skipped = 1;
888 if (v->p_frame_skipped) {
H A Dvc1dec.c4763 if (v->p_frame_skipped)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.h401 int p_frame_skipped; member in struct:VC1Context
H A Ddxva2_vc1.c172 slice->wMBbitOffset = v->p_frame_skipped ? 0xffff : get_bits_count(&s->gb) + (avctx->codec_id == AV_CODEC_ID_VC1 ? 32 : 0);
H A Dvaapi_vc1.c96 case AV_PICTURE_TYPE_P: return v->p_frame_skipped ? 4 : 1;
H A Dvc1.c865 v->p_frame_skipped = 0;
918 v->p_frame_skipped = 1;
938 if (v->p_frame_skipped) {
H A Dvc1dec.c5228 if (v->p_frame_skipped)
6181 if (!v->p_frame_skipped && s->pict_type != AV_PICTURE_TYPE_I && !v->cbpcy_vlc) {

Completed in 201 milliseconds