[vlc-devel] commit: Modified picture_Setup to provide more vectorization compatible pitch/ lines values. (Laurent Aimar )
git version control
git at videolan.org
Fri Feb 26 21:00:30 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Feb 26 20:10:09 2010 +0100| [c1fc6e205ae1d86fddfa850bc10ceefec3c3f86e] | committer: Laurent Aimar
Modified picture_Setup to provide more vectorization compatible pitch/lines values.
picture_New() will now always return a picture having
- pitches multiple of 16.
- chroma pitches multiple of the luma one.
- a bit of extra height (as it can helps some ASM functions).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1fc6e205ae1d86fddfa850bc10ceefec3c3f86e
---
src/video_output/vout_pictures.c | 371 ++++++++++++--------------------------
1 files changed, 120 insertions(+), 251 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=c1fc6e205ae1d86fddfa850bc10ceefec3c3f86e
More information about the vlc-devel
mailing list