[vlc-commits] avcodec: split generic YV12/NV12 copy out of SSE2 functions

Rémi Denis-Courmont git at videolan.org
Sat Oct 13 13:34:41 CEST 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 13 14:00:01 2012 +0300| [07d8e576c7a0dcc7863d6853f620d5a99ebba55f] | committer: Rémi Denis-Courmont

avcodec: split generic YV12/NV12 copy out of SSE2 functions

This is required by the next commit. This also avoids making two copies
on non-x86 platforms, where USWC optimizations are irrelevant.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=07d8e576c7a0dcc7863d6853f620d5a99ebba55f
---

 modules/codec/avcodec/copy.c  |  237 +++++++++++++++++++++++++----------------
 modules/codec/avcodec/copy.h  |    2 +
 modules/codec/avcodec/vaapi.c |    6 +-
 3 files changed, 149 insertions(+), 96 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=07d8e576c7a0dcc7863d6853f620d5a99ebba55f


More information about the vlc-commits mailing list