]> granicus.if.org Git - libvpx/commit
Take out assertion for block_yrd in rtc coding flow
authorJingning Han <jingning@google.com>
Wed, 17 Jun 2015 15:49:02 +0000 (08:49 -0700)
committerJingning Han <jingning@google.com>
Wed, 17 Jun 2015 15:51:16 +0000 (08:51 -0700)
commit7f6cddb58ff317875677d7259f846cede0ecd6ad
treeed7f307c47250eb322d3bd6c030f6d27444376b3
parent0d51a97ae9b35faaffc1c32f6fd6b16897172e69
Take out assertion for block_yrd in rtc coding flow

The internal behavior of block_yrd differs in high bit depth
settings from 8-bit one. This causes the assertion condition not
true for high bit depth.

Change-Id: I15dc02e7162d27cabe78c451941d769d488b1174
vp9/encoder/vp9_pickmode.c