]> granicus.if.org Git - libvpx/commit
Update rdcost using the rd_mult in current block
authorsdeng <sdeng@google.com>
Fri, 31 May 2019 22:11:53 +0000 (15:11 -0700)
committersdeng <sdeng@google.com>
Sat, 1 Jun 2019 22:12:39 +0000 (15:12 -0700)
commit6cf62dcf8a560e6a5c1025c9b7bcd7ca2f923d56
tree4c2143df1fd7a0c9743d34f325ab44dca7b610e0
parent5cfaf561d9928261f3ff49d744239cc0dcf877b9
Update rdcost using the rd_mult in current block

This CL is a preparation for implementing hierarchical SSIM rdmult scaling.
There is very little impact on metrics and speed:
       avg_psnr ovr_psnr  ssim
midres   0.009   0.009   0.015

perf stat -e instructions:u ./vpxenc park_joy_480p.y4m --limit=50
with this cl: 317,722,808,461
before:       317,700,108,619

Change-Id: I7b1d1482ac69f7bc87065a93223a0274bcbe8ce3
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_rd.c
vp9/encoder/vp9_rd.h