Home
last modified time | relevance | path

Searched refs:MBs (Results 1 – 25 of 30) sorted by relevance

12

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c279 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()
994 (estimate_bits_at_q(1, Q, cpi->common.MBs, 1.0) * in calc_pframe_target_size()
1018 if (cpi->zeromv_count > (cpi->common.MBs >> 1)) { in calc_pframe_target_size()
1061 cpi->common.MBs) / in vp8_update_rate_correction_factors()
1189 target_bits_per_mb = (target_bits_per_frame / cpi->common.MBs) in vp8_regulate_q()
1193 (target_bits_per_frame << BPER_MB_NORMBITS) / cpi->common.MBs; in vp8_regulate_q()
[all …]
Dencodeframe.c135 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()
Dfirstpass.c770 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs; in vp8_first_pass()
771 fps.pcnt_second_ref = 1.0 * (double)second_ref_count / cm->MBs; in vp8_first_pass()
772 fps.pcnt_neutral = 1.0 * (double)neutral_count / cm->MBs; in vp8_first_pass()
786 fps.pcnt_motion = 1.0 * (double)mvcount / cpi->common.MBs; in vp8_first_pass()
883 cpi->common.MBs) * in estimate_modemvcost()
916 int num_mbs = cpi->common.MBs; in estimate_max_q()
1031 int num_mbs = cpi->common.MBs; in estimate_cq()
1107 int num_mbs = cpi->common.MBs; in estimate_q()
1153 int num_mbs = cpi->common.MBs; in estimate_kf_group_q()
1284 cpi->twopass.kf_intra_err_min = KF_MB_INTRA_MIN * cpi->common.MBs; in vp8_init_second_pass()
[all …]
Donyx_if.c958 unsigned int total_mbs = cm->MBs; in vp8_set_speed_features()
2061 cpi->mb.error_bins[0] = cpi->common.MBs; in vp8_create_compressor()
2187 cnt_pm /= cpi->common.MBs; in vp8_remove_compressor()
2732 double minerror = cm->MBs * 256; in decide_key_frame()
3963 (int)(cpi->mb.prediction_error / cpi->common.MBs); in encode_frame_to_data_rate()
4241 if (cpi->common.MBs == cpi->mb.skip_true_count && in encode_frame_to_data_rate()
5010 cpi->lf_zeromv_pct = (cpi->zeromv_count * 100) / cm->MBs; in vp8_get_compressed_data()
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h98 int MBs; member
Dalloccommon.c87 oci->MBs = oci->mb_rows * oci->mb_cols; in vp8_alloc_frame_buffers()
/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c103 const int mbs = cm->mi_params.MBs; in av1_cyclic_refresh_estimate_bits_at_q()
133 int num4x4bl = cm->mi_params.MBs << 4; in av1_cyclic_refresh_rc_bits_per_mb()
341 int num4x4bl = cm->mi_params.MBs << 4; in av1_cyclic_refresh_update_parameters()
Dratectrl.c481 const int MBs = av1_get_MBs(width, height); in av1_rc_update_rate_correction_factors() local
499 cm->current_frame.frame_type, cm->quant_params.base_qindex, MBs, in av1_rc_update_rate_correction_factors()
615 const int MBs = av1_get_MBs(width, height); in av1_rc_regulate_q() local
619 (int)(((uint64_t)target_bits_per_frame << BPER_MB_NORMBITS) / MBs); in av1_rc_regulate_q()
1786 const int MBs = av1_get_MBs(width, height); in av1_rc_update_framerate() local
1806 AOMMAX(AOMMAX((MBs * MAX_MB_RATE), MAXRATE_1080P), vbr_max_bits); in av1_rc_update_framerate()
Dfirstpass.c761 : mi_params->MBs; in update_firstpass_stats()
1022 : mi_params->MBs; in av1_first_pass()
Dpass2_strategy.c228 : cpi->common.mi_params.MBs; in get_twopass_worst_quality()
1663 : cm->mi_params.MBs; in define_gf_group()
2463 : cm->mi_params.MBs; in process_first_pass_stats()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h158 int MBs; member
280 frame_info->num_mbs = cm->MBs; in init_frame_info()
Dvp9_alloccommon.c38 vp9_set_mb_size(&cm->mb_rows, &cm->mb_cols, &cm->MBs, cm->mi_rows, in vp9_set_mb_mi()
/external/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp318 std::vector<std::unique_ptr<MemoryBuffer>> MBs; in libDriverMain() local
351 MBs.push_back(std::move(*MOrErr)); in libDriverMain()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp318 std::vector<std::unique_ptr<MemoryBuffer>> MBs; in libDriverMain() local
351 MBs.push_back(std::move(*MOrErr)); in libDriverMain()
/external/ltp/testcases/kernel/fs/fs_di/
Dfs_di73 …-S SIZE in Mb Size of usable partition (in MBs) on which the testing is carried out (needs to be…
/external/llvm-project/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp231 std::vector<std::unique_ptr<MemoryBuffer>> MBs; in run() local
345 MBs.push_back(std::move(MB)); in run()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c109 int mbs = cm->MBs; in vp9_cyclic_refresh_estimate_bits_at_q()
478 int num8x8bl = cm->MBs << 2; in vp9_cyclic_refresh_update_parameters()
Dvp9_mbgraph.c347 if (cm->MBs) in separate_arf_mbs()
Dvp9_ratectrl.c755 vp9_estimate_bits_at_q(frame_type, cm->base_qindex, cm->MBs, in vp9_rc_update_rate_correction_factors()
824 (int)(((uint64_t)target_bits_per_frame << BPER_MB_NORMBITS) / cm->MBs); in vp9_rc_regulate_q()
2558 VPXMAX(VPXMAX((cm->MBs * MAX_MB_RATE), MAXRATE_1080P), vbr_max_bits); in vp9_rc_update_framerate()
3184 (int)(((uint64_t)target_size << BPER_MB_NORMBITS) / cm->MBs); in vp9_encodedframe_overshoot()
Dvp9_firstpass.c708 : 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()
Dvp9_encoder.c2196 cpi->initial_mbs = cm->MBs; in update_initial_width()
2348 vpx_calloc(cm->MBs * sizeof(*cpi->mbgraph_stats[i].mb_stats), 1)); in vp9_create_compressor()
2356 vpx_calloc(cm->MBs * sizeof(uint8_t), 1)); in vp9_create_compressor()
2509 const size_t psz = cpi->common.MBs * sizeof(uint8_t); in vp9_create_compressor()
2516 (ps - 1) * cpi->common.MBs * sizeof(uint8_t); in vp9_create_compressor()
2559 CHECK_MEM_ERROR(cm, cpi->source_diff_var, vpx_calloc(cm->MBs, sizeof(diff))); in vp9_create_compressor()
3579 cpi->rc.projected_frame_size / cpi->common.MBs,
/external/tflite-support/
D.bazelrc18 # Suppress C++ compiler warnings, otherwise build logs become 10s of MBs.
/external/libaom/libaom/av1/decoder/
Ddecoder.c64 mi_params->MBs = mi_params->mb_rows * mi_params->mb_cols; in dec_set_mb_mi()
/external/libaom/libaom/av1/common/
Dav1_common_int.h394 int MBs; member
/external/perfetto/docs/design-docs/
Dprotozero.md336 but opens a further challenge: a message can be several MBs big. Looking at this

12