代码搜索:coder
找到约 7,216 项符合「coder」的源代码
代码结果 7,216
www.eeworm.com/read/13780/283074
c tab_lbc.c
/*
ITU-T G.723 Speech Coder ANSI-C Source Code Version 5.0
copyright (c) 1995, AudioCodes, DSP Group, France Telecom,
Universite de Sherbrooke. All rights reserved.
*/
#include "cst_l
www.eeworm.com/read/14972/428823
h util_cng.h
#ifndef _UTIL_CNG_H_
#define _UTIL_CNG_H_
/*
**
** File: "util_cng.h"
**
** Description: Function prototypes for "util_cng.c"
**
*/
/*
ITU-T G.723 Speech Coder ANSI-C Source Code
www.eeworm.com/read/14972/428838
h util_lbc.h
#ifndef _UTIL_LBC_H_
#define _UTIL_LBC_H_
/*
**
** File: "util_lbc.h"
**
** Description: Function prototypes for "util_lbc.c"
**
*/
/*
ITU-T G.723 Speech Coder ANSI-C Source Code
www.eeworm.com/read/14972/428840
c tab_lbc.c
/*
ITU-T G.723 Speech Coder ANSI-C Source Code Version 5.0
copyright (c) 1995, AudioCodes, DSP Group, France Telecom,
Universite de Sherbrooke. All rights reserved.
*/
#include "cst_l
www.eeworm.com/read/247871/4472592
hpp model.hpp
#ifndef _RAR_PPMMODEL_
#define _RAR_PPMMODEL_
#include "coder.hpp"
#include "suballoc.hpp"
const int MAX_O=64; /* maximum allowed model order */
const int INT_BITS=7, PERIOD_BITS=
www.eeworm.com/read/204140/5033346
hpp model.hpp
#ifndef _RAR_PPMMODEL_
#define _RAR_PPMMODEL_
#include "coder.hpp"
#include "suballoc.hpp"
const int MAX_O=64; /* maximum allowed model order */
const int INT_BITS=7, PERIOD_BITS=
www.eeworm.com/read/176663/5335500
hpp model.hpp
#ifndef _RAR_PPMMODEL_
#define _RAR_PPMMODEL_
#include "coder.hpp"
#include "suballoc.hpp"
const int MAX_O=64; /* maximum allowed model order */
const int INT_BITS=7, PERIOD_BITS=
www.eeworm.com/read/166594/5474098
hpp model.hpp
#ifndef _RAR_PPMMODEL_
#define _RAR_PPMMODEL_
#include "coder.hpp"
#include "suballoc.hpp"
const int MAX_O=64; /* maximum allowed model order */
const int INT_BITS=7, PERIOD_BITS=
www.eeworm.com/read/349338/3145130
hpp model.hpp
#ifndef _RAR_PPMMODEL_
#define _RAR_PPMMODEL_
#include "coder.hpp"
#include "suballoc.hpp"
const int MAX_O=64; /* maximum allowed model order */
const int INT_BITS=7, PERIOD_BITS=
www.eeworm.com/read/418153/2092352
makefile
# $Header$
#SUBDIRS = recei_boite recei_boite2 trans_boite trans_boite2 lin_chua_coder lin_chua_decoder
SUBDIRS =
all::
@for i in $(SUBDIRS) ;\
do \
(cd $$i ; $(MAKE) all); \
done
clean