FFmpeg
Classes | Macros | Typedefs | Variables
vp8data.h File Reference

VP8 compatible video decoder. More...

#include "vp8.h"
#include "h264pred.h"

Go to the source code of this file.

Classes

struct  VP7MVPred
 

Macros

#define VP7_MV_PRED_COUNT   12
 

Typedefs

typedef struct VP7MVPred VP7MVPred
 

Variables

const uint8_t *const ff_vp8_dct_cat_prob []
 

Detailed Description

VP8 compatible video decoder.

Variable Documentation

§ ff_vp8_dct_cat_prob

const uint8_t* const ff_vp8_dct_cat_prob[]
Initial value:
= {
vp8_dct_cat3_prob,
vp8_dct_cat4_prob,
vp8_dct_cat5_prob,
vp8_dct_cat6_prob,
}