Home | History | Annotate | Download | only in dec

Lines Matching defs:VP8Io

29 //   VP8Io io;
42 typedef struct VP8Io VP8Io;
43 typedef int (*VP8IoPutHook)(const VP8Io* io);
44 typedef int (*VP8IoSetupHook)(VP8Io* io);
45 typedef void (*VP8IoTeardownHook)(const VP8Io* io);
47 struct VP8Io {
111 int VP8InitIoInternal(VP8Io* const, int);
131 static WEBP_INLINE int VP8InitIo(VP8Io* const io) {
136 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io);
140 int VP8Decode(VP8Decoder* const dec, VP8Io* const io);