Displaying 2 results from an estimated 2 matches for "decoder_sources".
2008 Apr 10
2
Delay occurred when the makefile change
..._mmx.c
else
if CPU_x86_32
enc_arch_dir = enc/x86_32
encoder_arch_sources= \
$(enc_arch_dir)/dct_decode_mmx.c \
$(enc_arch_dir)/dsp_mmx.c \
$(enc_arch_dir)/dsp_mmxext.c \
$(enc_arch_dir)/recon_mmx.c \
$(enc_arch_dir)/idct_mmx.c \
$(enc_arch_dir)/fdct_mmx.c
endif
endif
endif
decoder_sources = \
dec/apiwrapper.c \
dec/decapiwrapper.c \
dec/decinfo.c \
dec/decode.c \
dec/dequant.c \
dec/fragment.c \
dec/huffdec.c \
dec/idct.c \
dec/info.c \
dec/internal.c \
dec/quant.c \
dec/state.c
if CPU_x86_64
decoder_x86_sources = \
dec/x86/mmxidc...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
..._mmx.c
else
if CPU_x86_32
enc_arch_dir = enc/x86_32
encoder_arch_sources= \
$(enc_arch_dir)/dct_decode_mmx.c \
$(enc_arch_dir)/dsp_mmx.c \
$(enc_arch_dir)/dsp_mmxext.c \
$(enc_arch_dir)/recon_mmx.c \
$(enc_arch_dir)/idct_mmx.c \
$(enc_arch_dir)/fdct_mmx.c
endif
endif
endif
decoder_sources = \
dec/apiwrapper.c \
dec/decapiwrapper.c \
dec/decinfo.c \
dec/decode.c \
dec/dequant.c \
dec/fragment.c \
dec/huffdec.c \
dec/idct.c \
dec/info.c \
dec/internal.c \
dec/quant.c \
dec/state.c
if CPU_x86_64
decoder_x86_sources = \
dec/x86/mmxidc...