commit | d6c67f02c9aae706701d3b94c20830b056c57ded | [log] [tgz] |
---|---|---|
author | John Koleszar <jkoleszar@google.com> | Tue Oct 26 11:37:23 2010 -0400 |
committer | John Koleszar <jkoleszar@google.com> | Tue Oct 26 13:23:36 2010 -0400 |
tree | 62400b33f9bdeafeab808ae9e876d58806838bf5 | |
parent | 96cf6588dea579d151679aec7c17ea9aeb1437ac [diff] |
make vp8_recon16x16mb{,y} RTCD functions ARM NEON has a platform specific version of vp8_recon16x16mb, though it's just a stub to extract the various parameters from the MACROBLOCKD struct and pass them to vp8_recon16x16mb_neon(). Using that function's prototype directly will be a better long term solution, but it's quite an invasive change. Change-Id: I04273149e2ade34749e2d09e7edb0c396e1dd620