Lines Matching refs:MBs
773 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs; in vp8_first_pass()
774 fps.pcnt_second_ref = 1.0 * (double)second_ref_count / cm->MBs; in vp8_first_pass()
775 fps.pcnt_neutral = 1.0 * (double)neutral_count / cm->MBs; in vp8_first_pass()
787 fps.pcnt_motion = 1.0 * (double)mvcount / cpi->common.MBs; in vp8_first_pass()
846 int num_mbs = cpi->common.MBs; in estimate_max_q()
946 int num_mbs = cpi->common.MBs; in estimate_q()
997 int num_mbs = cpi->common.MBs; in estimate_kf_group_q()
1095 int num_mbs = cpi->common.MBs; in estimate_cq()
1201 cpi->kf_intra_err_min = KF_MB_INTRA_MIN * cpi->common.MBs; in vp8_init_second_pass()
1202 cpi->gf_intra_err_min = GF_MB_INTRA_MIN * cpi->common.MBs; in vp8_init_second_pass()
1417 mod_frame_err / DOUBLE_DIVIDE_CHECK((double)cpi->common.MBs); in define_gf_group()