]> granicus.if.org Git - libvpx/commit
Avoid setting rate multiplier as 0
authorhui su <huisu@google.com>
Mon, 24 Aug 2015 18:40:04 +0000 (11:40 -0700)
committerhui su <huisu@google.com>
Mon, 24 Aug 2015 18:47:36 +0000 (11:47 -0700)
commit697a8e6fe606d67e84164de46e0dbb198531f613
tree04288154b7b98665d2880e2d9d439253f479e950
parent41be09afee1cf24494776f9bc44ae71aeb8707e9
Avoid setting rate multiplier as 0

In high bitdepth setting, the rate multipier may be set as 0. In
lossless mode, the RD cost would always be 0, resulting in bad
partition and prediction mode choices.

Change-Id: I297014dd8bfa8a07ff0ab480119f75678300ff68
vp10/encoder/rd.c
vp9/encoder/vp9_rd.c