commit | 27972d2c1d53a0ff831c1f05d40a3720cf45aec7 | [log] [tgz] |
---|---|---|
author | John Koleszar <jkoleszar@google.com> | Fri Mar 11 11:35:38 2011 -0500 |
committer | John Koleszar <jkoleszar@google.com> | Fri Mar 11 13:04:50 2011 -0500 |
tree | f3f009add4dfc70fbc1f58060de06878a638c274 | |
parent | 5db0eeea21a33820cb4e0adf171ed60868666bb6 [diff] |
Move build_intra_predictors_mby to RTCD framework The vp8_build_intra_predictors_mby and vp8_build_intra_predictors_mby_s functions had global function pointers rather than using the RTCD framework. This can show up as a potential data race with tools such as helgrind. See https://bugzilla.mozilla.org/show_bug.cgi?id=640935 for an example. Change-Id: I29c407f828ac2bddfc039f852f138de5de888534