diff h264pred.h @ 11918:823f332655e8 libavcodec

Add intra prediction functions for VP8. Patch by David Conrad <lessen42 gmail com> and myself.
author rbultje
date Tue, 22 Jun 2010 19:17:09 +0000
parents 73f4fd490f2a
children afee30fe8c26
line wrap: on
line diff
--- a/h264pred.h	Tue Jun 22 19:15:27 2010 +0000
+++ b/h264pred.h	Tue Jun 22 19:17:09 2010 +0000
@@ -49,6 +49,8 @@
 #define TOP_DC_PRED           10
 #define DC_128_PRED           11
 
+#define TM_VP8_PRED           9     ///< "True Motion", used instead of plane
+
 #define DIAG_DOWN_LEFT_PRED_RV40_NODOWN   12
 #define HOR_UP_PRED_RV40_NODOWN           13
 #define VERT_LEFT_PRED_RV40_NODOWN        14