代码搜索:ADPCM
找到约 771 项符合「ADPCM」的源代码
代码结果 771
www.eeworm.com/read/303344/13817959
h adpcm.h
/*
* ======== adpcm.h ========
*
* Header file for adpcm.c
*
*/
#ifndef ADPCM_H
#define ADPCM_H
typedef struct
{
short valprev; /* Previous output value */
char ind
www.eeworm.com/read/303344/13817969
h adpcm.h
/*
* ======== adpcm.h ========
*
* Header file for adpcm.c
*
*/
#ifndef ADPCM_H
#define ADPCM_H
typedef struct
{
short valprev; /* Previous output value */
char ind
www.eeworm.com/read/303344/13817980
c adpcm.c
#include
#include "adpcm.h"
#include "evmdm642_echocfg.h"
#ifndef __STDC__
#define signed
#endif
extern far LOG_Obj trace;
/* Intel ADPCM step variation table */
static int i
www.eeworm.com/read/302621/13830780
cpp adpcm.cpp
#include "swf.h"
#ifdef RCSID
static char *rcsid = "$Id: adpcm.cc,v 1.1.1.1 2004/06/04 21:16:57 tgc Exp $";
#endif
// This file has been rearranged from the code posted
// on news:forums.macromedia
www.eeworm.com/read/302621/13830801
h adpcm.h
#ifndef _ADPCM_H_
#define _ADPCM_H_
class Adpcm {
// Destination format - note we always decompress to 16 bit
long stereo;
int nBits; // number of bits in each sample
long valpred[2]; //
www.eeworm.com/read/302148/13841419
kdh adpcm.kdh
www.eeworm.com/read/140180/5794424
c adpcm.c
/*****************************************************************************
* adpcm.c : adpcm variant audio decoder
*****************************************************************************
www.eeworm.com/read/136827/5846738
cc adpcm.cc
#include "swf.h"
#ifdef RCSID
static char *rcsid = "$Id: adpcm.cc,v 1.1 2001/10/30 05:59:18 jryland Exp $";
#endif
// This file has been rearranged from the code posted
// on news:forums.macromedia
www.eeworm.com/read/136827/5846753
h adpcm.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ
www.eeworm.com/read/136827/5847422
c adpcm.c
/*
* ADPCM codecs
* Copyright (c) 2001-2003 The ffmpeg Project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Li