Searched defs:mb_size (Results 1 – 18 of 18) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_mestimate.c | 39 int mb_size; ///< macroblock size member 117 static void add_mv_data(AVMotionVector *mv, int mb_size, in add_mv_data()
|
D | motion_estimation.h | 45 int mb_size; member
|
D | motion_estimation.c | 45 void ff_me_init_context(AVMotionEstContext *me_ctx, int mb_size, int search_param, in ff_me_init_context()
|
D | vf_minterpolate.c | 174 int mb_size; member 592 int mb_size = me_ctx->mb_size; in var_size_bme() local
|
/third_party/ffmpeg/libavcodec/ |
D | h263dec.c | 197 const int mb_size = 16 >> s->avctx->lowres; in decode_slice() local
|
D | rv30.c | 41 int mb_size; in rv30_parse_slice_header() local
|
D | indeo5.c | 62 int result, i, p, tile_size, pic_size_indx, mb_size, blk_size, is_scalable; in decode_gop_header() local
|
D | ivi.h | 132 int mb_size; member 158 int mb_size; ///< macroblock size member 286 #define IVI_MBs_PER_TILE(tile_width, tile_height, mb_size) \ argument
|
D | clearvideo.c | 55 int mb_size; member 344 static void mvi_reset(MVInfo *mvi, int mb_w, int mb_h, int mb_size) in mvi_reset()
|
D | libx265.c | 421 int mb_size = (ctx->params->rc.qgSize == 8) ? 8 : 16; in libx265_encode_set_roi() local
|
D | rv40.c | 138 int mb_size; in rv40_parse_slice_header() local
|
D | h264_cavlc.c | 775 const int mb_size = ff_h264_mb_sizes[h->ps.sps->chroma_format_idc] * in ff_h264_decode_mb_cavlc() local
|
D | h264_cabac.c | 2027 const int mb_size = ff_h264_mb_sizes[sps->chroma_format_idc] * in ff_h264_decode_mb_cabac() local
|
D | ivi.c | 756 int mb_size = band->mb_size; in ivi_process_empty_tile() local
|
D | rv34.c | 322 int ff_rv34_get_start_offset(GetBitContext *gb, int mb_size) in ff_rv34_get_start_offset()
|
D | mpeg12dec.c | 1851 const int mb_size = 16 >> s->avctx->lowres; in mpeg_decode_slice() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | syntax_enc.c | 268 const int mb_size = enc->mb_w_ * enc->mb_h_; in GeneratePartition0() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | syntax_enc.c | 268 const int mb_size = enc->mb_w_ * enc->mb_h_; in GeneratePartition0() local
|