commit | 62a1579525afad6e874dbbfe5c2f6233257013aa | [log] [tgz] |
---|---|---|
author | Ronald S. Bultje <rsbultje@gmail.com> | Wed Sep 30 18:45:08 2015 -0400 |
committer | Ronald S. Bultje <rsbultje@gmail.com> | Thu Oct 01 10:11:54 2015 -0400 |
tree | 971ff71473c2cfc36d2a406b0fdffce47e54aae3 | |
parent | b1d85bf60f85a5b2f049d6a13c69f129ab740b7a [diff] |
vp10: reimplement d45/4x4 to match vp8 instead of vp9. This is more a proof of concept than anything else. The problem here isn't so much how to code it, but rather where to place the resulting code. All intrapred DSP code lives in vpx_dsp, so do we want the vp10 specific intra pred functions to live there, or in vp10/? See issue 1015. Change-Id: I675f7badcc8e18fd99a9553910ecf3ddf81f0a05