代码搜索:ADPCM

找到约 771 项符合「ADPCM」的源代码

代码结果 771
www.eeworm.com/read/143087/12900454

h adpcm.h

/* * adpcm.h * * Ver0.10 98/ 7/22 H.Matsuoka Start * Ver0.11 98/ 7/31 H.Matsuoka Change #define ADPCM_XX. same VSX * Ver0.20 98/10/30 T.Ichikawa Add #ifdef MSVC to share source toola an
www.eeworm.com/read/243948/12906051

cc adpcm.cc

#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.macromedia
www.eeworm.com/read/243948/12906064

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/139195/13184453

asm adpcm.asm

cblock PrevSampleL PrevSampleH PrevIndex DiffL DiffH StepL StepH PredSampleL PredSampleH PredSampleU DiffqL DiffqH Index SampleL SampleH Code endc
www.eeworm.com/read/139180/13185229

obj adpcm.obj

www.eeworm.com/read/139180/13185262

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/139180/13185265

c adpcm.c

/*********************************************************** Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved Permiss
www.eeworm.com/read/323757/13322287

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/306970/13734426

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
www.eeworm.com/read/304720/13788783

c adpcm.c

/*********************************************************** Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved Permissio