Lines Matching refs:VP8Decoder
181 // VP8Decoder: the main opaque structure handed over to user
183 struct VP8Decoder {
270 int VP8SetError(VP8Decoder* const dec,
275 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec);
277 int VP8ParseIntraModeRow(VP8BitReader* const br, VP8Decoder* const dec);
280 void VP8ParseQuant(VP8Decoder* const dec);
283 int VP8InitFrame(VP8Decoder* const dec, VP8Io* const io);
288 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io);
291 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io);
299 VP8Decoder* const dec);
301 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io);
303 void VP8InitScanline(VP8Decoder* const dec);
305 int VP8DecodeMB(VP8Decoder* const dec, VP8BitReader* const token_br);
308 const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec,