Home
last modified time | relevance | path

Searched refs:VP8LDecoder (Results 1 – 9 of 9) sorted by relevance

/external/webp/src/dec/
Dvp8li.h57 typedef struct VP8LDecoder VP8LDecoder; typedef
58 struct VP8LDecoder { struct
114 VP8LDecoder* VP8LNew(void);
117 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
121 int VP8LDecodeImage(VP8LDecoder* const dec);
125 void VP8LClear(VP8LDecoder* const dec);
128 void VP8LDelete(VP8LDecoder* const dec);
Dvp8l.c105 VP8LDecoder* const dec,
248 VP8LDecoder* const dec, const int* const code_length_code_lengths, in ReadHuffmanCodeLengths()
308 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode()
357 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, in ReadHuffmanCodes()
487 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler()
539 static int EmitRescaledRowsRGBA(const VP8LDecoder* const dec, in EmitRescaledRowsRGBA()
604 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA()
619 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec, in EmitRescaledRowsYUVA()
635 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA()
696 typedef void (*ProcessRowsFunc)(VP8LDecoder* const dec, int row);
[all …]
Dalphai.h24 struct VP8LDecoder; // Defined in dec/vp8li.h.
33 struct VP8LDecoder* vp8l_dec_;
Didec.c144 VP8LDecoder* const alph_vp8l_dec = alph_dec->vp8l_dec_; in DoRemap()
156 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DoRemap()
328 VP8LDecoder* const dec = VP8LNew(); in DecodeWebPHeaders()
502 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LHeader()
533 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LData()
635 VP8LDelete((VP8LDecoder*)idec->dec_); in WebPIDelete()
Dwebp.c495 VP8LDecoder* const dec = VP8LNew(); in DecodeInto()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8li.h88 } VP8LDecoder; typedef
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);
Dvp8l.c79 VP8LDecoder* const dec,
171 VP8LDecoder* const dec, const int* const code_length_code_lengths, in ReadHuffmanCodeLengths()
228 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode()
300 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, in ReadHuffmanCodes()
368 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler()
420 static int EmitRescaledRows(const VP8LDecoder* const dec, in EmitRescaledRows()
518 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA()
532 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec, in EmitRescaledRowsYUVA()
547 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA()
609 typedef void (*ProcessRowsFunc)(VP8LDecoder* const dec, int row);
[all …]
Didec.c146 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DoRemap()
324 VP8LDecoder* const dec = VP8LNew(); in DecodeWebPHeaders()
487 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LHeader()
512 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LData()
Dwebp.c458 VP8LDecoder* const dec = VP8LNew(); in DecodeInto()