Hi, On Wed, Jun 29, 2011 at 3:51 PM, Jason Garrett-Glaser <[email protected]> wrote: > --- > libavcodec/h264.c | 228 +++++++++++++++++++++++++--------------------------- > 1 files changed, 110 insertions(+), 118 deletions(-)
What I gather from this is that it unrolls the fill_cache_inter loop, plus it caches a pointer to nnz/nnz_cache to prevent it from reloading h->xx? If so, LGTM. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
