Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
x264
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Wiki
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
x264
Compare revisions
296494a4 to cde9a93
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
videolan/x264
Select target project
No results found
cde9a93
Select Git revision
Branches
master
stable
Swap
Target
videolan/x264
Select target project
videolan/x264
EwoutH/x264
gramner/x264
BugMaster/x264
MaskRay/x264
thresh/x264
tpm/x264
wolfired/x264
ifb/x264
robinstorm/x264
ltnokiago/x264
janne/x264
Kromjunya/x264
trisnaayu0596/x264
felipegarcia1402/x264
coder2004/x264
philou/x264
walagnatalia/x264
DonDiego/x264
JHammler/x264
qyot27/x264
dwbuiten/x264
Kagami/x264
andriy-andreyev/x264
gxw/x264
trofi/x264
kierank/x264
aureliendavid/x264
galad/x264
roommini/x264
ocrete/x264
mstorsjo/x264
yinsj0116/x264
mamonet/x264
1div0/x264
ko1265/x264
sergiomb2/x264
xutongda/x264
wenzhiwu/x264
arrowd/x264
FranceBB/x264
ziemek99/x264
longervision/x264
xopok/x264
jbk/x264
szatmary/x264
pekdon/x264
Jiangguyu/x264
jrtc27/x264
kankanol1/x264
gxwLite/x264
brad/x264
Gc6026/x264
jdek/x264
appcrash/x264
tguillem/x264
As/x264
wevian/x264
wangluls/x264
RellikJaeger/x264
hum/x264
rogerhardiman/x264
jankowalski12611/x264
zhijie1996/x264
yinshiyou/x264
Freed-Wu/x264
yajcoca/x264
bUd/x264
chienvannguyen2020/x264
nurbinakhatun386/x264
Siberiawind/x-264-meson
HecaiYuan/x264
david.chen/x264
Ytsejam76/x264
robUx4/x264
zhaoshiz/x-264-arm64ec
yintong.ustc/x-264-bd-ventana
nekobasu/x264
Courmisch/x264
BD-qjy/x264
quink/x264
markos/x264
pranavk/x264
83 results
296494a4
Select Git revision
Branches
master
stable
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
x264.h
+53
-53
53 additions, 53 deletions
x264.h
with
53 additions
and
53 deletions
x264.h
View file @
cde9a933
...
...
@@ -45,7 +45,7 @@ extern "C" {
#include
"x264_config.h"
#define X264_BUILD 1
59
#define X264_BUILD 1
60
#ifdef _WIN32
# define X264_DLL_IMPORT __declspec(dllimport)
...
...
@@ -136,57 +136,57 @@ typedef struct x264_nal_t
/* CPU flags */
/* x86 */
#define X264_CPU_MMX (1<<0)
#define X264_CPU_MMX2 (1<<1)
/* MMX2 aka MMXEXT aka ISSE */
#define X264_CPU_MMX (1
U
<<0)
#define X264_CPU_MMX2 (1
U
<<1)
/* MMX2 aka MMXEXT aka ISSE */
#define X264_CPU_MMXEXT X264_CPU_MMX2
#define X264_CPU_SSE (1<<2)
#define X264_CPU_SSE2 (1<<3)
#define X264_CPU_LZCNT (1<<4)
#define X264_CPU_SSE3 (1<<5)
#define X264_CPU_SSSE3 (1<<6)
#define X264_CPU_SSE4 (1<<7)
/* SSE4.1 */
#define X264_CPU_SSE42 (1<<8)
/* SSE4.2 */
#define X264_CPU_AVX (1<<9)
/* Requires OS support even if YMM registers aren't used */
#define X264_CPU_XOP (1<<10)
/* AMD XOP */
#define X264_CPU_FMA4 (1<<11)
/* AMD FMA4 */
#define X264_CPU_FMA3 (1<<12)
#define X264_CPU_BMI1 (1<<13)
#define X264_CPU_BMI2 (1<<14)
#define X264_CPU_AVX2 (1<<15)
#define X264_CPU_AVX512 (1<<16)
/* AVX-512 {F, CD, BW, DQ, VL}, requires OS support */
#define X264_CPU_SSE (1
U
<<2)
#define X264_CPU_SSE2 (1
U
<<3)
#define X264_CPU_LZCNT (1
U
<<4)
#define X264_CPU_SSE3 (1
U
<<5)
#define X264_CPU_SSSE3 (1
U
<<6)
#define X264_CPU_SSE4 (1
U
<<7)
/* SSE4.1 */
#define X264_CPU_SSE42 (1
U
<<8)
/* SSE4.2 */
#define X264_CPU_AVX (1
U
<<9)
/* Requires OS support even if YMM registers aren't used */
#define X264_CPU_XOP (1
U
<<10)
/* AMD XOP */
#define X264_CPU_FMA4 (1
U
<<11)
/* AMD FMA4 */
#define X264_CPU_FMA3 (1
U
<<12)
#define X264_CPU_BMI1 (1
U
<<13)
#define X264_CPU_BMI2 (1
U
<<14)
#define X264_CPU_AVX2 (1
U
<<15)
#define X264_CPU_AVX512 (1
U
<<16)
/* AVX-512 {F, CD, BW, DQ, VL}, requires OS support */
/* x86 modifiers */
#define X264_CPU_CACHELINE_32 (1<<17)
/* avoid memory loads that span the border between two cachelines */
#define X264_CPU_CACHELINE_64 (1<<18)
/* 32/64 is the size of a cacheline in bytes */
#define X264_CPU_SSE2_IS_SLOW (1<<19)
/* avoid most SSE2 functions on Athlon64 */
#define X264_CPU_SSE2_IS_FAST (1<<20)
/* a few functions are only faster on Core2 and Phenom */
#define X264_CPU_SLOW_SHUFFLE (1<<21)
/* The Conroe has a slow shuffle unit (relative to overall SSE performance) */
#define X264_CPU_STACK_MOD4 (1<<22)
/* if stack is only mod4 and not mod16 */
#define X264_CPU_SLOW_ATOM (1<<23)
/* The Atom is terrible: slow SSE unaligned loads, slow
* SIMD multiplies, slow SIMD variable shifts, slow pshufb,
* cacheline split penalties -- gather everything here that
* isn't shared by other CPUs to avoid making half a dozen
* new SLOW flags. */
#define X264_CPU_SLOW_PSHUFB (1<<24)
/* such as on the Intel Atom */
#define X264_CPU_SLOW_PALIGNR (1<<25)
/* such as on the AMD Bobcat */
#define X264_CPU_CACHELINE_32 (1
U
<<17)
/* avoid memory loads that span the border between two cachelines */
#define X264_CPU_CACHELINE_64 (1
U
<<18)
/* 32/64 is the size of a cacheline in bytes */
#define X264_CPU_SSE2_IS_SLOW (1
U
<<19)
/* avoid most SSE2 functions on Athlon64 */
#define X264_CPU_SSE2_IS_FAST (1
U
<<20)
/* a few functions are only faster on Core2 and Phenom */
#define X264_CPU_SLOW_SHUFFLE (1
U
<<21)
/* The Conroe has a slow shuffle unit (relative to overall SSE performance) */
#define X264_CPU_STACK_MOD4 (1
U
<<22)
/* if stack is only mod4 and not mod16 */
#define X264_CPU_SLOW_ATOM (1
U
<<23)
/* The Atom is terrible: slow SSE unaligned loads, slow
* SIMD multiplies, slow SIMD variable shifts, slow pshufb,
* cacheline split penalties -- gather everything here that
* isn't shared by other CPUs to avoid making half a dozen
* new SLOW flags. */
#define X264_CPU_SLOW_PSHUFB (1
U
<<24)
/* such as on the Intel Atom */
#define X264_CPU_SLOW_PALIGNR (1
U
<<25)
/* such as on the AMD Bobcat */
/* PowerPC */
#define X264_CPU_ALTIVEC 0x0000001
#define X264_CPU_ALTIVEC 0x0000001
U
/* ARM and AArch64 */
#define X264_CPU_ARMV6 0x0000001
#define X264_CPU_NEON 0x0000002
/* ARM NEON */
#define X264_CPU_FAST_NEON_MRC 0x0000004
/* Transfer from NEON to ARM register is fast (Cortex-A9) */
#define X264_CPU_ARMV8 0x0000008
#define X264_CPU_ARMV6 0x0000001
U
#define X264_CPU_NEON 0x0000002
U
/* ARM NEON */
#define X264_CPU_FAST_NEON_MRC 0x0000004
U
/* Transfer from NEON to ARM register is fast (Cortex-A9) */
#define X264_CPU_ARMV8 0x0000008
U
/* MIPS */
#define X264_CPU_MSA 0x0000001
/* MIPS MSA */
#define X264_CPU_MSA 0x0000001
U
/* MIPS MSA */
/* Analyse flags */
#define X264_ANALYSE_I4x4 0x0001
/* Analyse i4x4 */
#define X264_ANALYSE_I8x8 0x0002
/* Analyse i8x8 (requires 8x8 transform) */
#define X264_ANALYSE_PSUB16x16 0x0010
/* Analyse p16x8, p8x16 and p8x8 */
#define X264_ANALYSE_PSUB8x8 0x0020
/* Analyse p8x4, p4x8, p4x4 */
#define X264_ANALYSE_BSUB16x16 0x0100
/* Analyse b16x8, b8x16 and b8x8 */
#define X264_ANALYSE_I4x4 0x0001
U
/* Analyse i4x4 */
#define X264_ANALYSE_I8x8 0x0002
U
/* Analyse i8x8 (requires 8x8 transform) */
#define X264_ANALYSE_PSUB16x16 0x0010
U
/* Analyse p16x8, p8x16 and p8x8 */
#define X264_ANALYSE_PSUB8x8 0x0020
U
/* Analyse p8x4, p4x8, p4x4 */
#define X264_ANALYSE_BSUB16x16 0x0100
U
/* Analyse b16x8, b8x16 and b8x8 */
#define X264_DIRECT_PRED_NONE 0
#define X264_DIRECT_PRED_SPATIAL 1
...
...
@@ -304,7 +304,7 @@ typedef struct x264_zone_t
typedef
struct
x264_param_t
{
/* CPU flags */
u
nsigned
int
cpu
;
u
int32_t
cpu
;
int
i_threads
;
/* encode multiple frames in parallel */
int
i_lookahead_threads
;
/* multiple threads for lookahead analysis */
int
b_sliced_threads
;
/* Whether to use slice-based threading. */
...
...
@@ -476,10 +476,10 @@ typedef struct x264_param_t
non-mod16 video resolutions. */
struct
{
unsigned
int
i_left
;
unsigned
int
i_top
;
unsigned
int
i_right
;
unsigned
int
i_bottom
;
int
i_left
;
int
i_top
;
int
i_right
;
int
i_bottom
;
}
crop_rect
;
/* frame packing arrangement flag */
...
...
@@ -594,11 +594,11 @@ X264_API void x264_nal_encode( x264_t *h, uint8_t *dst, x264_nal_t *nal );
typedef
struct
x264_level_t
{
uint8_t
level_idc
;
u
int32_t
mbps
;
/* max macroblock processing rate (macroblocks/sec) */
u
int32_t
frame_size
;
/* max frame size (macroblocks) */
u
int32_t
dpb
;
/* max decoded picture buffer (mbs) */
u
int32_t
bitrate
;
/* max bitrate (kbit/sec) */
u
int32_t
cpb
;
/* max vbv buffer (kbit) */
int32_t
mbps
;
/* max macroblock processing rate (macroblocks/sec) */
int32_t
frame_size
;
/* max frame size (macroblocks) */
int32_t
dpb
;
/* max decoded picture buffer (mbs) */
int32_t
bitrate
;
/* max bitrate (kbit/sec) */
int32_t
cpb
;
/* max vbv buffer (kbit) */
uint16_t
mv_range
;
/* max vertical mv component range (pixels) */
uint8_t
mvs_per_2mb
;
/* max mvs per 2 consecutive mbs. */
uint8_t
slice_rate
;
/* ?? */
...
...
@@ -802,7 +802,7 @@ typedef struct x264_image_properties_t
void
(
*
mb_info_free
)(
void
*
);
/* The macroblock is constant and remains unchanged from the previous frame. */
#define X264_MBINFO_CONSTANT (1<<0)
#define X264_MBINFO_CONSTANT (1
U
<<0)
/* More flags may be added in the future. */
/* Out: SSIM of the the frame luma (if x264_param_t.b_ssim is set) */
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
Next