代码搜索:coder
找到约 7,216 项符合「coder」的源代码
代码结果 7,216
www.eeworm.com/read/237172/13972663
c coder.c
/************************************************************************
*主编码程序
*
************************************************************************/
#include"sim.h"
/******************
www.eeworm.com/read/236220/14027627
h coder.h
#include "WAVELET.h"
struct wn
{
FW w;
BYTE c;
};
struct EZWFile
{
int height;
int width;
int height_s;
int width_s;
int scale;
int TH;
int rc_L;
int gc_L;
int bc_L;
};
in
www.eeworm.com/read/235848/14049358
c coder.c
/**
todo : if (!coder->encodeBand)
provide a generic stub which calls encodeBandBP several times
(same for BandZT)
this is a pain in the ass, and perhaps obsolete; the calls to encodeBan
www.eeworm.com/read/235848/14049392
h coder.h
#ifndef CODER_H
#define CODER_H
/***
***/
#include
#define arithBit arithEncBitRaw
#define arithGetBit arithDecBitRaw
typedef struct _image image;
typedef struct _c
www.eeworm.com/read/235559/14063414
c coder.c
/*
ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code
Version 1.4 Last modified: November 2000
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Lu
www.eeworm.com/read/235559/14063417
mak coder.mak
# G.729 with ANNEX B Version 1.4 Last modified: November 2000
# makefile for ANSI-C version of G.729 Annex B.
# NOTE: Edit these options to reflect your particular system
# Options for GC
www.eeworm.com/read/201391/15408954
c coder.c
/*
ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code
Version 1.4 Last modified: November 2000
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Lu
www.eeworm.com/read/201391/15408956
mak coder.mak
# G.729 with ANNEX B Version 1.4 Last modified: November 2000
# makefile for ANSI-C version of G.729 Annex B.
# NOTE: Edit these options to reflect your particular system
# Options for GC
www.eeworm.com/read/112209/15491634
c coder.c
/*
* Listing 2 -- coder.c
*
* This file contains the code needed to accomplish arithmetic
* coding of a symbol. All the routines in this module need
* to know in order to accomplish coding
www.eeworm.com/read/112209/15491639
h coder.h
/*
* Listing 1 -- coder.h
*
* This header file contains the constants, declarations, and
* prototypes needed to use the arithmetic coding routines. These
* declarations are for routines tha