Displaying 2 results from an estimated 2 matches for "enc_arch_dir".
2008 Apr 10
2
Delay occurred when the makefile change
...setsignal.c \
enc/encoder_quant.c \
enc/blockmap.c \
enc/common.c \
enc/dct.c \
enc/dct_decode.c \
enc/frarray.c \
enc/frinit.c \
enc/mcomp.c \
enc/misc_common.c \
enc/pb.c \
enc/pp.c \
enc/reconstruct.c \
enc/scan.c \
enc/dsp.c
if CPU_x86_64
enc_arch_dir = enc/x86_64
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
else
if CPU_x86_32
enc_arch_dir = enc/x86_32
encoder_arch_...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...setsignal.c \
enc/encoder_quant.c \
enc/blockmap.c \
enc/common.c \
enc/dct.c \
enc/dct_decode.c \
enc/frarray.c \
enc/frinit.c \
enc/mcomp.c \
enc/misc_common.c \
enc/pb.c \
enc/pp.c \
enc/reconstruct.c \
enc/scan.c \
enc/dsp.c
if CPU_x86_64
enc_arch_dir = enc/x86_64
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
else
if CPU_x86_32
enc_arch_dir = enc/x86_32
encoder_arch_...