Lines Matching defs:dec
105 static int VP8LSetError(VP8LDecoder* const dec, VP8StatusCode error) { in VP8LSetError()
258 VP8LDecoder* const dec, const int* const code_length_code_lengths, in ReadHuffmanCodeLengths()
319 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode()
365 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, in ReadHuffmanCodes()
455 VP8LDecoder* const dec, in ReadHuffmanCodesHelper()
562 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler()
620 static int EmitRescaledRowsRGBA(const VP8LDecoder* const dec, in EmitRescaledRowsRGBA()
690 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA()
705 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec, in EmitRescaledRowsYUVA()
724 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA()
787 static void ApplyInverseTransforms(VP8LDecoder* const dec, in ApplyInverseTransforms()
810 static void ProcessRows(VP8LDecoder* const dec, int row) { in ProcessRows()
887 static void ExtractPalettedAlphaRows(VP8LDecoder* const dec, int last_row) { in ExtractPalettedAlphaRows()
1035 static int DecodeAlphaData(VP8LDecoder* const dec, uint8_t* const data, in DecodeAlphaData()
1118 static void SaveState(VP8LDecoder* const dec, int last_pixel) { in SaveState()
1127 static void RestoreState(VP8LDecoder* const dec) { in RestoreState()
1138 static int DecodeImageData(VP8LDecoder* const dec, uint32_t* const data, in DecodeImageData()
1331 VP8LDecoder* const dec) { in ReadTransform()
1409 VP8LDecoder* const dec = (VP8LDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in VP8LNew() local
1419 void VP8LClear(VP8LDecoder* const dec) { in VP8LClear()
1438 void VP8LDelete(VP8LDecoder* const dec) { in VP8LDelete()
1445 static void UpdateDecoder(VP8LDecoder* const dec, int width, int height) { in UpdateDecoder()
1457 VP8LDecoder* const dec, in DecodeImageStream()
1544 static int AllocateInternalBuffers32b(VP8LDecoder* const dec, int final_width) { in AllocateInternalBuffers32b()
1564 static int AllocateInternalBuffers8b(VP8LDecoder* const dec) { in AllocateInternalBuffers8b()
1577 static void ExtractAlphaRows(VP8LDecoder* const dec, int last_row) { in ExtractAlphaRows()
1608 VP8LDecoder* dec = VP8LNew(); in VP8LDecodeAlphaHeader() local
1655 VP8LDecoder* const dec = alph_dec->vp8l_dec_; in VP8LDecodeAlphaImageStream() local
1675 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io) { in VP8LDecodeHeader()
1706 int VP8LDecodeImage(VP8LDecoder* const dec) { in VP8LDecodeImage()