Searched defs:VP8Decoder (Results 1 – 2 of 2) sorted by relevance
182 struct VP8Decoder { struct188 VP8BitReader br_;205 int mb_w_, mb_h_;208 int tl_mb_x_, tl_mb_y_; // top-left MB that must be in-loop filtered224 VP8Proba proba_;226 uint8_t skip_p_;239 uint8_t* cache_u_;240 uint8_t* cache_v_;245 void* mem_;246 size_t mem_size_;[all …]
123 typedef struct VP8Decoder VP8Decoder; typedef
Completed in 5 milliseconds