]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/g729.h
Only use .size in ARM assembly when targeting ELF
[ffmpeg] / libavcodec / g729.h
index 820221299e346fe159e28af0b7798f6c76e88e24..462cf8f1ace7dc21c31be365c1d5d4deac694103 100644 (file)
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
-#ifndef FFMPEG_G729_H
-#define FFMPEG_G729_H
-
-#include <stdint.h>
-
-/// Moving Average (MA) prediction order
-#define MA_NP                      4
-
-/**
- * minimum quantized LSF value (3.2.4)
- * 0.005 in Q13
- */
-#define LSFQ_MIN                   40
-
-/**
- * maximum quantized LSF value (3.2.4)
- * 3.135 in Q13
- */
-#define LSFQ_MAX                   25681
-
-/**
- * minimum LSF distance (3.2.4)
- * 0.0391 in Q13
- */
-#define LSFQ_DIFF_MIN              321
+#ifndef AVCODEC_G729_H
+#define AVCODEC_G729_H
 
 /**
- * maximum possible subframe size
+ * subframe size
  */
-#define MAX_SUBFRAME_SIZE 44
+#define SUBFRAME_SIZE 40
 
-#endif // FFMPEG_G729_H
+#endif // AVCODEC_G729_H