mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
UltraSPARC VIS yuv2rgb
patch by Denes Balatoni: [dbalatoni interware hu] original thread: [FFmpeg-devel] [PATCH] UltraSPARC VIS yuv2rgb third try date: 07/17/2007 08:35 PM Originally committed as revision 23825 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
1e7f363804
commit
90c1d7b400
3 changed files with 219 additions and 0 deletions
|
|
@ -177,6 +177,9 @@ typedef struct SwsContext{
|
|||
uint32_t gmask __attribute__((aligned(4)));
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_VIS
|
||||
uint64_t sparc_coeffs[10] __attribute__((aligned(8)));
|
||||
#endif
|
||||
|
||||
} SwsContext;
|
||||
//FIXME check init (where 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue