Home
last modified time | relevance | path

Searched defs:mb_type (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dmpegutils.c32 static int add_mb(AVMotionVector *mb, uint32_t mb_type, in add_mb()
124 int i, direction, mb_type = mbtype_table[mb_x + mb_y * mb_stride]; in ff_print_debug_info2() local
214 int mb_type = mbtype_table[x + y * mb_stride]; in ff_print_debug_info2() local
307 int mb_type = mbtype_table[mb_index]; in ff_print_debug_info2() local
Dh264_mvpred.h356 static void fill_decode_neighbors(const H264Context *h, H264SliceContext *sl, int mb_type) in fill_decode_neighbors()
445 static void fill_decode_caches(const H264Context *h, H264SliceContext *sl, int mb_type) in fill_decode_caches()
772 #define MAP_F2F(idx, mb_type) \ in fill_decode_caches() argument
783 #define MAP_F2F(idx, mb_type) \ in fill_decode_caches() argument
806 int mb_type = 0; in decode_mb_skip() local
Dh264_mb_template.c46 const int mb_type = h->cur_pic.mb_type[mb_xy]; in FUNC() local
261 const int mb_type = h->cur_pic.mb_type[mb_xy]; in FUNC() local
Dcavsdec.c736 static void decode_mb_p(AVSContext *h, enum cavs_mb mb_type) in decode_mb_p()
781 static int decode_mb_b(AVSContext *h, enum cavs_mb mb_type) in decode_mb_b()
985 enum cavs_mb mb_type; in decode_pic() local
Dh264_direct.c201 int *mb_type) in pred_spatial_direct_motion()
488 int *mb_type) in pred_temp_direct_motion()
722 int *mb_type) in ff_h264_pred_direct_motion()
Dh264_mb.c99 const int mb_type = h->cur_pic.mb_type[mb_xy]; in await_references() local
615 int mb_type, int simple, in hl_decode_mb_predict_luma()
728 int mb_type, int simple, in hl_decode_mb_idct_luma()
802 const int mb_type = h->cur_pic.mb_type[mb_xy]; in ff_h264_hl_decode_mb() local
Dh264_mc_template.c75 const int mb_type = h->cur_pic.mb_type[mb_xy]; in MCFUNC() local
Dsvq3.c77 uint32_t *mb_type; member
620 int mb_type, const int *block_offset, in hl_decode_mb_idct_luma()
635 int mb_type, in hl_decode_mb_predict_luma()
678 const int mb_type = s->cur_pic->mb_type[mb_xy]; in hl_decode_mb() local
721 static int svq3_decode_mb(SVQ3Context *s, unsigned int mb_type) in svq3_decode_mb()
1550 unsigned mb_type; in svq3_decode_frame() local
Dvp56.c427 …v_always_inline void vp56_render_mb(VP56Context *s, int row, int col, int is_alpha, VP56mb mb_type) in vp56_render_mb()
492 VP56mb mb_type; in vp56_decode_mb() local
511 VP56mb mb_type; in vp56_conceal_mb() local
Derror_resilience.c1154 const int mb_type = s->cur_pic.mb_type[mb_xy]; in ff_er_frame_end() local
1193 const int mb_type = s->cur_pic.mb_type[mb_xy]; in ff_er_frame_end() local
1245 const int mb_type = s->cur_pic.mb_type[mb_xy]; in ff_er_frame_end() local
1301 const int mb_type = s->cur_pic.mb_type[mb_xy]; in ff_er_frame_end() local
Dsvq1enc.h67 uint16_t *mb_type; member
Dh264_loopfilter.c258 int mb_type = h->cur_pic.mb_type[mb_xy]; in h264_filter_mb_fast_internal() local
474 int mb_xy, int mb_type, int mvy_limit, in filter_mb_dir()
724 const int mb_type = h->cur_pic.mb_type[mb_xy]; in ff_h264_filter_mb() local
Dh264_slice.c2221 int mb_type, int top_xy, in fill_filter_caches_inter()
2303 static int fill_filter_caches(const H264Context *h, H264SliceContext *sl, int mb_type) in fill_filter_caches()
2460 int mb_xy, mb_type; in loop_filter() local
2518 int mb_type = (h->slice_table[mb_xy - 1] == sl->slice_num) ? in predict_field_decoding_flag() local
Dh264_cabac.c1299 int mb_type; in decode_cabac_intra_mb_type() local
1863 … int pixel_shift, int mb_type, int cbp, int p) in decode_cabac_luma_residual()
1915 int mb_type, partition_count, cbp = 0; in ff_h264_decode_mb_cabac() local
Dh264_cavlc.c635 int mb_type, int cbp, int p) in decode_luma_residual()
706 unsigned int mb_type, cbp; in ff_h264_decode_mb_cavlc() local
Dmpegpicture.h56 uint32_t *mb_type; ///< types and macros are defined in mpegutils.h member
Dwmv2dec.c38 uint32_t *const mb_type = s->current_picture_ptr->mb_type; in parse_mb_skip() local
Derror_resilience.h49 uint32_t *mb_type; member
Dcavs.c109 void ff_cavs_filter(AVSContext *h, enum cavs_mb mb_type) in ff_cavs_filter()
494 void ff_cavs_inter(AVSContext *h, enum cavs_mb mb_type) in ff_cavs_inter()
Dmpeg4videoenc.c433 int motion_x, int motion_y, int mb_type) in get_b_cbp()
491 int mb_type = mb_type_table[s->mv_dir]; in ff_mpeg4_encode_mb() local
Dvp56.h120 uint8_t mb_type[3][10][10]; /* model for decoding MB type */ member
159 VP56mb mb_type; member
Drv34.h97 int *mb_type; ///< internal macroblock types member
Dh264dec.h85 #define IS_INTERLACED(mb_type) 0 argument
139 uint32_t *mb_type; member
751 int mb_type, int list) in write_back_motion_list()
785 int mb_type) in write_back_motion()
Dituh263dec.c805 int mb_type; in ff_h263_decode_mb() local
Dmpeg4videodec.c1316 int cbp, mb_type; in mpeg4_decode_partitioned_mb() local
1549 int mb_type; in mpeg4_decode_mb() local

12