]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/g729data.h
SSSE3 versions of vp8 width4 bilinear MC functions
[ffmpeg] / libavcodec / g729data.h
index 796d24ec64dc996bbf9699f57cf42145ae11c57f..1d64553f2037ec47e36ddabb6ea9d9ebc9997ec5 100644 (file)
@@ -262,4 +262,17 @@ static const int16_t cb_ma_predictor[2][MA_NP][10] = { /* (0.15) */
     { 3024,  1592,   940,  1631,  1723,  1579,  2034,  2084,  1913,  2601}
   }
 };
+
+static const int16_t cb_ma_predictor_sum[2][10] = { /* (0.15) */
+  { 7798,  8447,  8205,  8293,  8126,  8477,  8447,  8703,  9043,  8604},
+  {14585, 18333, 19772, 17344, 16426, 16459, 15155, 15220, 16043, 15708}
+};
+
+/**
+ * initial LSP coefficients belongs to virtual frame preceding  the
+ * first frame of the stream
+ */
+static const int16_t lsp_init[10]= { /* (0.15) */
+   30000, 26000, 21000, 15000, 8000, 0, -8000,-15000,-21000,-26000
+};
 #endif /* AVCODEC_G729DATA_H */