comparison 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
comparison
equal deleted inserted replaced
11917:2952baf6a266 11918:823f332655e8
47 47
48 #define LEFT_DC_PRED 9 48 #define LEFT_DC_PRED 9
49 #define TOP_DC_PRED 10 49 #define TOP_DC_PRED 10
50 #define DC_128_PRED 11 50 #define DC_128_PRED 11
51 51
52 #define TM_VP8_PRED 9 ///< "True Motion", used instead of plane
53
52 #define DIAG_DOWN_LEFT_PRED_RV40_NODOWN 12 54 #define DIAG_DOWN_LEFT_PRED_RV40_NODOWN 12
53 #define HOR_UP_PRED_RV40_NODOWN 13 55 #define HOR_UP_PRED_RV40_NODOWN 13
54 #define VERT_LEFT_PRED_RV40_NODOWN 14 56 #define VERT_LEFT_PRED_RV40_NODOWN 14
55 57
56 #define DC_PRED8x8 0 58 #define DC_PRED8x8 0