代码搜索:ADPCM
找到约 771 项符合「ADPCM」的源代码
代码结果 771
www.eeworm.com/read/12865/250785
mcp adpcm.mcp
www.eeworm.com/read/14198/322550
c adpcm.c
/***********************************************************
Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The
Netherlands.
All Rights Reserved
www.eeworm.com/read/14198/322553
sh adpcm.sh
#! /bin/sh
# This is a shell archive. Remove anything before this line, then unpack
# it by saving it into a file and typing "sh file". To overwrite existing
# files, type "sh file -c". You c
www.eeworm.com/read/14198/322556
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;
www.eeworm.com/read/493621/1164803
h adpcm.h
#ifndef ADPCM_H
#define ADPCM_H
#define MAX_ADPCM 8
/* a generic ADPCM interface, for unknown chips */
struct ADPCMinterface
{
int num; /* total number of ADPCM decoders in the machine *
www.eeworm.com/read/493621/1164807
c adpcm.c
/**********************************************************************************************
*
* streaming ADPCM driver
* by Aaron Giles
*
* Library to transcode from an ADPCM source to
www.eeworm.com/read/480125/1322776
cpp adpcm.cpp
#include "swf.h"
#ifdef RCSID
static char *rcsid = "$Id: adpcm.cc,v 1.1 1998/08/31 21:52:39 olivier Exp $";
#endif
// This file has been rearranged from the code posted
// on news:forums.ma
www.eeworm.com/read/480125/1322966
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 valpr
www.eeworm.com/read/459172/1573284
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