mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-27 01:30:35 +08:00
Add IDCT functions for 10-bit H.264.
Ports the majority of IDCT functions for 10-bit H.264. Parts are inspired from 8-bit IDCT code in Libav; other parts ported from x264 with relicensing permission from author. Signed-off-by: Ronald S. Bultje <rbultje@google.com>
This commit is contained in:
committed by
Ronald S. Bultje
parent
7e985c9e35
commit
836f47d34b
@@ -12,8 +12,9 @@ YASM-OBJS-$(CONFIG_FFT) += x86/fft_mmx.o \
|
||||
MMX-OBJS-$(CONFIG_H264DSP) += x86/h264dsp_mmx.o
|
||||
YASM-OBJS-$(CONFIG_H264DSP) += x86/h264_deblock.o \
|
||||
x86/h264_deblock_10bit.o \
|
||||
x86/h264_weight.o \
|
||||
x86/h264_idct.o \
|
||||
x86/h264_idct_10bit.o \
|
||||
x86/h264_weight.o \
|
||||
|
||||
YASM-OBJS-$(CONFIG_H264PRED) += x86/h264_intrapred.o
|
||||
MMX-OBJS-$(CONFIG_H264PRED) += x86/h264_intrapred_init.o
|
||||
|
||||
Reference in New Issue
Block a user