Searched refs:gf_intra_err_min (Results 1 – 4 of 4) sorted by relevance
97 double gf_intra_err_min; member
1039 twopass->gf_intra_err_min = GF_MB_INTRA_MIN * cpi->common.MBs; in vp9_init_second_pass()1184 if (this_frame->intra_error > twopass->gf_intra_err_min) in calc_frame_boost()1188 frame_boost = (IIFACTOR * twopass->gf_intra_err_min / in calc_frame_boost()2175 twopass->gf_intra_err_min = GF_MB_INTRA_MIN * cpi->common.MBs; in vp9_rc_get_second_pass_params()
584 double gf_intra_err_min; member
1366 cpi->twopass.gf_intra_err_min = GF_MB_INTRA_MIN * cpi->common.MBs; in vp8_init_second_pass()1593 if (this_frame->intra_error > cpi->twopass.gf_intra_err_min) in calc_frame_boost()1597 frame_boost = (IIFACTOR * cpi->twopass.gf_intra_err_min / in calc_frame_boost()