/external/libvpx/libvpx/vp8/encoder/ |
D | ratectrl.c | 279 static int estimate_bits_at_q(int frame_kind, int Q, int MBs, in estimate_bits_at_q() argument 287 if (MBs > (1 << 11)) { in estimate_bits_at_q() 288 return (Bpm >> BPER_MB_NORMBITS) * MBs; in estimate_bits_at_q() 290 return (Bpm * MBs) >> BPER_MB_NORMBITS; in estimate_bits_at_q() 305 target = estimate_bits_at_q(INTRA_FRAME, Q, cpi->common.MBs, in calc_iframe_target_size() 990 (estimate_bits_at_q(1, Q, cpi->common.MBs, 1.0) * in calc_pframe_target_size() 1014 if (cpi->zeromv_count > (cpi->common.MBs >> 1)) { in calc_pframe_target_size() 1057 cpi->common.MBs) / in vp8_update_rate_correction_factors() 1177 target_bits_per_mb = (target_bits_per_frame / cpi->common.MBs) in vp8_regulate_q() 1181 (target_bits_per_frame << BPER_MB_NORMBITS) / cpi->common.MBs; in vp8_regulate_q() [all …]
|
D | encodeframe.c | 135 vpx_calloc(sizeof(unsigned int), cpi->common.MBs)); in calc_av_activity() 139 sizeof(unsigned int) * cpi->common.MBs); in calc_av_activity() 142 for (i = 1; i < cpi->common.MBs; ++i) { in calc_av_activity() 155 median = (1 + sortlist[cpi->common.MBs >> 1] + in calc_av_activity() 156 sortlist[(cpi->common.MBs >> 1) + 1]) >> in calc_av_activity() 165 cpi->activity_avg = (unsigned int)(activity_sum / cpi->common.MBs); in calc_av_activity()
|
D | firstpass.c | 775 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs; in vp8_first_pass() 776 fps.pcnt_second_ref = 1.0 * (double)second_ref_count / cm->MBs; in vp8_first_pass() 777 fps.pcnt_neutral = 1.0 * (double)neutral_count / cm->MBs; in vp8_first_pass() 791 fps.pcnt_motion = 1.0 * (double)mvcount / cpi->common.MBs; in vp8_first_pass() 888 cpi->common.MBs) * in estimate_modemvcost() 921 int num_mbs = cpi->common.MBs; in estimate_max_q() 1036 int num_mbs = cpi->common.MBs; in estimate_cq() 1112 int num_mbs = cpi->common.MBs; in estimate_q() 1158 int num_mbs = cpi->common.MBs; in estimate_kf_group_q() 1289 cpi->twopass.kf_intra_err_min = KF_MB_INTRA_MIN * cpi->common.MBs; in vp8_init_second_pass() [all …]
|
D | onyx_if.c | 957 unsigned int total_mbs = cm->MBs; in vp8_set_speed_features() 2053 cpi->mb.error_bins[0] = cpi->common.MBs; in vp8_create_compressor() 2179 cnt_pm /= cpi->common.MBs; in vp8_remove_compressor() 2723 double minerror = cm->MBs * 256; in decide_key_frame() 4230 if (cpi->common.MBs == cpi->mb.skip_true_count && in encode_frame_to_data_rate() 4992 cpi->lf_zeromv_pct = (cpi->zeromv_count * 100) / cm->MBs; in vp8_get_compressed_data()
|
D | pickinter.c | 59 unsigned int max_num = (cpi->common.MBs) / 10; in check_dot_artifact_candidate()
|
/external/libaom/libaom/av1/encoder/ |
D | aq_cyclicrefresh.c | 141 int mbs = cm->MBs; in av1_cyclic_refresh_estimate_bits_at_q() 174 int num4x4bl = cm->MBs << 4; in av1_cyclic_refresh_rc_bits_per_mb() 364 int num4x4bl = cm->MBs << 4; in av1_cyclic_refresh_update_parameters()
|
D | pass2_strategy.c | 209 : cpi->common.MBs; in get_twopass_worst_quality() 251 : cpi->common.MBs; in get_sr_decay_rate() 383 : cpi->common.MBs; in calc_frame_boost() 897 : cpi->common.MBs; in define_gf_group() 1626 : cpi->common.MBs; in av1_get_second_pass_params()
|
D | ratectrl.c | 421 const int MBs = av1_get_MBs(width, height); in av1_rc_update_rate_correction_factors() local 439 cpi->common.current_frame.frame_type, cm->base_qindex, MBs, in av1_rc_update_rate_correction_factors() 555 const int MBs = av1_get_MBs(width, height); in av1_rc_regulate_q() local 559 (int)((uint64_t)(target_bits_per_frame) << BPER_MB_NORMBITS) / MBs; in av1_rc_regulate_q() 1801 const int MBs = av1_get_MBs(width, height); in av1_rc_update_framerate() local 1821 AOMMAX(AOMMAX((MBs * MAX_MB_RATE), MAXRATE_1080P), vbr_max_bits); in av1_rc_update_framerate()
|
D | mbgraph.c | 346 if (cm->MBs) in separate_arf_mbs()
|
D | firstpass.c | 755 : cpi->common.MBs; in av1_first_pass()
|
/external/libvpx/libvpx/vp8/common/ |
D | onyxc_int.h | 98 int MBs; member
|
D | alloccommon.c | 87 oci->MBs = oci->mb_rows * oci->mb_cols; in vp8_alloc_frame_buffers()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/ |
D | llvm-lto2.cpp | 188 std::vector<std::unique_ptr<MemoryBuffer>> MBs; in run() local 284 MBs.push_back(std::move(MB)); in run()
|
/external/ltp/testcases/kernel/fs/fs_di/ |
D | fs_di | 73 …-S SIZE in Mb Size of usable partition (in MBs) on which the testing is carried out (needs to be…
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_alloccommon.c | 30 cm->MBs = cm->mb_rows * cm->mb_cols; in vp9_set_mb_mi()
|
D | vp9_onyxc_int.h | 158 int MBs; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 109 int mbs = cm->MBs; in vp9_cyclic_refresh_estimate_bits_at_q() 477 int num8x8bl = cm->MBs << 2; in vp9_cyclic_refresh_update_parameters()
|
D | vp9_mbgraph.c | 347 if (cm->MBs) in separate_arf_mbs()
|
D | vp9_firstpass.c | 707 : cpi->common.MBs; in first_pass_stat_calc() 1395 vpx_calloc(cm->MBs * sizeof(*cpi->twopass.fp_mb_float_stats), 1)); in vp9_first_pass() 1411 vp9_zero_array(cpi->twopass.fp_mb_float_stats, cm->MBs); in vp9_first_pass() 1562 : cpi->common.MBs; in get_twopass_worst_quality()
|
D | vp9_ratectrl.c | 744 vp9_estimate_bits_at_q(frame_type, cm->base_qindex, cm->MBs, in vp9_rc_update_rate_correction_factors() 813 (int)(((uint64_t)target_bits_per_frame << BPER_MB_NORMBITS) / cm->MBs); in vp9_rc_regulate_q() 2429 VPXMAX(VPXMAX((cm->MBs * MAX_MB_RATE), MAXRATE_1080P), vbr_max_bits); in vp9_rc_update_framerate() 3055 (int)(((uint64_t)target_size << BPER_MB_NORMBITS) / cm->MBs); in vp9_encodedframe_overshoot()
|
D | vp9_encoder.c | 2190 vpx_calloc(cm->MBs * sizeof(*cpi->mbgraph_stats[i].mb_stats), 1)); in vp9_create_compressor() 2198 vpx_calloc(cm->MBs * sizeof(uint8_t), 1)); in vp9_create_compressor() 2344 const size_t psz = cpi->common.MBs * sizeof(uint8_t); in vp9_create_compressor() 2351 (ps - 1) * cpi->common.MBs * sizeof(uint8_t); in vp9_create_compressor() 2373 CHECK_MEM_ERROR(cm, cpi->source_diff_var, vpx_calloc(cm->MBs, sizeof(diff))); in vp9_create_compressor() 3379 cpi->rc.projected_frame_size / cpi->common.MBs, 5020 cpi->initial_mbs = cm->MBs;
|
D | vp9_encodeframe.c | 5426 ? (cm->MBs * VAR_HIST_LARGE_CUT_OFF / 100) in set_var_thresh_from_histogram() 5427 : (cm->MBs * VAR_HIST_SMALL_CUT_OFF / 100); in set_var_thresh_from_histogram() 5513 vpx_calloc(cm->MBs, sizeof(diff))); in source_var_based_partition_search_method() 5657 cm->current_video_frame * cm->MBs * sizeof(uint8_t); in input_fpmb_stats() 5938 mode_thrs[i] = (mode_thrs[i] + rdc->comp_pred_diff[i] / cm->MBs) / 2; in vp9_encode_frame() 5941 filter_thrs[i] = (filter_thrs[i] + rdc->filter_diff[i] / cm->MBs) / 2; in vp9_encode_frame()
|
/external/libaom/libaom/av1/common/ |
D | alloccommon.c | 81 cm->MBs = cm->mb_rows * cm->mb_cols; in av1_set_mb_mi()
|
D | onyxc_int.h | 377 int MBs; member
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | config.proto | 52 // a reasonable default (several MBs).
|