Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
6e3bba72
Commit
6e3bba72
authored
Nov 10, 2001
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.align 16
Originally committed as revision 2800 to
svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent
a822a479
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
0 deletions
+20
-0
rgb2rgb.c
postproc/rgb2rgb.c
+4
-0
rgb2rgb_template.c
postproc/rgb2rgb_template.c
+4
-0
swscale.c
postproc/swscale.c
+6
-0
swscale_template.c
postproc/swscale_template.c
+6
-0
No files found.
postproc/rgb2rgb.c
View file @
6e3bba72
...
...
@@ -585,6 +585,7 @@ void rgb32tobgr32(const uint8_t *src, uint8_t *dst, unsigned int src_size)
#ifdef HAVE_MMX
asm
volatile
(
"xorl %%eax, %%eax
\n\t
"
".align 16
\n\t
"
"1:
\n\t
"
PREFETCH
" 32(%0, %%eax)
\n\t
"
"movq (%0, %%eax), %%mm0
\n\t
"
...
...
@@ -635,6 +636,7 @@ void yv12toyuy2(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, u
//FIXME handle 2 lines a once (fewer prefetch, reuse some chrom, but very likely limited by mem anyway)
asm
volatile
(
"xorl %%eax, %%eax
\n\t
"
".align 16
\n\t
"
"1:
\n\t
"
PREFETCH
" 32(%1, %%eax, 2)
\n\t
"
PREFETCH
" 32(%2, %%eax)
\n\t
"
...
...
@@ -708,6 +710,7 @@ void yuy2toyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
"xorl %%eax, %%eax
\n\t
"
"pcmpeqw %%mm7, %%mm7
\n\t
"
"psrlw $8, %%mm7
\n\t
"
// FF,00,FF,00...
".align 16
\n\t
"
"1:
\n\t
"
PREFETCH
" 64(%0, %%eax, 4)
\n\t
"
"movq (%0, %%eax, 4), %%mm0
\n\t
"
// YUYV YUYV(0)
...
...
@@ -757,6 +760,7 @@ void yuy2toyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
asm
volatile
(
"xorl %%eax, %%eax
\n\t
"
".align 16
\n\t
"
"1:
\n\t
"
PREFETCH
" 64(%0, %%eax, 4)
\n\t
"
"movq (%0, %%eax, 4), %%mm0
\n\t
"
// YUYV YUYV(0)
...
...
postproc/rgb2rgb_template.c
View file @
6e3bba72
...
...
@@ -585,6 +585,7 @@ void rgb32tobgr32(const uint8_t *src, uint8_t *dst, unsigned int src_size)
#ifdef HAVE_MMX
asm
volatile
(
"xorl %%eax, %%eax
\n\t
"
".align 16
\n\t
"
"1:
\n\t
"
PREFETCH
" 32(%0, %%eax)
\n\t
"
"movq (%0, %%eax), %%mm0
\n\t
"
...
...
@@ -635,6 +636,7 @@ void yv12toyuy2(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, u
//FIXME handle 2 lines a once (fewer prefetch, reuse some chrom, but very likely limited by mem anyway)
asm
volatile
(
"xorl %%eax, %%eax
\n\t
"
".align 16
\n\t
"
"1:
\n\t
"
PREFETCH
" 32(%1, %%eax, 2)
\n\t
"
PREFETCH
" 32(%2, %%eax)
\n\t
"
...
...
@@ -708,6 +710,7 @@ void yuy2toyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
"xorl %%eax, %%eax
\n\t
"
"pcmpeqw %%mm7, %%mm7
\n\t
"
"psrlw $8, %%mm7
\n\t
"
// FF,00,FF,00...
".align 16
\n\t
"
"1:
\n\t
"
PREFETCH
" 64(%0, %%eax, 4)
\n\t
"
"movq (%0, %%eax, 4), %%mm0
\n\t
"
// YUYV YUYV(0)
...
...
@@ -757,6 +760,7 @@ void yuy2toyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
asm
volatile
(
"xorl %%eax, %%eax
\n\t
"
".align 16
\n\t
"
"1:
\n\t
"
PREFETCH
" 64(%0, %%eax, 4)
\n\t
"
"movq (%0, %%eax, 4), %%mm0
\n\t
"
// YUYV YUYV(0)
...
...
postproc/swscale.c
View file @
6e3bba72
...
...
@@ -143,6 +143,7 @@ static int canMMX2BeUsed=0;
"punpcklwd %%mm5, %%mm5 \n\t"\
"punpcklwd %%mm5, %%mm5 \n\t"\
"xorl %%eax, %%eax \n\t"\
".align 16 \n\t"\
"1: \n\t"\
"movq (%0, %%eax, 2), %%mm0 \n\t"
/*buf0[eax]*/
\
"movq (%1, %%eax, 2), %%mm1 \n\t"
/*buf1[eax]*/
\
...
...
@@ -196,6 +197,7 @@ static int canMMX2BeUsed=0;
"punpcklwd %%mm5, %%mm5 \n\t"\
"movq %%mm5, asm_uvalpha1 \n\t"\
"xorl %%eax, %%eax \n\t"\
".align 16 \n\t"\
"1: \n\t"\
"movq (%2, %%eax), %%mm2 \n\t"
/* uvbuf0[eax]*/
\
"movq (%3, %%eax), %%mm3 \n\t"
/* uvbuf1[eax]*/
\
...
...
@@ -260,6 +262,7 @@ static int canMMX2BeUsed=0;
#define YSCALEYUV2RGB1 \
"xorl %%eax, %%eax \n\t"\
".align 16 \n\t"\
"1: \n\t"\
"movq (%2, %%eax), %%mm3 \n\t"
/* uvbuf0[eax]*/
\
"movq 4096(%2, %%eax), %%mm4 \n\t"
/* uvbuf0[eax+2048]*/
\
...
...
@@ -308,6 +311,7 @@ static int canMMX2BeUsed=0;
// do vertical chrominance interpolation
#define YSCALEYUV2RGB1b \
"xorl %%eax, %%eax \n\t"\
".align 16 \n\t"\
"1: \n\t"\
"movq (%2, %%eax), %%mm2 \n\t"
/* uvbuf0[eax]*/
\
"movq (%3, %%eax), %%mm3 \n\t"
/* uvbuf1[eax]*/
\
...
...
@@ -1306,6 +1310,7 @@ FUNNY_Y_CODE
"xorl %%eax, %%eax
\n\t
"
// i
"xorl %%ebx, %%ebx
\n\t
"
// xx
"xorl %%ecx, %%ecx
\n\t
"
// 2*xalpha
".align 16
\n\t
"
"1:
\n\t
"
"movzbl (%0, %%ebx), %%edi
\n\t
"
//src[xx]
"movzbl 1(%0, %%ebx), %%esi
\n\t
"
//src[xx+1]
...
...
@@ -1437,6 +1442,7 @@ FUNNYUVCODE
"xorl %%eax, %%eax
\n\t
"
// i
"xorl %%ebx, %%ebx
\n\t
"
// xx
"xorl %%ecx, %%ecx
\n\t
"
// 2*xalpha
".align 16
\n\t
"
"1:
\n\t
"
"movl %0, %%esi
\n\t
"
"movzbl (%%esi, %%ebx), %%edi
\n\t
"
//src[xx]
...
...
postproc/swscale_template.c
View file @
6e3bba72
...
...
@@ -143,6 +143,7 @@ static int canMMX2BeUsed=0;
"punpcklwd %%mm5, %%mm5 \n\t"\
"punpcklwd %%mm5, %%mm5 \n\t"\
"xorl %%eax, %%eax \n\t"\
".align 16 \n\t"\
"1: \n\t"\
"movq (%0, %%eax, 2), %%mm0 \n\t"
/*buf0[eax]*/
\
"movq (%1, %%eax, 2), %%mm1 \n\t"
/*buf1[eax]*/
\
...
...
@@ -196,6 +197,7 @@ static int canMMX2BeUsed=0;
"punpcklwd %%mm5, %%mm5 \n\t"\
"movq %%mm5, asm_uvalpha1 \n\t"\
"xorl %%eax, %%eax \n\t"\
".align 16 \n\t"\
"1: \n\t"\
"movq (%2, %%eax), %%mm2 \n\t"
/* uvbuf0[eax]*/
\
"movq (%3, %%eax), %%mm3 \n\t"
/* uvbuf1[eax]*/
\
...
...
@@ -260,6 +262,7 @@ static int canMMX2BeUsed=0;
#define YSCALEYUV2RGB1 \
"xorl %%eax, %%eax \n\t"\
".align 16 \n\t"\
"1: \n\t"\
"movq (%2, %%eax), %%mm3 \n\t"
/* uvbuf0[eax]*/
\
"movq 4096(%2, %%eax), %%mm4 \n\t"
/* uvbuf0[eax+2048]*/
\
...
...
@@ -308,6 +311,7 @@ static int canMMX2BeUsed=0;
// do vertical chrominance interpolation
#define YSCALEYUV2RGB1b \
"xorl %%eax, %%eax \n\t"\
".align 16 \n\t"\
"1: \n\t"\
"movq (%2, %%eax), %%mm2 \n\t"
/* uvbuf0[eax]*/
\
"movq (%3, %%eax), %%mm3 \n\t"
/* uvbuf1[eax]*/
\
...
...
@@ -1306,6 +1310,7 @@ FUNNY_Y_CODE
"xorl %%eax, %%eax
\n\t
"
// i
"xorl %%ebx, %%ebx
\n\t
"
// xx
"xorl %%ecx, %%ecx
\n\t
"
// 2*xalpha
".align 16
\n\t
"
"1:
\n\t
"
"movzbl (%0, %%ebx), %%edi
\n\t
"
//src[xx]
"movzbl 1(%0, %%ebx), %%esi
\n\t
"
//src[xx+1]
...
...
@@ -1437,6 +1442,7 @@ FUNNYUVCODE
"xorl %%eax, %%eax
\n\t
"
// i
"xorl %%ebx, %%ebx
\n\t
"
// xx
"xorl %%ecx, %%ecx
\n\t
"
// 2*xalpha
".align 16
\n\t
"
"1:
\n\t
"
"movl %0, %%esi
\n\t
"
"movzbl (%%esi, %%ebx), %%edi
\n\t
"
//src[xx]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment