Home | History | Annotate | Download | only in encoder

Lines Matching defs:recon

1640                                  const uint8_t *recon, int recon_stride,
1650 vp9_mse16x16(orig + col, orig_stride, recon + col, recon_stride, &sse);
1658 const uint8_t *border_recon = recon;
1672 recon += recon_stride * 16;
1678 diff = orig[col] - recon[col];
1683 recon += recon_stride;
3254 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show;
3257 calc_psnr(orig, recon, &psnr);
3284 frame_ssim2 = vp9_calc_ssim(orig, recon, 1, &weight);