Bug fix in highbd psnr computation with postproc

Change-Id: I6944a5fc38d6a89e1bb739938c6ecae7ec731b8d
This commit is contained in:
Debargha Mukherjee 2015-06-12 11:56:42 -07:00
parent 3bf31c4c98
commit dcb3d7f398

View File

@ -4060,7 +4060,7 @@ int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
vp9_clear_system_state();
#if CONFIG_VP9_HIGHBITDEPTH
calc_highbd_psnr(orig, pp, &psnr, cpi->mb.e_mbd.bd,
calc_highbd_psnr(orig, pp, &psnr2, cpi->mb.e_mbd.bd,
cpi->oxcf.input_bit_depth);
#else
calc_psnr(orig, pp, &psnr2);