Home | History | Annotate | Download | only in encoder

Lines Matching refs:intra_error

3320         double change = 1.0 * abs((int)(cpi->intra_error - cpi->last_intra_error)) / (1 + cpi->last_intra_error);
3326 if (10 * cpi->intra_error / (1 + cpi->prediction_error) < 15
3338 (int) cpi->intra_error,
3339 (int)((10 * cpi->intra_error) / cpi->prediction_error),
3347 cpi->last_intra_error = cpi->intra_error;
3350 if (10 * cpi->intra_error / (1 + cpi->prediction_error) < 15
4163 cpi->one_pass_frame_stats[cpi->one_pass_frame_index].frame_intra_error = (double)cpi->intra_error;