comparison g729data.h @ 7668:bdb1bdcd4cd0 libavcodec

Move from g729.h all definitions which are used only in g729dec.c
author voroshil
date Sat, 23 Aug 2008 12:38:45 +0000
parents b9a51c307ea7
children dc309e45a671
comparison
equal deleted inserted replaced
7667:ce3402b964cd 7668:bdb1bdcd4cd0
21 21
22 #ifndef FFMPEG_G729DATA_H 22 #ifndef FFMPEG_G729DATA_H
23 #define FFMPEG_G729DATA_H 23 #define FFMPEG_G729DATA_H
24 24
25 #include <stdint.h> 25 #include <stdint.h>
26 #include "g729.h" 26
27 /// Moving Average (MA) prediction order
28 #define MA_NP 4
27 29
28 /** 30 /**
29 * first stage LSP codebook 31 * first stage LSP codebook
30 * (10-dimensional, with 128 entries (3.24 of G.729) 32 * (10-dimensional, with 128 entries (3.24 of G.729)
31 */ 33 */