Home | History | Annotate | Download | only in vp8

Lines Matching full:decoder

36 #INCLUDES += decoder
40 # decoder
49 #INCLUDES += decoder
51 VP8_DX_SRCS-yes += decoder/dboolhuff.c
52 VP8_DX_SRCS-yes += decoder/decodemv.c
53 VP8_DX_SRCS-yes += decoder/decodframe.c
54 VP8_DX_SRCS-yes += decoder/dequantize.c
55 VP8_DX_SRCS-yes += decoder/detokenize.c
56 VP8_DX_SRCS-yes += decoder/generic/dsystemdependent.c
57 VP8_DX_SRCS-yes += decoder/dboolhuff.h
58 VP8_DX_SRCS-yes += decoder/decodemv.h
59 VP8_DX_SRCS-yes += decoder/decoderthreading.h
60 VP8_DX_SRCS-yes += decoder/dequantize.h
61 VP8_DX_SRCS-yes += decoder/detokenize.h
62 VP8_DX_SRCS-yes += decoder/onyxd_int.h
63 VP8_DX_SRCS-yes += decoder/treereader.h
64 VP8_DX_SRCS-yes += decoder/onyxd_if.c
65 VP8_DX_SRCS-$(CONFIG_MULTITHREAD) += decoder/threading.c
66 VP8_DX_SRCS-yes += decoder/idct_blk.c
67 VP8_DX_SRCS-$(CONFIG_MULTITHREAD) += decoder/reconintra_mt.h
68 VP8_DX_SRCS-$(CONFIG_MULTITHREAD) += decoder/reconintra_mt.c
72 VP8_DX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += decoder/x86/dequantize_x86.h
73 VP8_DX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += decoder/x86/x86_dsystemdependent.c
74 VP8_DX_SRCS-$(HAVE_MMX) += decoder/x86/dequantize_mmx.asm
75 VP8_DX_SRCS-$(HAVE_MMX) += decoder/x86/idct_blk_mmx.c
76 VP8_DX_SRCS-$(HAVE_SSE2) += decoder/x86/idct_blk_sse2.c