Home
last modified time | relevance | path

Searched defs:mb_type (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dh264_mc_template.c75 const int mb_type = h->cur_pic.mb_type[mb_xy]; in hl_motion() local
[all...]
H A Dsvq1enc.h68 uint16_t *mb_type; member
H A Dh264_mb_template.c46 const int mb_type = h->cur_pic.mb_type[mb_xy]; in hl_decode_mb() local
261 const int mb_type = h->cur_pic.mb_type[mb_xy]; hl_decode_mb_444() local
[all...]
H A Dmpegpicture.h57 uint32_t *mb_type; ///< types and macros are defined in mpegutils.h member
H A Derror_resilience.h49 uint32_t *mb_type; member
H A Dh264_mvpred.h355 static void fill_decode_neighbors(const H264Context *h, H264SliceContext *sl, int mb_type) in fill_decode_neighbors() argument
444 fill_decode_caches(const H264Context *h, H264SliceContext *sl, int mb_type) fill_decode_caches() argument
805 int mb_type = 0; decode_mb_skip() local
[all...]
H A Dmpegutils.c32 static int add_mb(AVMotionVector *mb, uint32_t mb_type, in add_mb() argument
123 int i, direction, mb_type = mbtype_table[mb_x + mb_y * mb_stride]; in ff_print_debug_info2() local
213 int mb_type = mbtype_table[x + y * mb_stride]; ff_print_debug_info2() local
[all...]
H A Dh264_loopfilter.c256 int mb_type = h->cur_pic.mb_type[mb_xy]; in h264_filter_mb_fast_internal() local
468 filter_mb_dir(const H264Context *h, H264SliceContext *sl, int mb_x, int mb_y, uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr, unsigned int linesize, unsigned int uvlinesize, int mb_xy, int mb_type, int mvy_limit, int first_vertical_edge_done, int a, int b, int chroma, int dir) filter_mb_dir() argument
722 const int mb_type = h->cur_pic.mb_type[mb_xy]; ff_h264_filter_mb() local
[all...]
H A Dh264_direct.c199 pred_spatial_direct_motion(const H264Context *const h, H264SliceContext *sl, int *mb_type) pred_spatial_direct_motion() argument
486 pred_temp_direct_motion(const H264Context *const h, H264SliceContext *sl, int *mb_type) pred_temp_direct_motion() argument
720 ff_h264_pred_direct_motion(const H264Context *const h, H264SliceContext *sl, int *mb_type) ff_h264_pred_direct_motion() argument
[all...]
H A Dwmv2dec.c107 uint32_t *const mb_type = s->current_picture_ptr->mb_type; in parse_mb_skip() local
[all...]
H A Drv34.h99 int *mb_type; ///< internal macroblock types member
H A Dcavsdec.c739 static void decode_mb_p(AVSContext *h, enum cavs_mb mb_type) in decode_mb_p() argument
784 static int decode_mb_b(AVSContext *h, enum cavs_mb mb_type) in decode_mb_b() argument
988 enum cavs_mb mb_type; decode_pic() local
[all...]
H A Dcavs.c107 void ff_cavs_filter(AVSContext *h, enum cavs_mb mb_type) in ff_cavs_filter() argument
492 ff_cavs_inter(AVSContext *h, enum cavs_mb mb_type) ff_cavs_inter() argument
[all...]
H A Dituh263dec.c894 int mb_type; ff_h263_decode_mb() local
[all...]
H A Dh264_mb.c99 const int mb_type = h->cur_pic.mb_type[mb_xy]; in await_references() local
613 hl_decode_mb_predict_luma(const H264Context *h, H264SliceContext *sl, int mb_type, int simple, int transform_bypass, int pixel_shift, const int *block_offset, int linesize, uint8_t *dest_y, int p) hl_decode_mb_predict_luma() argument
727 hl_decode_mb_idct_luma(const H264Context *h, H264SliceContext *sl, int mb_type, int simple, int transform_bypass, int pixel_shift, const int *block_offset, int linesize, uint8_t *dest_y, int p) hl_decode_mb_idct_luma() argument
802 const int mb_type = h->cur_pic.mb_type[mb_xy]; ff_h264_hl_decode_mb() local
[all...]
H A Dvp56.c427 vp56_render_mb(VP56Context *s, int row, int col, int is_alpha, VP56mb mb_type) vp56_render_mb() argument
492 VP56mb mb_type; vp56_decode_mb() local
511 VP56mb mb_type; vp56_conceal_mb() local
[all...]
H A Derror_resilience.c1147 const int mb_type = s->cur_pic.mb_type[mb_xy]; ff_er_frame_end() local
1186 const int mb_type = s->cur_pic.mb_type[mb_xy]; ff_er_frame_end() local
1235 const int mb_type = s->cur_pic.mb_type[mb_xy]; ff_er_frame_end() local
1291 const int mb_type = s->cur_pic.mb_type[mb_xy]; ff_er_frame_end() local
[all...]
H A Dmpeg4videoenc.c498 int mb_type = mb_type_table[s->mv_dir]; in ff_mpeg4_encode_mb() local
439 get_b_cbp(MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y, int mb_type) get_b_cbp() argument
[all...]
H A Dh264_cabac.c1308 int mb_type; in decode_cabac_intra_mb_type() local
1870 decode_cabac_luma_residual(const H264Context *h, H264SliceContext *sl, const uint8_t *scan, const uint8_t *scan8x8, int pixel_shift, int mb_type, int cbp, int p) decode_cabac_luma_residual() argument
1924 int mb_type, partition_count, cbp = 0; ff_h264_decode_mb_cabac() local
[all...]
H A Dh264_cavlc.c699 unsigned int mb_type, cbp; in ff_h264_decode_mb_cavlc() local
625 decode_luma_residual(const H264Context *h, H264SliceContext *sl, GetBitContext *gb, const uint8_t *scan, const uint8_t *scan8x8, int pixel_shift, int mb_type, int cbp, int p) decode_luma_residual() argument
[all...]
H A Dvp56.h122 uint8_t mb_type[3][10][10]; /* model for decoding MB type */ member
161 VP56mb mb_type; member
H A Dmpeg4videodec.c1386 int cbp, mb_type, use_intra_dc_vlc; mpeg4_decode_partitioned_mb() local
1620 int mb_type; mpeg4_decode_mb() local
[all...]
H A Dmpeg12dec.c663 int i, j, k, cbp, val, mb_type, motion_type; in mpeg_decode_mb() local
677 int mb_type; in mpeg_decode_mb() local
[all...]
H A Dh264_slice.c2414 static int fill_filter_caches(const H264Context *h, H264SliceContext *sl, int mb_type) in fill_filter_caches() argument
2330 fill_filter_caches_inter(const H264Context *h, H264SliceContext *sl, int mb_type, int top_xy, int left_xy[LEFT_MBS], int top_type, int left_type[LEFT_MBS], int mb_xy, int list) fill_filter_caches_inter() argument
2571 int mb_xy, mb_type; loop_filter() local
2629 int mb_type = (h->slice_table[mb_xy - 1] == sl->slice_num) ? predict_field_decoding_flag() local
[all...]
H A Dmotion_est.c897 int mb_type=0; in ff_estimate_p_frame_motion() local
[all...]

Completed in 29 milliseconds

12