Searched refs:VP8LDecoder (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dvp8li.h88 } VP8LDecoder; typedef in typeref:struct:__anon12414
102 VP8LDecoder* VP8LNew(void);
105 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
109 int VP8LDecodeImage(VP8LDecoder* const dec);
113 void VP8LClear(VP8LDecoder* const dec);
116 void VP8LDelete(VP8LDecoder* const dec);
H A Dvp8l.c79 VP8LDecoder* const dec,
172 VP8LDecoder* const dec, const int* const code_length_code_lengths,
229 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec,
301 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize,
369 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) {
421 static int EmitRescaledRows(const VP8LDecoder* const dec,
519 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) {
533 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec,
548 static int EmitRowsYUVA(const VP8LDecoder* const dec,
610 typedef void (*ProcessRowsFunc)(VP8LDecoder* cons
[all...]
H A Didec.c70 void* dec_; // either a VP8Decoder or a VP8LDecoder instance
146 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_;
324 VP8LDecoder* const dec = VP8LNew();
487 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_;
512 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_;
H A Dwebp.c475 VP8LDecoder* const dec = VP8LNew();
/external/webp/src/dec/
H A Dvp8li.h88 } VP8LDecoder; typedef in typeref:struct:__anon28887
102 VP8LDecoder* VP8LNew(void);
105 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
109 int VP8LDecodeImage(VP8LDecoder* const dec);
113 void VP8LClear(VP8LDecoder* const dec);
116 void VP8LDelete(VP8LDecoder* const dec);
H A Dvp8l.c79 VP8LDecoder* const dec,
171 VP8LDecoder* const dec, const int* const code_length_code_lengths,
228 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec,
300 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize,
368 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) {
420 static int EmitRescaledRows(const VP8LDecoder* const dec,
518 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) {
532 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec,
547 static int EmitRowsYUVA(const VP8LDecoder* const dec,
609 typedef void (*ProcessRowsFunc)(VP8LDecoder* cons
[all...]
H A Didec.c70 void* dec_; // either a VP8Decoder or a VP8LDecoder instance
146 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_;
324 VP8LDecoder* const dec = VP8LNew();
487 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_;
512 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_;
H A Dwebp.c458 VP8LDecoder* const dec = VP8LNew();

Completed in 123 milliseconds