]> granicus.if.org Git - libvpx/commit
Use correct bit cost while static-thresh is on
authorYunqing Wang <yunqingwang@google.com>
Fri, 30 Aug 2013 22:19:49 +0000 (15:19 -0700)
committerYunqing Wang <yunqingwang@google.com>
Fri, 30 Aug 2013 22:25:13 +0000 (15:25 -0700)
commit0ca7855f67a3a084b0f8de45cec14f8467619c71
tree7cf908c974e94878ae96d531c19799815f44bee6
parent2b9baca4f00a417eef615aedcaec1e6befdbeb1c
Use correct bit cost while static-thresh is on

While static-thresh is on, we only need to transmit skip
flag if skip = 1. The cost of skip bit is added to the
total rate cost.

Change-Id: I64e73e482bc297eba22907026298a15fa8cc3920
vp9/encoder/vp9_rdopt.c