代码搜索:ADPCM
找到约 771 项符合「ADPCM」的源代码
代码结果 771
www.eeworm.com/read/240248/4575492
cc adpcm.cc
#include "swf.h"
#ifdef RCSID
static char *rcsid = "$Id: adpcm.cc,v 1.1.2.1 2002/08/01 17:48:34 pchitescu Exp $";
#endif
// This file has been rearranged from the code posted
// on news:forums.macr
www.eeworm.com/read/240248/4575504
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/177697/5321508
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
www.eeworm.com/read/171275/5397670
plg adpcm.plg
Build Log
--------------------Configuration: Adpcm - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\Sukytal
www.eeworm.com/read/171275/5397671
dsp adpcm.dsp
# Microsoft Developer Studio Project File - Name="Adpcm" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/331135/3416409
c adpcm.c
/*****************************************************************************
* adpcm.c : adpcm variant audio decoder
*****************************************************************************
www.eeworm.com/read/327861/3452577
h adpcm.h
/*
** adpcm.h - include file for adpcm coder.
**
** Version 1.0, 7-Jul-92.
*/
#ifndef ADPCM_H
#define ADPCM_H
#ifdef __cplusplus
extern "C" {
#endif
struct adpcm_state {
short val
www.eeworm.com/read/327861/3452578
c adpcm.c
/***********************************************************
Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The
Netherlands.
All Rights Reserved
Permissio
www.eeworm.com/read/327861/3452579
dsp adpcm.dsp
# Microsoft Developer Studio Project File - Name="adpcm" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Sta
www.eeworm.com/read/305712/3770158
cc adpcm.cc
#include "swf.h"
#ifdef RCSID
static char *rcsid = "$Id: adpcm.cc 204647 2003-02-03 15:59:25Z montanaro $";
#endif
// This file has been rearranged from the code posted
// on news:forums.macromedia