代码搜索:ADPCM
找到约 771 项符合「ADPCM」的源代码
代码结果 771
www.eeworm.com/read/361261/2948143
c adpcm.c
/*****************************************************************************
* adpcm.c : adpcm variant audio decoder
*****************************************************************************
www.eeworm.com/read/264734/4287053
h adpcm.h
/*
** adpcm.h - include file for adpcm coder.
**
** Version 1.0, 7-Jul-92.
*/
struct adpcm_state {
short valprev; /* Previous output value */
char index; /* Index into stepsize table */
};
www.eeworm.com/read/264734/4287058
c adpcm.c
/***********************************************************
Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The
Netherlands.
All Rights Reserved
Permission to u
www.eeworm.com/read/258893/4349878
h adpcm.h
/*____________________________________________________________________________
Copyright (C) 1996-1999 Network Associates, Inc.
All rights reserved.
$Id: ADPCM.h,v 1.3 1999/03/10 02:31:34 hell
www.eeworm.com/read/258893/4349921
cpp adpcm.cpp
/*____________________________________________________________________________
Copyright (C) 1996-1999 Network Associates, Inc.
All rights reserved.
$Id: ADPCM.cpp,v 1.3 1999/03/10 02:31:33 he
www.eeworm.com/read/258653/4353201
c adpcm.c
/*
* ADPCM codecs
* Copyright (c) 2001-2003 The ffmpeg Project
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GN
www.eeworm.com/read/156129/5612484
h adpcm.h
/*
** adpcm.h - include file for adpcm coder.
**
** Version 1.0, 7-Jul-92.
*/
#ifndef ADPCM_H
#define ADPCM_H
#ifdef HAVE_CONFIG_H
#include
#endif
#ifdef HAVE_INTTYPES_H
#include
www.eeworm.com/read/156129/5612489
c adpcm.c
/***********************************************************
Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The
Netherlands.
All Rights Reserved
Permission to u
www.eeworm.com/read/154890/5631963
cc adpcm.cc
#include "swf.h"
#ifdef RCSID
static char *rcsid = "$Id: adpcm.cc,v 1.1 2003/09/08 19:41:58 jasonk Exp $";
#endif
// This file has been rearranged from the code posted
// on news:forums.macromedia.
www.eeworm.com/read/154890/5631975
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]; //