Displaying 7 results from an estimated 7 matches for "huffdec".
2008 Apr 10
2
Delay occurred when the makefile change
...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/mmxidct.c \
dec/x86/mmxfrag.c \
dec/x86/mmxstate.c \
dec/x86/x86state.c
else
if CPU_x86_32
decoder_x86_sources = \
dec/x86/mmxidct.c \...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...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/mmxidct.c \
dec/x86/mmxfrag.c \
dec/x86/mmxstate.c \
dec/x86/x86state.c
else
if CPU_x86_32
decoder_x86_sources = \
dec/x86/mmxidct.c \...
2011 Apr 22
2
Can't compile libtheora vs2010
...ch file or directory
1> info.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\info.c': No
such file or directory
1> idct.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\idct.c': No
such file or directory
1> huffdec.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\huffdec.c':
No such file or directory
1> fragment.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\fragment.c':
No such file or directory
1> dequant.c (TaskId:16)...
2008 Apr 21
1
Compile libtheora 1.0beta3 with VS2005
...#39;: No
such file or directory c:\Documents and
Settings\Manoj\Desktop\libtheora-1.0beta3\include\theora\codec.h 64
Error 12 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No
such file or directory c:\Documents and
Settings\Manoj\Desktop\libtheora-1.0beta3\lib\dec\huffdec.c 19
Error 13 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No
such file or directory c:\Documents and
Settings\Manoj\Desktop\libtheora-1.0beta3\include\theora\codec.h 64
Error 14 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No
such file...
2007 Oct 09
1
VC6 Patch
...# End Source File
# Begin Source File
-SOURCE=..\lib\toplevel.c
+SOURCE=..\lib\dec\fragment.c
# End Source File
+# Begin Source File
+
+SOURCE=..\lib\enc\frarray.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\lib\enc\frinit.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\lib\dec\huffdec.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\lib\dec\idct.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\lib\dec\info.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\lib\dec\internal.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\lib\enc\mcomp.c
+# End Source File
+...
2014 May 05
1
Application crushes
..._PATH)/include \
$(LOCAL_PATH)/src \
$(LOCAL_PATH)/src/dec
LOCAL_SRC_FILES := src/dec/apiwrapper.c \
src/dec/internal.c \
src/dec/info.c \
src/dec/decapiwrapper.c \
src/dec/decinfo.c \
src/dec/decode.c \
src/dec/state.c \
src/dec/dequant.c \
src/dec/huffdec.c \
src/dec/quant.c \
src/dec/bitwise2ARM.s \
src/dec/bitwiseARM.s \
src/dec/decodeARM.s \
src/dec/stateARM.s \
src/dec/fragARM.s \
src/dec/idctARM.s\
src/dec/ppARM.s
LOCAL_ARM_NEON := true
LOCAL_EXPORT_C_INCLUDES += $(LOCAL_C_INCLUDES)
include $(BUILD_SHARE...
2018 Dec 16
0
Build from Source on MSVC 2017 cl and MSYS2 32 bit
...yright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
decode.c
CC dequant.lo
CC fragment.lo
CC huffdec.lo
CC idct.lo
CC info.lo
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line w...