..
Makefile
libavcodec/exr : add X86 SIMD for reorder_pixels
7 years ago
aacencdsp.asm
aacenc: add SIMD optimizations for abs_pow34 and quantization
8 years ago
aacencdsp_init.c
aacenc: add SIMD optimizations for abs_pow34 and quantization
8 years ago
aacpsdsp.asm
lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysis
7 years ago
aacpsdsp_init.c
lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysis
7 years ago
ac3dsp.asm
…
ac3dsp_downmix.asm
Merge commit 'b57e38f52cc3f31a27105c28887d57cd6812c3eb'
8 years ago
ac3dsp_init.c
Merge commit 'b57e38f52cc3f31a27105c28887d57cd6812c3eb'
8 years ago
alacdsp.asm
x86/alacdsp: add simd optimized functions
9 years ago
alacdsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
audiodsp.asm
Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2'
7 years ago
audiodsp_init.c
Merge commit '12004a9a7f20e44f4da2ee6c372d5e1794c8d6c5'
8 years ago
blockdsp.asm
x86/blockdsp: use three operand form for an instruction
7 years ago
blockdsp_init.c
libavcodec/blockdsp : add AVX version
7 years ago
bswapdsp.asm
x86/bswapdsp: add missing preprocessor wrappers for AVX2 functions
7 years ago
bswapdsp_init.c
libavcodec/bswapdsp : add AVX2 func for bswap_buf (swap uint32_t)
7 years ago
cabac.h
asm: FF_-prefix internal macros used in inline assembly
9 years ago
cavsdsp.c
avcodec/x86/cavsdsp: Delete #include "libavcodec/x86/idctdsp.h".
7 years ago
cavsidct.asm
cavs: add a sse2 idct implementation.
8 years ago
constants.c
x86/constants: make pb_80 32 byte wide
7 years ago
constants.h
x86/constants: make pb_80 32 byte wide
7 years ago
dcadsp.asm
x86: Add missing colons after assembly labels
8 years ago
dcadsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
dct32.asm
Merge commit '6eef263aca281fb582e1fa3d841ac20ef747a252'
7 years ago
dct_init.c
Merge commit 'ebaf571aca2dd6ce3caeeeec4210a3fccd47e7db'
9 years ago
dirac_dwt.asm
Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'
7 years ago
dirac_dwt_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
diracdsp.asm
Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'
7 years ago
diracdsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
dnxhdenc.asm
Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'
7 years ago
dnxhdenc_init.c
…
exrdsp.asm
avcodec/x86/exrdsp : use ymm constant for pb_80
7 years ago
exrdsp_init.c
libavcodec/exr : add x86 SIMD for predictor
7 years ago
fdct.c
Mark some arrays that never change as const.
8 years ago
fdct.h
…
fdctdsp_init.c
…
fft.asm
avcodec/fft: fix INTERL macro on 3dnow
7 years ago
fft.h
fft: Split MDCT bits off from FFT
9 years ago
fft_init.c
Merge commit '73ff983e8dd22ccee166403d0bbbc9c1cd543622'
9 years ago
flac_dsp_gpl.asm
x86inc: Drop SECTION_TEXT macro
9 years ago
flacdsp.asm
x86: move XOP emulation code back to x86inc
9 years ago
flacdsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
fmtconvert.asm
avcodec/x86/fmtconvert: Add emms to int32_to_float_fmul_array8_sse()
9 years ago
fmtconvert_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
fpel.asm
Merge commit '009adfd4fbdd78a890a4a65d6f141c467bb027fa'
8 years ago
fpel.h
x86: fpel: Remove erroneous ff_put_pixels8_mmxext prototype
9 years ago
g722dsp.asm
x86inc: Drop SECTION_TEXT macro
9 years ago
g722dsp_init.c
…
h263_loopfilter.asm
x86inc: Drop SECTION_TEXT macro
9 years ago
h263dsp_init.c
…
h264_cabac.c
Merge commit '0a35f128f3c6e0ae9a0a2236c557602c108da269'
8 years ago
h264_chromamc.asm
Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'
8 years ago
h264_chromamc_10bit.asm
Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'
8 years ago
h264_deblock.asm
avcodec/h264: enable sse2 chroma deblock/loop filter functions
8 years ago
h264_deblock_10bit.asm
avcodec/x86: deduplicate PASS8ROWS macro
8 years ago
h264_idct.asm
Merge commit 'e9bb77fb1012cba1951a82136df7071f71bce8fb'
7 years ago
h264_idct_10bit.asm
avcodec/h264: sse2 and avx 4:2:2 idct add8 10-bit functions
8 years ago
h264_intrapred.asm
Merge commit '5801f9ed245ca5ebb57b0b5183de7a24aaece133'
8 years ago
h264_intrapred_10bit.asm
Merge commit '5801f9ed245ca5ebb57b0b5183de7a24aaece133'
8 years ago
h264_intrapred_init.c
h264pred: added AVX2 implementation for tm_vp8 16x16.
8 years ago
h264_qpel.c
build: Generalize yasm/nasm-related variable names
8 years ago
h264_qpel_8bit.asm
…
h264_qpel_10bit.asm
x86: Add missing colons after assembly labels
8 years ago
h264_weight.asm
x86: Add missing colons after assembly labels
8 years ago
h264_weight_10bit.asm
…
h264chroma_init.c
Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'
8 years ago
h264dsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
hevc_add_res.asm
x86/hevc_add_res: merge last remaining changes from 3d65359832
8 years ago
hevc_deblock.asm
avcodec/x86: deduplicate PASS8ROWS macro
8 years ago
hevc_idct.asm
Merge commit '112cee0241f5799edff0e4682b9e8639b046dc78'
8 years ago
hevc_mc.asm
x86: Add missing colons after assembly labels
8 years ago
hevc_sao.asm
x86/hevc_sao: move 10/12bit functions into a separate file
9 years ago
hevc_sao_10bit.asm
x86/hevc_sao: add ff_hevc_sao_edge_filter_{8,16}_{10,12}
9 years ago
hevcdsp.h
Merge commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b'
8 years ago
hevcdsp_init.c
Merge commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b'
8 years ago
hpeldsp.asm
Merge commit '1dfc3cf89d0eb026af28be46294b85d79499ffb5'
8 years ago
hpeldsp.h
Revert "Merge commit '0a39c9ac0bfd7345fe676b4e2707d9cec3cbb553'"
8 years ago
hpeldsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
hpeldsp_rnd_template.c
asm: FF_-prefix internal macros used in inline assembly
9 years ago
hpeldsp_vp3.asm
Merge commit '1dfc3cf89d0eb026af28be46294b85d79499ffb5'
8 years ago
hpeldsp_vp3_init.c
Revert "Merge commit '0a39c9ac0bfd7345fe676b4e2707d9cec3cbb553'"
8 years ago
huffyuvdsp.asm
avcodec/huffyuvdsp : add add_int16 AVX2 func
7 years ago
huffyuvdsp_init.c
avcodec/huffyuvdsp : add add_int16 AVX2 func
7 years ago
huffyuvdsp_template.asm
avcodec/huffyuvdsp : add add_int16 AVX2 func
7 years ago
huffyuvencdsp.asm
avcodec/huffyuvdspenc : add diff_int16 AVX2 func
7 years ago
huffyuvencdsp_init.c
avcodec/huffyuvdspenc : add diff_int16 AVX2 func
7 years ago
idctdsp.asm
x86inc: Drop SECTION_TEXT macro
9 years ago
idctdsp.h
avcodec/x86/idctdsp: Remove duplicate include
8 years ago
idctdsp_init.c
avcodec/x86: use new x86-64 functions for -idct simple
7 years ago
imdct36.asm
Merge commit '6eef263aca281fb582e1fa3d841ac20ef747a252'
7 years ago
inline_asm.h
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
9 years ago
jpeg2000dsp.asm
x86/jpeg2000dsp: add ff_ict_float_{fma3,fma4}
7 years ago
jpeg2000dsp_init.c
x86/jpeg2000dsp: add ff_ict_float_{fma3,fma4}
7 years ago
lossless_audiodsp.asm
x86: lossless audio: SSE4 madd 32bits
9 years ago
lossless_audiodsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
lossless_videodsp.asm
libavcodec/lossless_video_dsp : cosmetic add better separator for each function, in order to make reading of the asm file easier
7 years ago
lossless_videodsp_init.c
libavcodec/lossless_videodsp : add add_bytes avx2 version
7 years ago
lossless_videoencdsp.asm
avcodec/x86/lossless_videoencdsp: Fix warning: signed dword value exceeds bounds
7 years ago
lossless_videoencdsp_init.c
huffyuvencdsp: move shared functions to a new lossless_videoencdsp context
8 years ago
lpc.c
Merge commit '4efab89332ea39a77145e8b15562b981d9dbde68'
8 years ago
mathops.h
…
mdct15.asm
mdct15: add inverse transform postrotation SIMD
7 years ago
mdct15_init.c
mdct15: add inverse transform postrotation SIMD
7 years ago
me_cmp.asm
avcodec/x86: add missing colon to labels
9 years ago
me_cmp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
mlpdsp.asm
x86inc: Drop SECTION_TEXT macro
9 years ago
mlpdsp_init.c
Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'
7 years ago
mpegaudiodsp.c
build: Generalize yasm/nasm-related variable names
8 years ago
mpegvideo.c
avcodec/x86/mpegvideo: Use intra scantable in dct_unquantize_h263_intra_mmx()
8 years ago
mpegvideodsp.c
avcodec/x86/mpegvideodsp: Fix signedness bug in need_emu
7 years ago
mpegvideoenc.c
lavc/mpegvideoenc: reformat inv_zigzag_direct16 so the zigzag pattern is visible
8 years ago
mpegvideoenc_qns_template.c
…
mpegvideoenc_template.c
avcodec/x86/mpegenc: support transpose permuation type
8 years ago
mpegvideoencdsp.asm
…
mpegvideoencdsp_init.c
Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'
9 years ago
opus_dsp_init.c
opus_pvq_search: split functions into exactness and only use the exact if its faster
7 years ago
opus_pvq_search.asm
opus_pvq_search: Restore the proper use of conditional define and simplify the function name suffix handling.
7 years ago
pixblockdsp.asm
Merge commit 'de452e503734ebb0fdbce86e9d16693b3530fad3'
8 years ago
pixblockdsp_init.c
avcodec/me_cmp: Fix crashes on ARM due to misalignment
7 years ago
pngdsp.asm
x86inc: Drop SECTION_TEXT macro
9 years ago
pngdsp_init.c
…
proresdsp.asm
avcodec/x86: allow future 8-bit simple idct to use slightly different coefficients
8 years ago
proresdsp_init.c
Merge commit '3fd22538bc0e0de84b31335266b4b1577d3d609e'
8 years ago
qpel.asm
…
qpeldsp.asm
x86inc: Drop SECTION_TEXT macro
9 years ago
qpeldsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
rnd_template.c
asm: FF_-prefix internal macros used in inline assembly
9 years ago
rv34dsp.asm
x86/rv34dsp: add ff_rv34_idct_dc_add_sse2
8 years ago
rv34dsp_init.c
x86/rv34dsp: add ff_rv34_idct_dc_add_sse2
8 years ago
rv40dsp.asm
Merge commit '6eef263aca281fb582e1fa3d841ac20ef747a252'
7 years ago
rv40dsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
sbrdsp.asm
Revert "x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_main"
7 years ago
sbrdsp_init.c
…
simple_idct.asm
avcodec/x86: move simple_idct to external assembly
8 years ago
simple_idct.h
avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth functions
7 years ago
simple_idct10.asm
avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth functions
7 years ago
simple_idct10_template.asm
avcodec/x86: allow future 8-bit simple idct to have "DC only hack"
7 years ago
snowdsp.c
asm: FF_-prefix internal macros used in inline assembly
9 years ago
svq1enc.asm
x86inc: Drop SECTION_TEXT macro
9 years ago
svq1enc_init.c
…
synth_filter.asm
avcodec/synth_filter: split off remaining code from dcadec files
9 years ago
synth_filter_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
takdsp.asm
x86/takdsp: use arithmetic shift instructions
9 years ago
takdsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
ttadsp.asm
avcodec/ttadsp: cosmetics
8 years ago
ttadsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
ttaencdsp.asm
x86/ttaenc: add ff_ttaenc_filter_process_{ssse3,sse4}
8 years ago
ttaencdsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
utvideodsp.asm
x86/utvideodsp: reuse shared constants
7 years ago
utvideodsp_init.c
avcodec/utvideodsp : add avx2 version for the dsp
7 years ago
v210-init.c
build: Generalize yasm/nasm-related variable names
8 years ago
v210.asm
avcodec/x86: add missing colon to labels
9 years ago
v210enc.asm
x86: Add missing colons after assembly labels
8 years ago
v210enc_init.c
Merge commit 'e280fe13291e9c712a5f4aa13b5263f3e8afed45'
9 years ago
vc1dsp.h
…
vc1dsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
vc1dsp_loopfilter.asm
Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'
7 years ago
vc1dsp_mc.asm
Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'
7 years ago
vc1dsp_mmx.c
idct: Change type of array stride parameters to ptrdiff_t
8 years ago
videodsp.asm
Merge commit 'b89804da9bad2d94dd95bf20ac6187447e9c17e9'
8 years ago
videodsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
vorbisdsp.asm
x86/vorbisdsp: optimize ff_vorbis_inverse_coupling_sse
8 years ago
vorbisdsp_init.c
…
vp3dsp.asm
Merge commit '6892df9294d93322d43255ada299507465bc93c8'
8 years ago
vp3dsp_init.c
Merge commit '6892df9294d93322d43255ada299507465bc93c8'
8 years ago
vp6dsp.asm
Merge commit 'd9d26a3674f31f482f54e936fcb382160830877a'
8 years ago
vp6dsp_init.c
Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220'
8 years ago
vp8dsp.asm
Merge commit '307eb1a8ee363db1fcf869e427a8deb6d9538881'
7 years ago
vp8dsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
vp8dsp_loopfilter.asm
Merge commit '802727b538b484e3f9d1345bfcc4ab24cfea8898'
8 years ago
vp9dsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
vp9dsp_init.h
vp9: re-split the decoder/format/dsp interface header files.
8 years ago
vp9dsp_init_10bpp.c
vp9: add subpel MC SIMD for 10/12bpp.
9 years ago
vp9dsp_init_12bpp.c
vp9: add subpel MC SIMD for 10/12bpp.
9 years ago
vp9dsp_init_16bpp.c
avcodec/x86/vp9dsp_init_16bpp: Fix linking to missing ff_vp9_ipred_dr_32x32_16_avx2() on 32bit
7 years ago
vp9dsp_init_16bpp_template.c
build: Generalize yasm/nasm-related variable names
8 years ago
vp9intrapred.asm
…
vp9intrapred_16bpp.asm
avcodec/vp9: add 64-bit ipred_dr_32x32_16 avx2 implementation
7 years ago
vp9itxfm.asm
x86/vp9itxfm: add missing AVX2 guards
8 years ago
vp9itxfm_16bpp.asm
x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2
9 years ago
vp9itxfm_template.asm
vp9: add x86 simd (sse2/ssse3) for iadst4 10bpp functions.
9 years ago
vp9lpf.asm
vp9lpf/x86: make filter_16_h work on 32-bit.
8 years ago
vp9lpf_16bpp.asm
doc: fix spelling errors
8 years ago
vp9mc.asm
Merge commit 'e99ecda55082cb9dde8fd349361e169dc383943a'
8 years ago
vp9mc_16bpp.asm
vp9: sse2/ssse3/avx 16bpp loopfilter x86 simd.
9 years ago
vp56_arith.h
…
w64xmmtest.c
Merge commit 'de2ae3c1fae5a2eb539b9abd7bc2a9ca8c286ff0'
8 years ago
xvididct.asm
…
xvididct.h
Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'
8 years ago
xvididct_init.c
build: Generalize yasm/nasm-related variable names
8 years ago