Lines Matching refs:VP8LDecoder
105 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);
698 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransforms()
718 static void ApplyInverseTransformsAlpha(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransformsAlpha()
733 static void ProcessRows(VP8LDecoder* const dec, int row) { in ProcessRows()
789 static void ExtractPalettedAlphaRows(VP8LDecoder* const dec, int row) { in ExtractPalettedAlphaRows()
918 static int DecodeAlphaData(VP8LDecoder* const dec, uint8_t* const data, in DecodeAlphaData()
1001 static void SaveState(VP8LDecoder* const dec, int last_pixel) { in SaveState()
1010 static void RestoreState(VP8LDecoder* const dec) { in RestoreState()
1021 static int DecodeImageData(VP8LDecoder* const dec, uint32_t* const data, in DecodeImageData()
1194 VP8LDecoder* const dec) { in ReadTransform()
1268 VP8LDecoder* VP8LNew(void) { in VP8LNew()
1269 VP8LDecoder* const dec = (VP8LDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in VP8LNew()
1279 void VP8LClear(VP8LDecoder* const dec) { in VP8LClear()
1298 void VP8LDelete(VP8LDecoder* const dec) { in VP8LDelete()
1305 static void UpdateDecoder(VP8LDecoder* const dec, int width, int height) { in UpdateDecoder()
1317 VP8LDecoder* const dec, in DecodeImageStream()
1406 static int AllocateInternalBuffers32b(VP8LDecoder* const dec, int final_width) { in AllocateInternalBuffers32b()
1427 static int AllocateInternalBuffers8b(VP8LDecoder* const dec) { in AllocateInternalBuffers8b()
1441 static void ExtractAlphaRows(VP8LDecoder* const dec, int row) { in ExtractAlphaRows()
1464 VP8LDecoder* dec; in VP8LDecodeAlphaHeader()
1514 VP8LDecoder* const dec = alph_dec->vp8l_dec_; in VP8LDecodeAlphaImageStream()
1532 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io) { in VP8LDecodeHeader()
1561 int VP8LDecodeImage(VP8LDecoder* const dec) { in VP8LDecodeImage()