Home | History | Annotate | Download | only in encoder

Lines Matching refs:distortion

1019     // Keep record of the total distortion this time around for future use
1237 int distortion;
1261 inter_error = vp8_rd_pick_inter_mode(cpi, x, recon_yoffset, recon_uvoffset, &rate, &distortion, &intra_error);
1275 inter_error = vp8_pick_inter_mode(cpi, x, recon_yoffset, recon_uvoffset, &rate, &distortion, &intra_error);
1283 cpi->frame_distortion += distortion;
1284 cpi->last_mb_distortion = distortion;