Searched refs:VP8LDecoder (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dec/ |
D | vp8li.h | 85 } VP8LDecoder; typedef 99 VP8LDecoder* VP8LNew(void); 102 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io); 106 int VP8LDecodeImage(VP8LDecoder* const dec); 110 void VP8LClear(VP8LDecoder* const dec); 113 void VP8LDelete(VP8LDecoder* const dec);
|
D | vp8l.c | 77 VP8LDecoder* const dec, 169 VP8LDecoder* const dec, const int* const code_length_code_lengths, in ReadHuffmanCodeLengths() 226 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode() 298 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, in ReadHuffmanCodes() 366 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler() 418 static int EmitRescaledRows(const VP8LDecoder* const dec, in EmitRescaledRows() 516 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA() 530 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec, in EmitRescaledRowsYUVA() 545 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA() 607 typedef void (*ProcessRowsFunc)(VP8LDecoder* const dec, int row); [all …]
|
D | idec.c | 126 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DoRemap() 298 VP8LDecoder* const dec = VP8LNew(); in DecodeWebPHeaders() 461 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LHeader() 486 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LData()
|
D | webp.c | 439 VP8LDecoder* const dec = VP8LNew(); in DecodeInto()
|