Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

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
  • robxnano/x264
84 results
Show changes
Commits on Source (19)
Showing
with 149 additions and 78 deletions
...@@ -6,32 +6,40 @@ stages: ...@@ -6,32 +6,40 @@ stages:
.variables-debian-amd64: &variables-debian-amd64 .variables-debian-amd64: &variables-debian-amd64
_TRIPLET: "" _TRIPLET: ""
_PLATFORMSUFFIX: "" _PLATFORMSUFFIX: ""
_PATH: "debian-x86_64"
_WRAPPER: "" _WRAPPER: ""
.variables-debian-aarch64: &variables-debian-aarch64 .variables-debian-aarch64: &variables-debian-aarch64
_TRIPLET: "" _TRIPLET: ""
_PLATFORMSUFFIX: "" _PLATFORMSUFFIX: ""
_PATH: "debian-aarch64"
_WRAPPER: "" _WRAPPER: ""
.variables-win32: &variables-win32 .variables-win32: &variables-win32
_TRIPLET: "i686-w64-mingw32" _TRIPLET: "i686-w64-mingw32"
_PLATFORMSUFFIX: ".exe" _PLATFORMSUFFIX: ".exe"
_PATH: "win32"
_WRAPPER: "wine" _WRAPPER: "wine"
_CONTRIB_URL: "https://artifacts.videolan.org/vlc/win32/"
.variables-win64: &variables-win64 .variables-win64: &variables-win64
_TRIPLET: "x86_64-w64-mingw32" _TRIPLET: "x86_64-w64-mingw32"
_PLATFORMSUFFIX: ".exe" _PLATFORMSUFFIX: ".exe"
_PATH: "win64"
_WRAPPER: "wine64" _WRAPPER: "wine64"
_CONTRIB_URL: "https://artifacts.videolan.org/vlc/win64/"
.variables-win-armv7: &variables-win-armv7
_TRIPLET: "armv7-w64-mingw32"
_PLATFORMSUFFIX: ".exe"
_WRAPPER: ""
.variables-win-aarch64: &variables-win-aarch64
_TRIPLET: "aarch64-w64-mingw32"
_PLATFORMSUFFIX: ".exe"
_WRAPPER: ""
.variables-macos: &variables-macos .variables-macos: &variables-macos
_TRIPLET: "x86_64-apple-darwin18" _TRIPLET: "x86_64-apple-darwin19"
_PLATFORMSUFFIX: "" _PLATFORMSUFFIX: ""
_PATH: "macos-x86_64"
_WRAPPER: "" _WRAPPER: ""
_CONTRIB_URL: "https://artifacts.videolan.org/vlc/macos/"
.build: .build:
stage: build stage: build
...@@ -83,10 +91,12 @@ build-debian-aarch64: ...@@ -83,10 +91,12 @@ build-debian-aarch64:
set -x set -x
LOCAL_INSTALL_DIR=`pwd`/${_TRIPLET} LOCAL_INSTALL_DIR=`pwd`/${_TRIPLET}
export PKG_CONFIG_LIBDIR=${LOCAL_INSTALL_DIR}/lib/pkgconfig export PKG_CONFIG_LIBDIR=${LOCAL_INSTALL_DIR}/lib/pkgconfig
curl -f -o vlc-contrib-${_TRIPLET}-latest.tar.bz2 https://nightlies.videolan.org/build/contribs/vlc-contrib-${_TRIPLET}-latest.tar.bz2 curl -f -o vlc-contrib.txt ${_CONTRIB_URL}
CONTRIB_NAME=$(sed -n -e "s@.*href=\"\(vlc-contrib-${_TRIPLET}-[^\"]*\.tar\.bz2\)\".*@\1@p" vlc-contrib.txt | sed -n -e '1p')
curl -f -o vlc-contrib-${_TRIPLET}-latest.tar.bz2 ${_CONTRIB_URL}${CONTRIB_NAME}
bunzip2 vlc-contrib-${_TRIPLET}-latest.tar.bz2 bunzip2 vlc-contrib-${_TRIPLET}-latest.tar.bz2
tar xvf vlc-contrib-${_TRIPLET}-latest.tar tar xvf vlc-contrib-${_TRIPLET}-latest.tar
sed -i "s#@@CONTRIB_PREFIX@@#${LOCAL_INSTALL_DIR}#g" ${PKG_CONFIG_LIBDIR}/*.pc sed -i.bak -e "s#@@CONTRIB_PREFIX@@#${LOCAL_INSTALL_DIR}#g" ${PKG_CONFIG_LIBDIR}/*.pc
git clone --depth 1 --branch master https://github.com/l-smash/l-smash.git lsmash git clone --depth 1 --branch master https://github.com/l-smash/l-smash.git lsmash
cd lsmash cd lsmash
./configure --prefix="${LOCAL_INSTALL_DIR}" --target-os="${_TRIPLET}" --cross-prefix="${_TRIPLET}-" ./configure --prefix="${LOCAL_INSTALL_DIR}" --target-os="${_TRIPLET}" --cross-prefix="${_TRIPLET}-"
...@@ -104,18 +114,40 @@ build-win64: ...@@ -104,18 +114,40 @@ build-win64:
extends: .build-win extends: .build-win
variables: *variables-win64 variables: *variables-win64
.build-llvm-mingw:
extends: .build
image: registry.videolan.org/vlc-debian-llvm-mingw:20200703084018
tags:
- docker
- amd64
script: |
set -x
PKGCONFIG=pkg-config ./configure --host="${_TRIPLET}" --cross-prefix="${_TRIPLET}-" --enable-pic --enable-strip
make -j$(getconf _NPROCESSORS_ONLN) x264 checkasm
build-llvm-mingw-armv7:
extends: .build-llvm-mingw
variables: *variables-win-armv7
build-llvm-mingw-aarch64:
extends: .build-llvm-mingw
variables: *variables-win-aarch64
build-macos: build-macos:
extends: .build extends: .build
tags: tags:
- macos - amd64
- catalina
script: | script: |
set -x set -x
LOCAL_INSTALL_DIR=`pwd`/${_TRIPLET} LOCAL_INSTALL_DIR=`pwd`/${_TRIPLET}
export PKG_CONFIG_LIBDIR=${LOCAL_INSTALL_DIR}/lib/pkgconfig export PKG_CONFIG_LIBDIR=${LOCAL_INSTALL_DIR}/lib/pkgconfig
curl -f -o vlc-contrib-${_TRIPLET}-latest.tar.bz2 https://nightlies.videolan.org/build/contribs/vlc-contrib-${_TRIPLET}-latest.tar.bz2 curl -f -o vlc-contrib.txt ${_CONTRIB_URL}
CONTRIB_NAME=$(sed -n -e "s@.*href=\"\(vlc-contrib-${_TRIPLET}-[^\"]*\.tar\.bz2\)\".*@\1@p" vlc-contrib.txt | sed -n -e '1p')
curl -f -o vlc-contrib-${_TRIPLET}-latest.tar.bz2 ${_CONTRIB_URL}${CONTRIB_NAME}
bunzip2 vlc-contrib-${_TRIPLET}-latest.tar.bz2 bunzip2 vlc-contrib-${_TRIPLET}-latest.tar.bz2
tar xvf vlc-contrib-${_TRIPLET}-latest.tar tar xvf vlc-contrib-${_TRIPLET}-latest.tar
sed -i.bak "s#@@CONTRIB_PREFIX@@#${LOCAL_INSTALL_DIR}#g" ${PKG_CONFIG_LIBDIR}/*.pc sed -i.bak -e "s#@@CONTRIB_PREFIX@@#${LOCAL_INSTALL_DIR}#g" ${PKG_CONFIG_LIBDIR}/*.pc
git clone --depth 1 --branch master https://github.com/l-smash/l-smash.git lsmash git clone --depth 1 --branch master https://github.com/l-smash/l-smash.git lsmash
cd lsmash cd lsmash
./configure --prefix="${LOCAL_INSTALL_DIR}" ./configure --prefix="${LOCAL_INSTALL_DIR}"
......
...@@ -7,6 +7,7 @@ vpath %.h $(SRCPATH) ...@@ -7,6 +7,7 @@ vpath %.h $(SRCPATH)
vpath %.S $(SRCPATH) vpath %.S $(SRCPATH)
vpath %.asm $(SRCPATH) vpath %.asm $(SRCPATH)
vpath %.rc $(SRCPATH) vpath %.rc $(SRCPATH)
vpath %.manifest $(SRCPATH)
CFLAGS += $(CFLAGSPROF) CFLAGS += $(CFLAGSPROF)
LDFLAGS += $(LDFLAGSPROF) LDFLAGS += $(LDFLAGSPROF)
...@@ -312,7 +313,7 @@ $(OBJS) $(OBJASM) $(OBJSO) $(OBJCLI) $(OBJCHK) $(OBJCHK_8) $(OBJCHK_10) $(OBJEXA ...@@ -312,7 +313,7 @@ $(OBJS) $(OBJASM) $(OBJSO) $(OBJCLI) $(OBJCHK) $(OBJCHK_8) $(OBJCHK_10) $(OBJEXA
%.dll.o: %.rc x264.h %.dll.o: %.rc x264.h
$(RC) $(RCFLAGS)$@ -DDLL $< $(RC) $(RCFLAGS)$@ -DDLL $<
%.o: %.rc x264.h %.o: %.rc x264.h x264res.manifest
$(RC) $(RCFLAGS)$@ $< $(RC) $(RCFLAGS)$@ $<
.depend: config.mak .depend: config.mak
......
/***************************************************************************** /*****************************************************************************
* autocomplete: x264cli shell autocomplete * autocomplete: x264cli shell autocomplete
***************************************************************************** *****************************************************************************
* Copyright (C) 2018-2020 x264 project * Copyright (C) 2018-2021 x264 project
* *
* Authors: Henrik Gramner <henrik@gramner.com> * Authors: Henrik Gramner <henrik@gramner.com>
* *
......
/***************************************************************************** /*****************************************************************************
* asm-offsets.c: check asm offsets for aarch64 * asm-offsets.c: check asm offsets for aarch64
***************************************************************************** *****************************************************************************
* Copyright (C) 2014-2020 x264 project * Copyright (C) 2014-2021 x264 project
* *
* Authors: Janne Grunau <janne-x264@jannau.net> * Authors: Janne Grunau <janne-x264@jannau.net>
* *
...@@ -26,11 +26,19 @@ ...@@ -26,11 +26,19 @@
#include "common/common.h" #include "common/common.h"
#include "asm-offsets.h" #include "asm-offsets.h"
#define STATIC_ASSERT(name, x) int assert_##name[2 * !!(x) - 1]
#define X264_CHECK_OFFSET(s, m, o) struct check_##s##_##m \ #define X264_CHECK_OFFSET(s, m, o) struct check_##s##_##m \
{ \ { \
int m_##m[2 * (offsetof(s, m) == o) - 1]; \ STATIC_ASSERT(offset_##m, offsetof(s, m) == o); \
}
#define X264_CHECK_REL_OFFSET(s, a, type, b) struct check_##s##_##a##_##b \
{ \
STATIC_ASSERT(rel_offset_##a##_##b, offsetof(s, a) + sizeof(type) == offsetof(s, b)); \
} }
X264_CHECK_OFFSET(x264_cabac_t, i_low, CABAC_I_LOW); X264_CHECK_OFFSET(x264_cabac_t, i_low, CABAC_I_LOW);
X264_CHECK_OFFSET(x264_cabac_t, i_range, CABAC_I_RANGE); X264_CHECK_OFFSET(x264_cabac_t, i_range, CABAC_I_RANGE);
X264_CHECK_OFFSET(x264_cabac_t, i_queue, CABAC_I_QUEUE); X264_CHECK_OFFSET(x264_cabac_t, i_queue, CABAC_I_QUEUE);
...@@ -40,3 +48,9 @@ X264_CHECK_OFFSET(x264_cabac_t, p, CABAC_P); ...@@ -40,3 +48,9 @@ X264_CHECK_OFFSET(x264_cabac_t, p, CABAC_P);
X264_CHECK_OFFSET(x264_cabac_t, p_end, CABAC_P_END); X264_CHECK_OFFSET(x264_cabac_t, p_end, CABAC_P_END);
X264_CHECK_OFFSET(x264_cabac_t, f8_bits_encoded, CABAC_F8_BITS_ENCODED); X264_CHECK_OFFSET(x264_cabac_t, f8_bits_encoded, CABAC_F8_BITS_ENCODED);
X264_CHECK_OFFSET(x264_cabac_t, state, CABAC_STATE); X264_CHECK_OFFSET(x264_cabac_t, state, CABAC_STATE);
// the aarch64 asm makes following additional assumptions about the x264_cabac_t
// memory layout
X264_CHECK_REL_OFFSET(x264_cabac_t, i_low, int, i_range);
X264_CHECK_REL_OFFSET(x264_cabac_t, i_queue, int, i_bytes_outstanding);
/***************************************************************************** /*****************************************************************************
* asm-offsets.h: asm offsets for aarch64 * asm-offsets.h: asm offsets for aarch64
***************************************************************************** *****************************************************************************
* Copyright (C) 2014-2020 x264 project * Copyright (C) 2014-2021 x264 project
* *
* Authors: Janne Grunau <janne-x264@jannau.net> * Authors: Janne Grunau <janne-x264@jannau.net>
* *
......
/***************************************************************************** /*****************************************************************************
* asm.S: AArch64 utility macros * asm.S: AArch64 utility macros
***************************************************************************** *****************************************************************************
* Copyright (C) 2008-2020 x264 project * Copyright (C) 2008-2021 x264 project
* *
* Authors: Mans Rullgard <mans@mansr.com> * Authors: Mans Rullgard <mans@mansr.com>
* David Conrad <lessen42@gmail.com> * David Conrad <lessen42@gmail.com>
...@@ -101,15 +101,30 @@ MACH .const_data ...@@ -101,15 +101,30 @@ MACH .const_data
\name: \name:
.endm .endm
.macro movrel rd, val .macro movrel rd, val, offset=0
#if defined(PIC) && defined(__APPLE__) #if defined(__APPLE__)
.if \offset < 0
adrp \rd, \val@PAGE adrp \rd, \val@PAGE
add \rd, \rd, \val@PAGEOFF add \rd, \rd, \val@PAGEOFF
#elif defined(PIC) sub \rd, \rd, -(\offset)
.else
adrp \rd, \val+(\offset)@PAGE
add \rd, \rd, \val+(\offset)@PAGEOFF
.endif
#elif defined(PIC) && defined(_WIN32)
.if \offset < 0
adrp \rd, \val adrp \rd, \val
add \rd, \rd, :lo12:\val add \rd, \rd, :lo12:\val
sub \rd, \rd, -(\offset)
.else
adrp \rd, \val+(\offset)
add \rd, \rd, :lo12:\val+(\offset)
.endif
#elif defined(PIC)
adrp \rd, \val+(\offset)
add \rd, \rd, :lo12:\val+(\offset)
#else #else
ldr \rd, =\val ldr \rd, =\val+\offset
#endif #endif
.endm .endm
......
/***************************************************************************** /*****************************************************************************
* bitstream-a.S: aarch64 bitstream functions * bitstream-a.S: aarch64 bitstream functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2014-2020 x264 project * Copyright (C) 2014-2021 x264 project
* *
* Authors: Janne Grunau <janne-x264@jannau.net> * Authors: Janne Grunau <janne-x264@jannau.net>
* *
......
/***************************************************************************** /*****************************************************************************
* bitstream.h: aarch64 bitstream functions * bitstream.h: aarch64 bitstream functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2017-2020 x264 project * Copyright (C) 2017-2021 x264 project
* *
* Authors: Anton Mitrofanov <BugMaster@narod.ru> * Authors: Anton Mitrofanov <BugMaster@narod.ru>
* *
......
/***************************************************************************** /*****************************************************************************
* cabac-a.S: aarch64 cabac * cabac-a.S: aarch64 cabac
***************************************************************************** *****************************************************************************
* Copyright (C) 2014-2020 x264 project * Copyright (C) 2014-2021 x264 project
* *
* Authors: Janne Grunau <janne-x264@jannau.net> * Authors: Janne Grunau <janne-x264@jannau.net>
* *
...@@ -30,54 +30,51 @@ ...@@ -30,54 +30,51 @@
// w12 holds x264_cabac_t.i_range // w12 holds x264_cabac_t.i_range
function cabac_encode_decision_asm, export=1 function cabac_encode_decision_asm, export=1
movrel x8, X264(cabac_range_lps) add w10, w1, #CABAC_STATE
movrel x9, X264(cabac_transition) ldrb w3, [x0, w10, uxtw] // i_state
add w10, w1, #CABAC_STATE
ldrb w3, [x0, x10] // i_state
ldr w12, [x0, #CABAC_I_RANGE] ldr w12, [x0, #CABAC_I_RANGE]
and x4, x3, #~1 movrel x8, X264(cabac_range_lps), -4
movrel x9, X264(cabac_transition)
ubfx x4, x3, #1, #7
asr w5, w12, #6 asr w5, w12, #6
add x8, x8, x4, lsl #1 add x8, x8, x4, lsl #2
sub w5, w5, #4 orr w14, w2, w3, lsl #1
eor w6, w2, w3 // b ^ i_state ldrb w4, [x8, w5, uxtw] // i_range_lps
ldrb w4, [x8, x5] // i_range_lps ldr w11, [x0, #CABAC_I_LOW]
ldr w11, [x0, #CABAC_I_LOW] eor w6, w2, w3 // b ^ i_state
ldrb w9, [x9, w14, uxtw]
sub w12, w12, w4 sub w12, w12, w4
tbz w6, #0, 1f // (b ^ i_state) & 1 add w7, w11, w12
add w11, w11, w12 tst w6, #1 // (b ^ i_state) & 1
mov w12, w4 csel w12, w4, w12, ne
1: csel w11, w7, w11, ne
orr w4, w2, w3, lsl #1 strb w9, [x0, w10, uxtw] // i_state
ldrb w9, [x9, x4]
strb w9, [x0, x10] // i_state
cabac_encode_renorm: cabac_encode_renorm:
clz w5, w12
ldr w2, [x0, #CABAC_I_QUEUE] ldr w2, [x0, #CABAC_I_QUEUE]
clz w5, w12
sub w5, w5, #23 sub w5, w5, #23
lsl w12, w12, w5
lsl w11, w11, w5 lsl w11, w11, w5
2: lsl w12, w12, w5
adds w2, w2, w5 adds w2, w2, w5
str w12, [x0, #CABAC_I_RANGE] b.ge cabac_putbyte
b.lt 0f
stp w11, w12, [x0, #CABAC_I_LOW] // store i_low, i_range
str w2, [x0, #CABAC_I_QUEUE]
ret
.align 5
cabac_putbyte: cabac_putbyte:
mov w13, #0x400 ldr w6, [x0, #CABAC_I_BYTES_OUTSTANDING]
add w12, w2, #10 add w14, w2, #10
lsl w13, w13, w2 mov w13, #-1
asr w4, w11, w12 // out
sub w2, w2, #8 sub w2, w2, #8
sub w13, w13, #1 asr w4, w11, w14 // out
lsl w13, w13, w14
subs w5, w4, #0xff subs w5, w4, #0xff
and w11, w11, w13 bic w11, w11, w13
ldr w6, [x0, #CABAC_I_BYTES_OUTSTANDING] cinc w6, w6, eq
str w2, [x0, #CABAC_I_QUEUE] b.eq 0f
b.ne 1f
add w6, w6, #1
str w11, [x0, #CABAC_I_LOW]
str w6, [x0, #CABAC_I_BYTES_OUTSTANDING]
ret
1: 1:
ldr x7, [x0, #CABAC_P] ldr x7, [x0, #CABAC_P]
...@@ -93,15 +90,14 @@ cabac_putbyte: ...@@ -93,15 +90,14 @@ cabac_putbyte:
b.gt 2b b.gt 2b
3: 3:
strb w4, [x7], #1 strb w4, [x7], #1
str wzr, [x0, #CABAC_I_BYTES_OUTSTANDING]
str x7, [x0, #CABAC_P] str x7, [x0, #CABAC_P]
0: 0:
str w11, [x0, #CABAC_I_LOW] stp w11, w12, [x0, #CABAC_I_LOW] // store i_low, i_range
str w2, [x0, #CABAC_I_QUEUE] stp w2, w6, [x0, #CABAC_I_QUEUE] // store i_queue, i_bytes_outstanding
ret ret
endfunc endfunc
function cabac_encode_bypass_asm, export=1 function cabac_encode_bypass_asm, export=1, align=5
ldr w12, [x0, #CABAC_I_RANGE] ldr w12, [x0, #CABAC_I_RANGE]
ldr w11, [x0, #CABAC_I_LOW] ldr w11, [x0, #CABAC_I_LOW]
ldr w2, [x0, #CABAC_I_QUEUE] ldr w2, [x0, #CABAC_I_QUEUE]
...@@ -114,9 +110,22 @@ function cabac_encode_bypass_asm, export=1 ...@@ -114,9 +110,22 @@ function cabac_encode_bypass_asm, export=1
ret ret
endfunc endfunc
function cabac_encode_terminal_asm, export=1 function cabac_encode_terminal_asm, export=1, align=5
ldr w12, [x0, #CABAC_I_RANGE] ldr w12, [x0, #CABAC_I_RANGE]
ldr w11, [x0, #CABAC_I_LOW]
sub w12, w12, #2 sub w12, w12, #2
b cabac_encode_renorm tbz w12, #8, 1f
str w12, [x0, #CABAC_I_RANGE]
ret
1:
ldr w2, [x0, #CABAC_I_QUEUE]
ldr w11, [x0, #CABAC_I_LOW]
lsl w12, w12, #1
adds w2, w2, #1
lsl w11, w11, #1
b.ge cabac_putbyte
stp w11, w12, [x0, #CABAC_I_LOW] // store i_low, i_range
str w2, [x0, #CABAC_I_QUEUE]
ret
endfunc endfunc
/**************************************************************************** /****************************************************************************
* dct-a.S: aarch64 transform and zigzag * dct-a.S: aarch64 transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2020 x264 project * Copyright (C) 2009-2021 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
......
/***************************************************************************** /*****************************************************************************
* dct.h: aarch64 transform and zigzag * dct.h: aarch64 transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2020 x264 project * Copyright (C) 2009-2021 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
......
/***************************************************************************** /*****************************************************************************
* deblock.S: aarch64 deblocking * deblock.S: aarch64 deblocking
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2020 x264 project * Copyright (C) 2009-2021 x264 project
* *
* Authors: Mans Rullgard <mans@mansr.com> * Authors: Mans Rullgard <mans@mansr.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
......
/***************************************************************************** /*****************************************************************************
* deblock.h: aarch64 deblocking * deblock.h: aarch64 deblocking
***************************************************************************** *****************************************************************************
* Copyright (C) 2017-2020 x264 project * Copyright (C) 2017-2021 x264 project
* *
* Authors: Anton Mitrofanov <BugMaster@narod.ru> * Authors: Anton Mitrofanov <BugMaster@narod.ru>
* *
......
/***************************************************************************** /*****************************************************************************
* mc.S: aarch64 motion compensation * mc.S: aarch64 motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2020 x264 project * Copyright (C) 2009-2021 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
......
/***************************************************************************** /*****************************************************************************
* mc-c.c: aarch64 motion compensation * mc-c.c: aarch64 motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2020 x264 project * Copyright (C) 2009-2021 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
......
/***************************************************************************** /*****************************************************************************
* mc.h: aarch64 motion compensation * mc.h: aarch64 motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2014-2020 x264 project * Copyright (C) 2014-2021 x264 project
* *
* Authors: Janne Grunau <janne-x264@jannau.net> * Authors: Janne Grunau <janne-x264@jannau.net>
* *
......
/***************************************************************************** /*****************************************************************************
* pixel.S: aarch64 pixel metrics * pixel.S: aarch64 pixel metrics
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2020 x264 project * Copyright (C) 2009-2021 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
......
/***************************************************************************** /*****************************************************************************
* pixel.h: aarch64 pixel metrics * pixel.h: aarch64 pixel metrics
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2020 x264 project * Copyright (C) 2009-2021 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
......
/***************************************************************************** /*****************************************************************************
* predict.S: aarch64 intra prediction * predict.S: aarch64 intra prediction
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2020 x264 project * Copyright (C) 2009-2021 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Mans Rullgard <mans@mansr.com> * Mans Rullgard <mans@mansr.com>
......
/***************************************************************************** /*****************************************************************************
* predict.c: aarch64 intra prediction * predict.c: aarch64 intra prediction
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2020 x264 project * Copyright (C) 2009-2021 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
......