Searched refs:mbn (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ivi.c | 597 int mbn, blk, num_blocks, blk_size, ret, is_intra; in ivi_decode_blocks() local 624 for (mbn = 0, mb = tile->mbs; mbn < tile->num_MBs; mb++, mbn++) { in ivi_decode_blocks() 749 int x, y, need_mc, mbn, blk, num_blocks, mv_x, mv_y, mc_type; in ivi_process_empty_tile() local 836 for (mbn = 0, mb = tile->mbs; mbn < tile->num_MBs; mb++, mbn++) { in ivi_process_empty_tile()
|
D | cinepakenc.c | 702 int x, y, i, j, k, x2, y2, x3, y3, plane, shift, mbn; in quantize() local 711 for (mbn = i = y = 0; y < h; y += MB_SIZE) { in quantize() 712 for (x = 0; x < s->w; x += MB_SIZE, ++mbn) { in quantize() 717 if (s->mb[mbn].best_encoding != encoding) in quantize()
|
D | libx264.c | 720 int mbn = AV_CEIL_RSHIFT(avctx->width, 4) * AV_CEIL_RSHIFT(avctx->height, 4); in X264_init() local 725 …x4->params.i_frame_reference = av_clip(x264_levels[i].dpb / mbn / scale, 1, x4->params.i_frame_ref… in X264_init()
|
/third_party/boost/boost/math/special_functions/ |
D | beta.hpp | 892 T mbn = b - n; in beta_small_b_large_a_series() local 896 mbn = m * b - n; in beta_small_b_large_a_series() 897 p[n] += mbn * p[n-m] / boost::math::unchecked_factorial<T>(tmp1); in beta_small_b_large_a_series()
|