Lines Matching refs:VP8Decoder
26 // VP8Decoder
28 static void SetOk(VP8Decoder* const dec) {
42 VP8Decoder* VP8New(void) {
43 VP8Decoder* dec = (VP8Decoder*)calloc(1, sizeof(VP8Decoder));
51 VP8StatusCode VP8Status(VP8Decoder* const dec) {
56 const char* VP8StatusMessage(VP8Decoder* const dec) {
62 void VP8Delete(VP8Decoder* const dec) {
69 int VP8SetError(VP8Decoder* const dec,
178 static VP8StatusCode ParsePartitions(VP8Decoder* const dec,
208 static int ParseFilterHeader(VP8BitReader* br, VP8Decoder* const dec) {
252 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) {
569 static void ParseResiduals(VP8Decoder* const dec,
651 int VP8DecodeMB(VP8Decoder* const dec, VP8BitReader* const token_br) {
685 static int ParseFrame(VP8Decoder* const dec, VP8Io* io) {
731 int VP8Decode(VP8Decoder* const dec, VP8Io* const io) {
775 void VP8Clear(VP8Decoder* const dec) {