Lines Matching refs:MBs
735 // adjust to the next row of mbs
773 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
774 fps.pcnt_second_ref = 1.0 * (double)second_ref_count / cm->MBs;
775 fps.pcnt_neutral = 1.0 * (double)neutral_count / cm->MBs;
787 fps.pcnt_motion = 1.0 * (double)mvcount / cpi->common.MBs;
846 int num_mbs = cpi->common.MBs;
946 int num_mbs = cpi->common.MBs;
997 int num_mbs = cpi->common.MBs;
1095 int num_mbs = cpi->common.MBs;
1201 cpi->kf_intra_err_min = KF_MB_INTRA_MIN * cpi->common.MBs;
1202 cpi->gf_intra_err_min = GF_MB_INTRA_MIN * cpi->common.MBs;
1264 // Initial basis is the % mbs inter coded
1417 mod_frame_err / DOUBLE_DIVIDE_CHECK((double)cpi->common.MBs);