..
Makefile
avcodec/utvideodec: add SIMD for restore_rgb_planes
8 years ago
aacencdsp.asm
…
aacencdsp_init.c
…
aacpsdsp.asm
lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysis
8 years ago
aacpsdsp_init.c
lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysis
8 years ago
ac3dsp.asm
…
ac3dsp_downmix.asm
…
ac3dsp_init.c
…
alacdsp.asm
…
alacdsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
audiodsp.asm
…
audiodsp_init.c
…
blockdsp.asm
…
blockdsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
bswapdsp.asm
…
bswapdsp_init.c
…
cabac.h
…
cavsdsp.c
…
cavsidct.asm
…
constants.c
…
constants.h
…
dcadsp.asm
…
dcadsp_init.c
…
dct32.asm
…
dct_init.c
…
dirac_dwt.asm
…
dirac_dwt_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
diracdsp.asm
…
diracdsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
dnxhdenc.asm
…
dnxhdenc_init.c
…
fdct.c
…
fdct.h
…
fdctdsp_init.c
…
fft.asm
…
fft.h
…
fft_init.c
…
flac_dsp_gpl.asm
…
flacdsp.asm
…
flacdsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
fmtconvert.asm
…
fmtconvert_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
fpel.asm
…
fpel.h
…
g722dsp.asm
…
g722dsp_init.c
…
h263_loopfilter.asm
…
h263dsp_init.c
…
h264_cabac.c
…
h264_chromamc.asm
…
h264_chromamc_10bit.asm
…
h264_deblock.asm
…
h264_deblock_10bit.asm
…
h264_idct.asm
avcodec/h264: add sse2 versions of previous idct functions
8 years ago
h264_idct_10bit.asm
…
h264_intrapred.asm
…
h264_intrapred_10bit.asm
…
h264_intrapred_init.c
…
h264_qpel.c
build: Generalize yasm/nasm-related variable names
8 years ago
h264_qpel_8bit.asm
…
h264_qpel_10bit.asm
…
h264_weight.asm
…
h264_weight_10bit.asm
…
h264chroma_init.c
…
h264dsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
hevc_add_res.asm
…
hevc_deblock.asm
…
hevc_idct.asm
…
hevc_mc.asm
…
hevc_sao.asm
…
hevc_sao_10bit.asm
…
hevcdsp.h
…
hevcdsp_init.c
…
hpeldsp.asm
…
hpeldsp.h
…
hpeldsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
hpeldsp_rnd_template.c
…
hpeldsp_vp3.asm
…
hpeldsp_vp3_init.c
…
huffyuvdsp.asm
…
huffyuvdsp_init.c
…
huffyuvencdsp.asm
…
huffyuvencdsp_init.c
…
idctdsp.asm
…
idctdsp.h
…
idctdsp_init.c
avcodec/x86: use new x86-64 functions for -idct simple
8 years ago
imdct36.asm
…
inline_asm.h
…
jpeg2000dsp.asm
…
jpeg2000dsp_init.c
…
lossless_audiodsp.asm
…
lossless_audiodsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
lossless_videodsp.asm
…
lossless_videodsp_init.c
…
lossless_videoencdsp.asm
…
lossless_videoencdsp_init.c
…
lpc.c
…
mathops.h
…
mdct15.asm
x86/mdct15: use three operand form for some instructions
8 years ago
mdct15_init.c
mdct15: add assembly optimizations for the 15-point FFT
8 years ago
me_cmp.asm
…
me_cmp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
mlpdsp.asm
…
mlpdsp_init.c
…
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
…
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
…
pixblockdsp.asm
…
pixblockdsp_init.c
…
pngdsp.asm
…
pngdsp_init.c
…
proresdsp.asm
avcodec/x86: allow future 8-bit simple idct to use slightly different coefficients
8 years ago
proresdsp_init.c
…
qpel.asm
…
qpeldsp.asm
…
qpeldsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
rnd_template.c
…
rv34dsp.asm
…
rv34dsp_init.c
…
rv40dsp.asm
…
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"
8 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
8 years ago
simple_idct10.asm
avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth functions
8 years ago
simple_idct10_template.asm
avcodec/x86: allow future 8-bit simple idct to have "DC only hack"
8 years ago
snowdsp.c
…
svq1enc.asm
…
svq1enc_init.c
…
synth_filter.asm
…
synth_filter_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
takdsp.asm
…
takdsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
ttadsp.asm
…
ttadsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
ttaencdsp.asm
…
ttaencdsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
utvideodsp.asm
x86/utvideodsp: make restore_rgb_planes functions work on x86_32
8 years ago
utvideodsp_init.c
x86/utvideodsp: make restore_rgb_planes functions work on x86_32
8 years ago
v210-init.c
build: Generalize yasm/nasm-related variable names
8 years ago
v210.asm
…
v210enc.asm
…
v210enc_init.c
…
vc1dsp.h
…
vc1dsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
vc1dsp_loopfilter.asm
…
vc1dsp_mc.asm
…
vc1dsp_mmx.c
…
videodsp.asm
…
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
…
vp3dsp_init.c
…
vp6dsp.asm
…
vp6dsp_init.c
…
vp8dsp.asm
…
vp8dsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
vp8dsp_loopfilter.asm
…
vp9dsp_init.c
build: Generalize yasm/nasm-related variable names
8 years ago
vp9dsp_init.h
…
vp9dsp_init_10bpp.c
…
vp9dsp_init_12bpp.c
…
vp9dsp_init_16bpp.c
avcodec/x86/vp9dsp_init_16bpp: Fix linking to missing ff_vp9_ipred_dr_32x32_16_avx2() on 32bit
8 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
8 years ago
vp9itxfm.asm
…
vp9itxfm_16bpp.asm
…
vp9itxfm_template.asm
…
vp9lpf.asm
…
vp9lpf_16bpp.asm
…
vp9mc.asm
…
vp9mc_16bpp.asm
…
vp56_arith.h
…
w64xmmtest.c
…
xvididct.asm
…
xvididct.h
…
xvididct_init.c
build: Generalize yasm/nasm-related variable names
8 years ago