]> granicus.if.org Git - libvpx/commit
Add shift stage for PSNRHVS computation
authorYaowu Xu <yaowu@google.com>
Mon, 22 Feb 2016 18:22:42 +0000 (10:22 -0800)
committerYaowu Xu <yaowu@google.com>
Mon, 22 Feb 2016 18:22:42 +0000 (10:22 -0800)
commit195bf52bcabea8a077db6eab5cf9a2eaf929f670
treec863a7742f5c25a69212e486cde7d83eb37b397d
parent6e695da2d9ef45ceca716ab8da9ae7e62f151e39
Add shift stage for PSNRHVS computation

This commit adds the ability to shift down the working buffer when
source bit_depth is different than working bit_depth. It does so
by shift down to be consistent with source bit_depth.

Change-Id: Idfdbfc614d73fe445d62e35e642cc7d75e9dc4ff
vpx_dsp/psnrhvs.c