]> granicus.if.org Git - libvpx/commit
Disable early exit based on distortion in lossless
authorYaowu Xu <yaowu@google.com>
Thu, 5 Dec 2013 21:41:18 +0000 (13:41 -0800)
committerYaowu Xu <yaowu@google.com>
Fri, 6 Dec 2013 21:37:55 +0000 (13:37 -0800)
commitf8c06fb2accc4dfad363547a752a3be210ede0f8
treed4cdd573dac0d876a2231d9d92af8bb1e615d802
parent6df9ec52a08733af1117f271dc5b7773208860cd
Disable early exit based on distortion in lossless

In lossless coding, distortion is always 0. Early exit based on this
metric was incorrect.

This CL also changed to use best_rd instead of distortion as the metric
for easly exit as requested by Jim.

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