代码搜索:Coder

找到约 7,216 项符合「Coder」的源代码

代码结果 7,216
www.eeworm.com/read/147825/12518921

searchresults untitled project.searchresults

---- main Matches (3 in 2 files) ---- Coder.c: This file includes the coder main functions Lbccodec.c:** Functions: main Lbccodec.c:int main( int argc, char *argv[] )
www.eeworm.com/read/202410/15384368

h ezw.h

/*--------------------------------------------------------------------------------------------*/ /* ezw.h */ #ifndef __EZW_H__ #define __EZW_H__ /* disable unused variabled warning 避免一种变量重定义的war
www.eeworm.com/read/188503/8535711

hh mpeg2coder.hh

#ifndef _MPEG2CODING_HH #define _MPEG2CODING_HH // TODO should be renamed to mpeg2codingbuf.hh /* mpeg2encoding.hh - (Partial) MPEG2 packed bit / VLC syntax encoding of a Picture */ /* (C) 2003 An
www.eeworm.com/read/188503/8535739

cc mpeg2coder.cc

/* mpeg2coder.hh - MPEG2 packed bit / VLC syntax coding engine */ /* (C) 2003 Andrew Stevens */ /* This Software and modifications to existing software are free * software; you can redistribute
www.eeworm.com/read/289444/8550714

c coder_bpb2.c

// #define BIG_SIGN_CONTEXT , hurts !? //#define BIG_SHAPE_CNTX /***** like CODER_BP_BIN but : 1. we actually scan on bitplanes 2. no weighting 512, l6, ts Lena 4.163 Barb 4.496
www.eeworm.com/read/289444/8550728

c coder_o2.c

/********* Order2 : o2 on MSB's S+P (512) Lossless : Lena Zelda Kuha Checa(256) Order1 : 4.250 3.948 3.534 3.406 Order1+1: 4.207 3.911 3.517 3.310 Order1sb: 4.216 3.920 3.510 3.305
www.eeworm.com/read/289444/8550760

c coder_bpbf_zt.c

/***** BP Binary Fast ZeroTree *****/ //#define ZT_STATS #include #include #include #include #include "coder.h" extern int tu
www.eeworm.com/read/289444/8550791

c coder_sm_b.c

/***** SM2 : send "significance map" then residual values SM2 2 : code the sigmap as four symbols (0,1,2,other) and send signs raw code a quartet (with same parent) smashed together = 8
www.eeworm.com/read/289444/8550810

c coder_o1.c

/********* a straightforward order1 coder : code pel conditioned on the log2(parent) quite competitive S+P Lena lossless : 4.250 bpp **********/ #include #include
www.eeworm.com/read/289444/8550825

c coder_bp_zt.c

/***** coder_BP : could get more speed out of arithc and scontext *****/ #include #include #include #include #include