search for: decinfo

Displaying 6 results from an estimated 6 matches for "decinfo".

Did you mean: tecinfo
2014 May 05
1
Application crushes
...cation, compiled with the help of Android NDK 9r in Android Studio. Program stack: #0 theorapackB_readARM () at jni/theorarm/src/dec/bitwise2ARM.s:150 #1 0x673fae80 in oc_dec_headerin (_opb=0x6dca5278, _info=0x6dca52b0, _tc=0x6728ebd8, _setup=0x6728eedc, _op=0x6728ebb8) at jni/theorarm/src/dec/decinfo.c:171 #2 0x673fb160 in th_decode_headerin (_info=0x6dca52b0, _tc=0x6728ebd8, _setup=0x6728eedc, _op=0x6728ebb8) at jni/theorarm/src/dec/decinfo.c:240 #3 0x673fa43c in theora_decode_header (_ci=0x6728ebe8, _cc=0x6728ebd8, _op=0x6728ebb8) at jni/theorarm/src/dec/decapiwrapper.c:150 Android.mk: L...
2011 Apr 22
2
Can't compile libtheora vs2010
...directory 1> dequant.c (TaskId:16) 1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\dequant.c': No such file or directory 1> decode.c (TaskId:16) 1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\decode.c': No such file or directory 1> decinfo.c (TaskId:16) 1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\decinfo.c': No such file or directory 1> decapiwrapper.c (TaskId:16) 1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\decapiwrapper.c': No such file or directory 1> bitpack.c (...
2008 Apr 10
2
Delay occurred when the makefile change
...$(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/mmxidct.c \ dec/x86/mmxfrag.c \ dec/x86/mmxstate.c \ dec/x86/x8...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...$(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/mmxidct.c \ dec/x86/mmxfrag.c \ dec/x86/mmxstate.c \ dec/x86/x8...
2018 Dec 16
0
Build from Source on MSVC 2017 cl and MSYS2 32 bit
...in lib make[3]: Entering directory '/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/lib' make all-am make[4]: Entering directory '/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/lib' CC apiwrapper.lo CC bitpack.lo CC decapiwrapper.lo CC decinfo.lo CC decode.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 warning D9002 :...
2007 Oct 09
1
VC6 Patch
...de.c # End Source File # Begin Source File -SOURCE=..\lib\encode.c +SOURCE=..\lib\enc\dct_encode.c # End Source File # Begin Source File -SOURCE=..\lib\encoder_toplevel.c +SOURCE=..\lib\dec\decapiwrapper.c # End Source File # Begin Source File -SOURCE=..\lib\frarray.c +SOURCE=..\lib\dec\decinfo.c # End Source File # Begin Source File -SOURCE=..\lib\frinit.c +SOURCE=..\lib\dec\decode.c # End Source File # Begin Source File -SOURCE=..\lib\huffman.c +SOURCE=..\lib\dec\dequant.c # End Source File # Begin Source File -SOURCE=..\lib\idct.c +SOURCE=..\lib\enc\dsp.c # End Source File...