Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
0a35f128
Commit
0a35f128
authored
Mar 09, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cabac: x86: Give optimizations header a more meaningful name
parent
cad42fad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
h264_cabac.c
libavcodec/h264_cabac.c
+1
-1
h264_cabac.c
libavcodec/x86/h264_cabac.c
+1
-5
No files found.
libavcodec/h264_cabac.c
View file @
0a35f128
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
#include "mpegutils.h"
#include "mpegutils.h"
#if ARCH_X86
#if ARCH_X86
#include "x86/h264_
i386.h
"
#include "x86/h264_
cabac.c
"
#endif
#endif
#include <assert.h>
#include <assert.h>
...
...
libavcodec/x86/h264_
i386.h
→
libavcodec/x86/h264_
cabac.c
View file @
0a35f128
...
@@ -22,13 +22,10 @@
...
@@ -22,13 +22,10 @@
/**
/**
* @file
* @file
* H.264 / AVC / MPEG-4 part10 codec.
* H.264 / AVC / MPEG-4 part10 codec.
* non-
MMX i3
86-specific optimizations for H.264
* non-
SIMD x
86-specific optimizations for H.264
* @author Michael Niedermayer <michaelni@gmx.at>
* @author Michael Niedermayer <michaelni@gmx.at>
*/
*/
#ifndef AVCODEC_X86_H264_I386_H
#define AVCODEC_X86_H264_I386_H
#include <stddef.h>
#include <stddef.h>
#include "libavcodec/cabac.h"
#include "libavcodec/cabac.h"
...
@@ -201,4 +198,3 @@ static int decode_significance_8x8_x86(CABACContext *c,
...
@@ -201,4 +198,3 @@ static int decode_significance_8x8_x86(CABACContext *c,
#endif
/* HAVE_7REGS && !defined(BROKEN_RELOCATIONS) */
#endif
/* HAVE_7REGS && !defined(BROKEN_RELOCATIONS) */
#endif
/* HAVE_INLINE_ASM */
#endif
/* HAVE_INLINE_ASM */
#endif
/* AVCODEC_X86_H264_I386_H */
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