Lines Matching defs:dec
182 VP8LDecoder* const dec, const int* const code_length_code_lengths, in ReadHuffmanCodeLengths()
243 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode()
294 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, in ReadHuffmanCodes()
386 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler()
439 static int EmitRescaledRowsRGBA(const VP8LDecoder* const dec, in EmitRescaledRowsRGBA()
542 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA()
557 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec, in EmitRescaledRowsYUVA()
573 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA()
636 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransforms()
656 static void ApplyInverseTransformsAlpha(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransformsAlpha()
671 static void ProcessRows(VP8LDecoder* const dec, int row) { in ProcessRows()
727 static void ExtractPalettedAlphaRows(VP8LDecoder* const dec, int row) { in ExtractPalettedAlphaRows()
737 static int DecodeAlphaData(VP8LDecoder* const dec, uint8_t* const data, in DecodeAlphaData()
824 static int DecodeImageData(VP8LDecoder* const dec, uint32_t* const data, in DecodeImageData()
977 VP8LDecoder* const dec) { in ReadTransform()
1050 VP8LDecoder* const dec = (VP8LDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in VP8LNew() local
1061 void VP8LClear(VP8LDecoder* const dec) { in VP8LClear()
1080 void VP8LDelete(VP8LDecoder* const dec) { in VP8LDelete()
1087 static void UpdateDecoder(VP8LDecoder* const dec, int width, int height) { in UpdateDecoder()
1099 VP8LDecoder* const dec, in DecodeImageStream()
1194 static int AllocateInternalBuffers32b(VP8LDecoder* const dec, int final_width) { in AllocateInternalBuffers32b()
1215 static int AllocateInternalBuffers8b(VP8LDecoder* const dec) { in AllocateInternalBuffers8b()
1229 static void ExtractAlphaRows(VP8LDecoder* const dec, int row) { in ExtractAlphaRows()
1252 VP8LDecoder* dec; in VP8LDecodeAlphaHeader() local
1304 VP8LDecoder* const dec = alph_dec->vp8l_dec_; in VP8LDecodeAlphaImageStream() local
1323 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io) { in VP8LDecodeHeader()
1353 int VP8LDecodeImage(VP8LDecoder* const dec) { in VP8LDecodeImage()