Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpeg_er.c57 er->partitioned_frame = s->partitioned_frame; in ff_mpeg_er_frame_start()
H A Derror_resilience.h84 int partitioned_frame; member
H A Dmpegvideo.h380 int partitioned_frame; ///< is current frame partitioned member
H A Dh263dec.c201 const int part_mask = s->partitioned_frame in decode_slice()
226 if (s->partitioned_frame) { in decode_slice()
H A Derror_resilience.c1002 if (s->partitioned_frame) { in ff_er_frame_end()
1063 if (s->partitioned_frame) { in ff_er_frame_end()
1092 if (!s->partitioned_frame) { in ff_er_frame_end()
1239 if (IS_INTRA(mb_type) && s->partitioned_frame) in ff_er_frame_end()
H A Dmpegvideo_enc.c262 COPY(partitioned_frame); // FIXME don't set in encode_header in update_duplicate_context_after_me()
2663 if(s->partitioned_frame){ in write_slice_end()
2677 if ((s->avctx->flags & AV_CODEC_FLAG_PASS1) && !s->partitioned_frame) in write_slice_end()
2808 if(CONFIG_MPEG4_ENCODER && s->partitioned_frame) in encode_thread()
2898 if(CONFIG_MPEG4_ENCODER && s->codec_id==AV_CODEC_ID_MPEG4 && s->partitioned_frame){ in encode_thread()
2969 best_s.partitioned_frame= s->partitioned_frame; in encode_thread()
H A Dmpegvideo_dec.c582 if (s->pict_type != AV_PICTURE_TYPE_B && !s->partitioned_frame && !s->er.error_occurred) in ff_mpv_report_decode_progress()
H A Dmpeg4videodec.c208 (v >> (8 - s->pict_type) != 1) || s->partitioned_frame) in mpeg4_is_resync()
1127 if (s->partitioned_frame) { in mpeg4_decode_block()
2939 s->partitioned_frame = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_B; in decode_vop_header()
2940 if (s->partitioned_frame) in decode_vop_header()
3233 s->partitioned_frame = 0; in decode_studio_vop_header()
H A Dmpeg4videoenc.c1074 s->partitioned_frame = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_B; in ff_mpeg4_encode_picture_header()

Completed in 22 milliseconds