HomeSort by relevance Sort by last modified time
    Searched refs:VP8Io (Results 1 - 21 of 21) sorted by null

  /external/webp/src/dec/
decode_vp8.h 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) {
137 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io)
    [all...]
alphai.h 34 VP8Io io_;
webpi.h 28 typedef int (*OutputFunc)(const VP8Io* const io, WebPDecParams* const p);
29 typedef int (*OutputAlphaFunc)(const VP8Io* const io, WebPDecParams* const p,
80 // Initializes VP8Io with custom setup, io and teardown functions. The default
82 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io);
87 VP8Io* const io, WEBP_CSP_MODE src_colorspace);
vp8li.h 61 VP8Io *io_;
117 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
vp8i.h 172 VP8Io io_; // copy of the VP8Io to pass to put()
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);
301 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io);
io.c 25 static int EmitYUV(const VP8Io* const io, WebPDecParams* const p) {
47 static int EmitSampledRGB(const VP8Io* const io, WebPDecParams* const p) {
62 static int EmitFancyRGB(const VP8Io* const io, WebPDecParams* const p) {
122 static int EmitAlphaYUV(const VP8Io* const io, WebPDecParams* const p,
148 static int GetAlphaSourceRow(const VP8Io* const io,
174 static int EmitAlphaRGB(const VP8Io* const io, WebPDecParams* const p,
200 static int EmitAlphaRGBA4444(const VP8Io* const io, WebPDecParams* const p,
251 static int EmitRescaledYUV(const VP8Io* const io, WebPDecParams* const p) {
270 static int EmitRescaledAlphaYUV(const VP8Io* const io, WebPDecParams* const p,
287 static int InitYUVRescaler(const VP8Io* const io, WebPDecParams* const p)
    [all...]
vp8.c 37 int VP8InitIoInternal(VP8Io* const io, int version) {
245 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) {
259 "null VP8Io passed to VP8GetHeaders()");
578 static int ParseFrame(VP8Decoder* const dec, VP8Io* io) {
608 int VP8Decode(VP8Decoder* const dec, VP8Io* const io) {
615 "NULL VP8Io parameter in VP8Decode().");
frame.c 407 // * we must clip the remaining pixels against the cropping area. The VP8Io
413 static int FinishRow(VP8Decoder* const dec, VP8Io* const io) {
511 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) {
559 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io) {
614 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io) {
803 static void InitIo(VP8Decoder* const dec, VP8Io* io) {
814 int VP8InitFrame(VP8Decoder* const dec, VP8Io* const io) {
idec.c 70 VP8Io io_;
279 VP8Io* const io = &idec->io_;
392 VP8Io* const io = &idec->io_;
445 VP8Io* const io = &idec->io_;
501 VP8Io* const io = &idec->io_;
vp8l.c 487 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) {
655 static int SetCropWindow(VP8Io* const io, int y_start, int y_end,
742 VP8Io* const io = dec->io_;
    [all...]
webp.c 451 VP8Io io;
773 VP8Io* const io, WEBP_CSP_MODE src_colorspace) {
  /external/opencv3/3rdparty/libwebp/dec/
decode_vp8.h 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)
    [all...]
webpi.h 28 typedef int (*OutputFunc)(const VP8Io* const io, WebPDecParams* const p);
76 // Initializes VP8Io with custom setup, io and teardown functions. The default
78 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io);
83 VP8Io* const io, WEBP_CSP_MODE src_colorspace);
vp8li.h 64 VP8Io *io_;
105 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
vp8i.h 179 VP8Io io_; // copy of the VP8Io to pass to put()
305 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
312 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io);
315 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io);
317 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io);
io.c 28 static int EmitYUV(const VP8Io* const io, WebPDecParams* const p) {
50 static int EmitSampledRGB(const VP8Io* const io, WebPDecParams* const p) {
79 static int EmitRGB(const VP8Io* const io, WebPDecParams* const p) {
105 static int EmitFancyRGB(const VP8Io* const io, WebPDecParams* const p) {
165 static int EmitAlphaYUV(const VP8Io* const io, WebPDecParams* const p) {
189 static int GetAlphaSourceRow(const VP8Io* const io,
215 static int EmitAlphaRGB(const VP8Io* const io, WebPDecParams* const p) {
248 static int EmitAlphaRGBA4444(const VP8Io* const io, WebPDecParams* const p) {
293 static int EmitRescaledYUV(const VP8Io* const io, WebPDecParams* const p) {
302 static int EmitRescaledAlphaYUV(const VP8Io* const io, WebPDecParams* const p)
    [all...]
frame.c 158 // * we must clip the remaining pixels against the cropping area. The VP8Io
164 static int FinishRow(VP8Decoder* const dec, VP8Io* const io) {
255 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) {
290 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io) {
345 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io) {
510 static void InitIo(VP8Decoder* const dec, VP8Io* io) {
521 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io) {
idec.c 71 VP8Io io_;
270 VP8Io* const io = &idec->io_;
385 VP8Io* const io = &idec->io_;
433 VP8Io* const io = &idec->io_;
486 VP8Io* const io = &idec->io_;
vp8l.c 368 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) {
568 static int SetCropWindow(VP8Io* const io, int y_start, int y_end,
655 VP8Io* const io = dec->io_;
    [all...]
vp8.c 39 int VP8InitIoInternal(VP8Io* const io, int version) {
245 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) {
260 "null VP8Io passed to VP8GetHeaders()");
685 static int ParseFrame(VP8Decoder* const dec, VP8Io* io) {
725 int VP8Decode(VP8Decoder* const dec, VP8Io* const io) {
732 "NULL VP8Io parameter in VP8Decode().");
webp.c 414 VP8Io io;
733 VP8Io* const io, WEBP_CSP_MODE src_colorspace) {

Completed in 361 milliseconds