Home | History | Annotate | Download | only in encoder

Lines Matching refs:gf_group_error_left

1745       twopass->gf_group_error_left = (int64_t)(gf_group_err - mod_frame_err);
1747 twopass->gf_group_error_left = (int64_t)(gf_group_err
1750 twopass->gf_group_error_left = (int64_t)gf_group_err;
1800 if (cpi->twopass.gf_group_error_left > 0)
1802 err_fraction = modified_err / cpi->twopass.gf_group_error_left;
1815 cpi->twopass.gf_group_error_left -= (int64_t)modified_err;