代码搜索:ADPCM

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

代码结果 771
www.eeworm.com/read/171200/9767435

c adpcm.c

/*********************************************************** Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved Permissio
www.eeworm.com/read/135552/13921445

plg adpcm.plg

www.eeworm.com/read/135315/13939722

c adpcm.c

/*********************************************************** Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved Permissio
www.eeworm.com/read/237619/13942228

c adpcm.c

/*File Name: Adpcm.c*/ /*********************************************/ const int index_adjust[16] = {-1, -1, -1, -1, 2, 4, 6, 8}; const int step_table[89] = { 7, 8, 9, 10, 11, 12, 13, 14, 16,
www.eeworm.com/read/237619/13942231

h adpcm.h

/*File Name: Adpcm.h*/ #ifndef __ADPCM_H #define __ADPCM_H 1 int loco_adpcmInit(); void loco_adpcmFree(); void loco_adpcmResetDecoder(); void loco_adpcmResetEncoder(); /*返回有多少个code*/ int
www.eeworm.com/read/134322/13995791

c adpcm.c

/*********************************************************** Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved Permissio
www.eeworm.com/read/133672/14030404

dsp adpcm.dsp

{ The code below represents a full duplex Adaptive Differential Pulse Code Modulation (ADPCM) transcoder. This program has been developed in accordance with ANSI specification T1.301-1987 and
www.eeworm.com/read/112235/15490741

c adpcm.c

/*********************************************************** Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved Permissio
www.eeworm.com/read/104466/15691667

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/104076/15710538

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