Home
last modified time | relevance | path

Searched refs:partitioned_frame (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpeg_er.c57 er->partitioned_frame = s->partitioned_frame; in ff_mpeg_er_frame_start()
Derror_resilience.h83 int partitioned_frame; member
Dh263dec.c195 const int part_mask = s->partitioned_frame in decode_slice()
220 if (s->partitioned_frame) { in decode_slice()
Derror_resilience.c1009 if (s->partitioned_frame) { in ff_er_frame_end()
1070 if (s->partitioned_frame) { in ff_er_frame_end()
1099 if (!s->partitioned_frame) { in ff_er_frame_end()
1249 if (IS_INTRA(mb_type) && s->partitioned_frame) in ff_er_frame_end()
Dmpegvideo.h407 int partitioned_frame; ///< is current frame partitioned member
Dmpeg4videodec.c137 (v >> (8 - s->pict_type) != 1) || s->partitioned_frame) in mpeg4_is_resync()
1055 if (s->partitioned_frame) { in mpeg4_decode_block()
2861 s->partitioned_frame = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_B; in decode_vop_header()
2862 if (s->partitioned_frame) in decode_vop_header()
3147 s->partitioned_frame = 0; in decode_studio_vop_header()
Dmpegvideo_enc.c248 COPY(partitioned_frame); // FIXME don't set in encode_header in update_duplicate_context_after_me()
2857 if(s->partitioned_frame){ in write_slice_end()
2870 if ((s->avctx->flags & AV_CODEC_FLAG_PASS1) && !s->partitioned_frame) in write_slice_end()
3005 if(CONFIG_MPEG4_ENCODER && s->partitioned_frame) in encode_thread()
3094 … if(CONFIG_MPEG4_ENCODER && s->codec_id==AV_CODEC_ID_MPEG4 && s->partitioned_frame){ in encode_thread()
3173 best_s.partitioned_frame= s->partitioned_frame; in encode_thread()
Dmpeg4videoenc.c1075 s->partitioned_frame = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_B; in ff_mpeg4_encode_picture_header()
Dmpegvideo.c2347 if (s->pict_type != AV_PICTURE_TYPE_B && !s->partitioned_frame && !s->er.error_occurred) in ff_mpv_report_decode_progress()