Displaying 2 results from an estimated 2 matches for "encoder_arch_sources".
2008 Apr 10
2
Delay occurred when the makefile change
...der_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_sources= \
    $(enc_arch_dir)/dct...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...der_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_sources= \
    $(enc_arch_dir)/dct...