Searched refs:mbskip_table (Results 1 – 19 of 19) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegutils.c | 103 void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table, in ff_print_debug_info2() argument 203 int count = mbskip_table ? mbskip_table[x + y * mb_stride] : 0; in ff_print_debug_info2()
|
D | mpeg_er.c | 120 er->mbskip_table = s->mbskip_table; in ff_mpeg_er_init()
|
D | mpegpicture.c | 294 pic->mbskip_table = pic->mbskip_table_buf->data; in ff_alloc_picture() 362 dst->mbskip_table = src->mbskip_table; in ff_update_picture_tables()
|
D | error_resilience.h | 70 uint8_t *mbskip_table; member
|
D | mpegpicture.h | 60 uint8_t *mbskip_table; member
|
D | mpegutils.h | 137 void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table,
|
D | vc1.c | 763 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v); in ff_vc1_parse_frame_header() 806 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v); in ff_vc1_parse_frame_header() 1066 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v); in ff_vc1_parse_frame_header_adv() 1161 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v); in ff_vc1_parse_frame_header_adv() 1274 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v); in ff_vc1_parse_frame_header_adv() 1300 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v); in ff_vc1_parse_frame_header_adv()
|
D | vaapi_vc1.c | 405 … ff_bp[1] = pic_param.bitplane_present.flags.bp_skip_mb ? s->mbskip_table : NULL; in vaapi_vc1_start_frame() 411 … ff_bp[1] = pic_param.bitplane_present.flags.bp_skip_mb ? s->mbskip_table : NULL; in vaapi_vc1_start_frame()
|
D | h263.c | 59 s->current_picture.mbskip_table[mb_xy] = s->mb_skipped; in ff_h263_update_motion_val()
|
D | error_resilience.c | 1058 if (!s->mbskip_table || !s->mbskip_table[mb_xy]) // FIXME partition specific in ff_er_frame_end() 1337 if (s->mbskip_table && s->cur_pic.f->pict_type != AV_PICTURE_TYPE_B && in ff_er_frame_end() 1339 s->mbskip_table[mb_xy] = 0; in ff_er_frame_end()
|
D | mpegvideo.h | 179 …uint8_t *mbskip_table; /**< used to avoid copy if macroblock skipped (for black regions for… member
|
D | mpegvideo.c | 652 !(s->mbskip_table = av_mallocz(mb_array_size + 2))) in ff_mpv_init_context_frame() 723 s->mbskip_table = NULL; in clear_context() 865 av_freep(&s->mbskip_table); in ff_mpv_free_context_frame() 1450 uint8_t *mbskip_ptr = &s->mbskip_table[mb_xy]; in mpv_reconstruct_mb_internal()
|
D | mpegvideo_dec.c | 508 ff_print_debug_info2(s->avctx, pict, s->mbskip_table, p->mb_type, in ff_print_debug_info()
|
D | vc1_block.c | 1315 skipped = v->s.mbskip_table[mb_pos]; in vc1_decode_p_mb() 1544 skipped = v->s.mbskip_table[mb_pos]; in vc1_decode_p_mb_intfr() 1881 skipped = v->s.mbskip_table[mb_pos]; in vc1_decode_b_mb() 2205 skipped = v->s.mbskip_table[mb_pos]; in vc1_decode_b_mb_intfr()
|
D | mpeg4videoenc.c | 513 … if (s->next_picture.mbskip_table[s->mb_y * s->mb_stride + s->mb_x]) { // FIXME avoid DCT & ... in ff_mpeg4_encode_mb()
|
D | mpeg4videodec.c | 1637 …s->mb_skipped = s->next_picture.mbskip_table[s->mb_y * s->mb_stride + s->mb_x]; // Note, skiptab=… in mpeg4_decode_mb() 1843 if (s->next_picture.mbskip_table[xy + delta]) in mpeg4_decode_mb()
|
D | motion_est.c | 1507 if (s->codec_id == AV_CODEC_ID_MPEG4 && s->next_picture.mbskip_table[xy]) { in ff_estimate_b_frame_motion()
|
D | mpeg12dec.c | 2635 memset(s2->mbskip_table, 0, s2->mb_stride * s2->mb_height); in decode_chunks()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 2231 * qscale_table, qstride, qscale_type, mbskip_table, motion_val,
|