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
6b110d3a
Commit
6b110d3a
authored
Apr 14, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc: More consistent names for H.264 optimizations files
parent
643e433b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile
libavcodec/ppc/Makefile
+2
-2
h264dsp.c
libavcodec/ppc/h264dsp.c
+0
-0
h264qpel.c
libavcodec/ppc/h264qpel.c
+2
-2
h264qpel_template.c
libavcodec/ppc/h264qpel_template.c
+0
-0
No files found.
libavcodec/ppc/Makefile
View file @
6b110d3a
...
...
@@ -2,7 +2,7 @@ OBJS += ppc/dsputil_ppc.o \
ppc/videodsp_ppc.o
\
OBJS-$(CONFIG_H264CHROMA)
+=
ppc/h264chroma_init.o
OBJS-$(CONFIG_H264QPEL)
+=
ppc/h264
_
qpel.o
OBJS-$(CONFIG_H264QPEL)
+=
ppc/h264qpel.o
OBJS-$(CONFIG_HPELDSP)
+=
ppc/hpeldsp_altivec.o
OBJS-$(CONFIG_VORBIS_DECODER)
+=
ppc/vorbisdsp_altivec.o
OBJS-$(CONFIG_VP3DSP)
+=
ppc/vp3dsp_altivec.o
...
...
@@ -10,7 +10,7 @@ OBJS-$(CONFIG_VP3DSP) += ppc/vp3dsp_altivec.o
FFT-OBJS-$(HAVE_GNU_AS)
+=
ppc/fft_altivec_s.o
ALTIVEC-OBJS-$(CONFIG_FFT)
+=
ppc/fft_altivec.o
\
$(FFT-OBJS-yes)
ALTIVEC-OBJS-$(CONFIG_H264DSP)
+=
ppc/h264
_altivec
.o
ALTIVEC-OBJS-$(CONFIG_H264DSP)
+=
ppc/h264
dsp
.o
ALTIVEC-OBJS-$(CONFIG_MPEGAUDIODSP)
+=
ppc/mpegaudiodsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_MPEGVIDEO)
+=
ppc/mpegvideo_altivec.o
ALTIVEC-OBJS-$(CONFIG_VC1_DECODER)
+=
ppc/vc1dsp_altivec.o
...
...
libavcodec/ppc/h264
_altivec
.c
→
libavcodec/ppc/h264
dsp
.c
View file @
6b110d3a
File moved
libavcodec/ppc/h264
_
qpel.c
→
libavcodec/ppc/h264qpel.c
View file @
6b110d3a
...
...
@@ -39,7 +39,7 @@
#define PREFIX_h264_qpel16_v_lowpass_num altivec_put_h264_qpel16_v_lowpass_num
#define PREFIX_h264_qpel16_hv_lowpass_altivec put_h264_qpel16_hv_lowpass_altivec
#define PREFIX_h264_qpel16_hv_lowpass_num altivec_put_h264_qpel16_hv_lowpass_num
#include "h264
_
qpel_template.c"
#include "h264qpel_template.c"
#undef OP_U8_ALTIVEC
#undef PREFIX_h264_qpel16_h_lowpass_altivec
#undef PREFIX_h264_qpel16_h_lowpass_num
...
...
@@ -55,7 +55,7 @@
#define PREFIX_h264_qpel16_v_lowpass_num altivec_avg_h264_qpel16_v_lowpass_num
#define PREFIX_h264_qpel16_hv_lowpass_altivec avg_h264_qpel16_hv_lowpass_altivec
#define PREFIX_h264_qpel16_hv_lowpass_num altivec_avg_h264_qpel16_hv_lowpass_num
#include "h264
_
qpel_template.c"
#include "h264qpel_template.c"
#undef OP_U8_ALTIVEC
#undef PREFIX_h264_qpel16_h_lowpass_altivec
#undef PREFIX_h264_qpel16_h_lowpass_num
...
...
libavcodec/ppc/h264
_
qpel_template.c
→
libavcodec/ppc/h264qpel_template.c
View file @
6b110d3a
File moved
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