Fix error in get_ul_intra_threshold() for 10/12 bit.
authorpaulwilkins <paulwilkins@google.com>
Thu, 30 Jun 2016 12:38:57 +0000 (13:38 +0100)
committerpaulwilkins <paulwilkins@google.com>
Thu, 30 Jun 2016 12:38:57 +0000 (13:38 +0100)
commite25d6252a41bcc10bd099569193aac4a032589fc
treeddc816c2550a09c7575d853ad34a2d43b74d76bd
parentf9a3d08f1b4c1a41d87d9d74b640d68e9dacda8d
Fix error in get_ul_intra_threshold() for 10/12 bit.

The scaling of the threshold for 10 and 12 bit here appears
to be in the wrong direction. For 10 and 12 bit we expect sse
values to be higher and hence the threshold used should be
scaled up not down.

Change-Id: I2678116652b539aef48100e0f22873edd4f5a786
vp9/encoder/vp9_firstpass.c