代码搜索:Video Codec

找到约 10,000 项符合「Video Codec」的源代码

代码结果 10,000
www.eeworm.com/read/149834/12344943

c rstest.c

/* Test the Reed-Solomon codecs * for various block sizes and with random data and random error patterns * * Copyright 2002 Phil Karn, KA9Q * May be used under the terms of the GNU General Public
www.eeworm.com/read/148690/12443548

cpp main.cpp

#include #include #include "Mainform.h" #include "connect.h" int main( int argc, char ** argv ) { QApplication a( argc, argv ); if ( ! createConnections() )
www.eeworm.com/read/130680/14178895

log cc_build_debug.log

----------------------------- codec.pjt - Debug ----------------------------- "c:\program files\TI\c5500\cgtools\bin\cl55" -g -q -fr"./Debug" -d"_DEBUG" -d"CHIP_5509" -ml -@"Debug.lkf" "codec.c" "
www.eeworm.com/read/227292/14433234

c rstest.c

/* Test the Reed-Solomon codecs * for various block sizes and with random data and random error patterns * * Copyright 2002 Phil Karn, KA9Q * May be used under the terms of the GNU General Public
www.eeworm.com/read/125131/14512326

htm 05o022.htm

www.eeworm.com/read/123349/14636979

changelog

version 0.3.4: - added stereo in mpeg audio encoder. version 0.3.3: - added 'high quality' mode which use motion vectors. It can be used in real time at low resolution. - fixed rounding p
www.eeworm.com/read/206847/15288304

lkf debug.lkf

-z -q -c -h -m"./Debug/codec.map" -o"./Debug/codec.out" -x -i"D:/ti5000/c5500/bios/lib" -i"D:/ti5000/c5500/rtdx/lib" -i"D:/ti5000/c5500/xdais/lib" -i"D:/ti5000/c5500/cgtools/lib" -l"csl5509x.lib" -l"r
www.eeworm.com/read/206847/15288308

lkv debug.lkv

-z -q -c -h -m"./Debug/codec.map" -o"./Debug/codec.out" -x -i"D:/ti5000/c5500/bios/lib" -i"D:/ti5000/c5500/rtdx/lib" -i"D:/ti5000/c5500/xdais/lib" -i"D:/ti5000/c5500/cgtools/lib" -l"csl5509x.lib" -l"r
www.eeworm.com/read/205845/15305623

c rstest.c

/* Test the Reed-Solomon codecs * for various block sizes and with random data and random error patterns * * Copyright 2002 Phil Karn, KA9Q * May be used under the terms of the GNU General Public
www.eeworm.com/read/171834/5391628

java decodingfailedexception.java

package jp.sourceforge.qrcode.codec.exception; public class DecodingFailedException extends IllegalStateException { }