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
8cb7ed55
Commit
8cb7ed55
authored
Aug 11, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: avcodec: Drop silly "_mmx" suffix from dsputil template names
parent
74c84144
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
dsputil_avg_template.c
libavcodec/x86/dsputil_avg_template.c
+0
-0
dsputil_mmx.c
libavcodec/x86/dsputil_mmx.c
+4
-4
dsputil_qns_template.c
libavcodec/x86/dsputil_qns_template.c
+0
-0
dsputil_rnd_template.c
libavcodec/x86/dsputil_rnd_template.c
+0
-0
dsputilenc_mmx.c
libavcodec/x86/dsputilenc_mmx.c
+3
-3
No files found.
libavcodec/x86/dsputil_
mmx_
avg_template.c
→
libavcodec/x86/dsputil_avg_template.c
View file @
8cb7ed55
File moved
libavcodec/x86/dsputil_mmx.c
View file @
8cb7ed55
...
...
@@ -170,7 +170,7 @@ DECLARE_ALIGNED(16, const double, ff_pd_2)[2] = { 2.0, 2.0 };
#define PAVGB(a, b, c, e) PAVGB_MMX_NO_RND(a, b, c, e)
#define OP_AVG(a, b, c, e) PAVGB_MMX(a, b, c, e)
#include "dsputil_
mmx_
rnd_template.c"
#include "dsputil_rnd_template.c"
#undef DEF
#undef SET_RND
...
...
@@ -184,7 +184,7 @@ DECLARE_ALIGNED(16, const double, ff_pd_2)[2] = { 2.0, 2.0 };
#define PAVGBP(a, b, c, d, e, f) PAVGBP_MMX(a, b, c, d, e, f)
#define PAVGB(a, b, c, e) PAVGB_MMX(a, b, c, e)
#include "dsputil_
mmx_
rnd_template.c"
#include "dsputil_rnd_template.c"
#undef DEF
#undef SET_RND
...
...
@@ -199,7 +199,7 @@ DECLARE_ALIGNED(16, const double, ff_pd_2)[2] = { 2.0, 2.0 };
#define PAVGB "pavgusb"
#define OP_AVG PAVGB
#include "dsputil_
mmx_
avg_template.c"
#include "dsputil_avg_template.c"
#undef DEF
#undef PAVGB
...
...
@@ -214,7 +214,7 @@ DECLARE_ALIGNED(16, const double, ff_pd_2)[2] = { 2.0, 2.0 };
#define PAVGB "pavgb"
#define OP_AVG PAVGB
#include "dsputil_
mmx_
avg_template.c"
#include "dsputil_avg_template.c"
#undef DEF
#undef PAVGB
...
...
libavcodec/x86/dsputil_
mmx_
qns_template.c
→
libavcodec/x86/dsputil_qns_template.c
View file @
8cb7ed55
File moved
libavcodec/x86/dsputil_
mmx_
rnd_template.c
→
libavcodec/x86/dsputil_rnd_template.c
View file @
8cb7ed55
File moved
libavcodec/x86/dsputilenc_mmx.c
View file @
8cb7ed55
...
...
@@ -1041,7 +1041,7 @@ static int ssd_int8_vs_int16_mmx(const int8_t *pix1, const int16_t *pix2, int si
#define SET_RND MOVQ_WONE
#define SCALE_OFFSET 1
#include "dsputil_
mmx_
qns_template.c"
#include "dsputil_qns_template.c"
#undef DEF
#undef SET_RND
...
...
@@ -1055,7 +1055,7 @@ static int ssd_int8_vs_int16_mmx(const int8_t *pix1, const int16_t *pix2, int si
"pmulhrw " #s ", "#x " \n\t"\
"pmulhrw " #s ", "#y " \n\t"
#include "dsputil_
mmx_
qns_template.c"
#include "dsputil_qns_template.c"
#undef DEF
#undef SET_RND
...
...
@@ -1074,7 +1074,7 @@ static int ssd_int8_vs_int16_mmx(const int8_t *pix1, const int16_t *pix2, int si
"pmulhrsw " #s ", "#x " \n\t"\
"pmulhrsw " #s ", "#y " \n\t"
#include "dsputil_
mmx_
qns_template.c"
#include "dsputil_qns_template.c"
#undef DEF
#undef SET_RND
...
...
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