]> granicus.if.org Git - libvpx/commit
Remove unnecessary calls to load_pred_mv()
authorHui Su <huisu@google.com>
Fri, 3 Aug 2018 19:49:29 +0000 (12:49 -0700)
committerHui Su <huisu@google.com>
Mon, 6 Aug 2018 17:15:30 +0000 (17:15 +0000)
commitbc37fc0fec0390357a50bf4d05b29d6982d0b680
tree9d30676b8cd728dd70966d97e00b1966c8d948dc
parent4c7e8b55a6a68cd7968966c67c0135faf7cea9d9
Remove unnecessary calls to load_pred_mv()

This improves compression performance slightly:
Speed 1:
         avg_psnr   ovr_psnr   ssim
lowres   -0.03%     -0.03%    -0.05%
midres   -0.16%     -0.20%    -0.30%
hdres    -0.13%     -0.13%    -0.16%

Speed 2:
         avg_psnr   ovr_psnr   ssim
lowres   -0.02%     -0.02%    -0.03%
midres   -0.08%     -0.06%    -0.10%
hdres    -0.08%     -0.08%    -0.10%

Change-Id: Id357c1f98042f3c7af56f99e534bc81ea9a7cf36
vp9/encoder/vp9_encodeframe.c