代码搜索:Coder

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

代码结果 7,216
www.eeworm.com/read/476701/6748555

dp2 coder.dp2

coder.o: C:/icc/include/iom8v.h C:/icc/include/macros.h
www.eeworm.com/read/476701/6748583

dp2 coder.dp2

coder.o: C:/icc/include/iom8v.h C:/icc/include/macros.h
www.eeworm.com/read/155118/11897903

h coder_pc.h

#ifndef _CODER_PC_H_ #define _CODER_PC_H_ #include "typedef.h" #include "cst_lbc.h" extern CODSTATDEF CodStat; extern VADSTATDEF VadStat; extern CODCNGDEF CodCng; #ifdef __cplusplus extern "C" { #e
www.eeworm.com/read/155118/11898105

h coder_arm.h

#ifndef _CODER_ARM_H_ #define _CODER_ARM_H_ #include #include #include #include #include #include"typedef.h" #ifdef __cplusplus extern "C" { #endif
www.eeworm.com/read/342570/12011475

pdf arm_coder.pdf

www.eeworm.com/read/342308/12029507

c coder_bitplane.c

/***** coder_bitplane : send bitplanes ; this is an "EZ" coder, except that our calling structures ruins the embedding old style : call be Band order ; compare to coder_bp *****/ #includ
www.eeworm.com/read/342308/12029520

c coder_frac.c

#define FIX_ERRORS #define DO_LOG #define MAX_SCALE_0 //#define MAX_SCALE_1 /** allowing scales hurts about 0.1 bpp, * fixes and escapes are both reduce by about 200 (1400 -> 1200) * b
www.eeworm.com/read/342308/12029529

c coder_none.c

#include #include #include #include #include "coder.h" void coderNone_encodeBand(coder *me,int *band,int w,int h,int fullw,int *parent);
www.eeworm.com/read/342308/12029557

c coder_sm.c

/***** SigMap : send "significance map" then residual values the sigmap is a mask of five entries : "0,1,-1, positive > 1, negative < -1" it is order-1 context coded bases on the the parents
www.eeworm.com/read/342308/12029559

c coder_bp.c

/***** coder_BP : send BPs ; this is an "EZ" coder, Checa lossless : band-then-bp : 3.43 bp-then-band : 3.39 Lena -qu10 -l5 (37.61 psnr) band-then-bp : 0.607 bp-then-band : 0.598 *