Lines Matching full:prediction_error
3075 double change2 = 1.0 * abs((int)(cpi->prediction_error - cpi->last_prediction_error)) / (1 + cpi->last_prediction_error);
3080 if (10 * cpi->intra_error / (1 + cpi->prediction_error) < 15
3081 && cpi->prediction_error > minerror
3086 if (cpi->prediction_error <= 0)
3087 cpi->prediction_error = 1;
3091 (int) cpi->prediction_error,
3093 (int)((10 * cpi->intra_error) / cpi->prediction_error),
3102 cpi->last_prediction_error = cpi->prediction_error;
3104 if (10 * cpi->intra_error / (1 + cpi->prediction_error) < 15
3105 && cpi->prediction_error > minerror
4164 cpi->one_pass_frame_stats[cpi->one_pass_frame_index].frame_coded_error = (double)cpi->prediction_error;