summaryrefslogtreecommitdiffstats
path: root/branches/1.0/thirdparties/android/include/g729b/vad.h
diff options
context:
space:
mode:
Diffstat (limited to 'branches/1.0/thirdparties/android/include/g729b/vad.h')
-rw-r--r--branches/1.0/thirdparties/android/include/g729b/vad.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/branches/1.0/thirdparties/android/include/g729b/vad.h b/branches/1.0/thirdparties/android/include/g729b/vad.h
deleted file mode 100644
index c598e9b..0000000
--- a/branches/1.0/thirdparties/android/include/g729b/vad.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- ITU-T G.729A Annex B ANSI-C Source Code
- Version 1.3 Last modified: August 1997
- Copyright (c) 1996, France Telecom, Rockwell International,
- Universite de Sherbrooke.
- All rights reserved.
-*/
-
-#define NP 12 /* Increased LPC order */
-#define NOISE 0
-#define VOICE 1
-#define INIT_FRAME 32
-#define INIT_COUNT 20
-#define ZC_START 120
-#define ZC_END 200
-
-void vad_init(void);
-
-void vad(
- Word16 rc,
- Word16 *lsf,
- Word16 *r_h,
- Word16 *r_l,
- Word16 exp_R0,
- Word16 *sigpp,
- Word16 frm_count,
- Word16 prev_marker,
- Word16 pprev_marker,
- Word16 *marker);
-
OpenPOWER on IntegriCloud