Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8li_dec.h57 typedef struct VP8LDecoder VP8LDecoder; typedef
58 struct VP8LDecoder { struct
113 VP8LDecoder* VP8LNew(void); argument
116 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
120 int VP8LDecodeImage(VP8LDecoder* const dec);
124 void VP8LClear(VP8LDecoder* const dec);
127 void VP8LDelete(VP8LDecoder* const dec);
Dvp8l_dec.c106 VP8LDecoder* const dec,
249 VP8LDecoder* const dec, const int* const code_length_code_lengths, in ReadHuffmanCodeLengths()
309 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode()
358 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, in ReadHuffmanCodes()
538 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler()
593 static int EmitRescaledRowsRGBA(const VP8LDecoder* const dec, in EmitRescaledRowsRGBA()
663 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA()
678 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec, in EmitRescaledRowsYUVA()
697 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA()
758 typedef void (*ProcessRowsFunc)(VP8LDecoder* const dec, int row);
[all …]
Dalphai_dec.h24 struct VP8LDecoder; // Defined in dec/vp8li.h.
33 struct VP8LDecoder* vp8l_dec_;
Didec_dec.c145 VP8LDecoder* const alph_vp8l_dec = alph_dec->vp8l_dec_; in DoRemap()
156 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DoRemap()
332 VP8LDecoder* const dec = VP8LNew(); in DecodeWebPHeaders()
517 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LHeader()
548 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LData()
676 VP8LDelete((VP8LDecoder*)idec->dec_); in WebPIDelete()
Dwebp_dec.c494 VP8LDecoder* const dec = VP8LNew(); in DecodeInto()