Lines Matching refs:VP8LDecoder
79 VP8LDecoder* const dec,
171 VP8LDecoder* const dec, const int* const code_length_code_lengths, in ReadHuffmanCodeLengths()
228 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode()
300 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, in ReadHuffmanCodes()
368 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler()
420 static int EmitRescaledRows(const VP8LDecoder* const dec, in EmitRescaledRows()
518 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA()
532 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec, in EmitRescaledRowsYUVA()
547 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA()
609 typedef void (*ProcessRowsFunc)(VP8LDecoder* const dec, int row);
611 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransforms()
631 static void ApplyInverseTransformsAlpha(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransformsAlpha()
646 static void ProcessRows(VP8LDecoder* const dec, int row) { in ProcessRows()
687 static int FUNC_NAME(VP8LDecoder* const dec, TYPE* const data, int width, \
850 VP8LDecoder* const dec) { in ReadTransform()
922 VP8LDecoder* VP8LNew(void) { in VP8LNew()
923 VP8LDecoder* const dec = (VP8LDecoder*)calloc(1, sizeof(*dec)); in VP8LNew()
931 void VP8LClear(VP8LDecoder* const dec) { in VP8LClear()
950 void VP8LDelete(VP8LDecoder* const dec) { in VP8LDelete()
957 static void UpdateDecoder(VP8LDecoder* const dec, int width, int height) { in UpdateDecoder()
969 VP8LDecoder* const dec, in DecodeImageStream()
1062 static int AllocateInternalBuffers(VP8LDecoder* const dec, int final_width, in AllocateInternalBuffers()
1091 static void ExtractAlphaRows(VP8LDecoder* const dec, int row) { in ExtractAlphaRows()
1112 static void ExtractPalettedAlphaRows(VP8LDecoder* const dec, int row) { in ExtractPalettedAlphaRows()
1125 VP8LDecoder* const dec = VP8LNew(); in VP8LDecodeAlphaImageStream()
1172 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io) { in VP8LDecodeHeader()
1202 int VP8LDecodeImage(VP8LDecoder* const dec) { in VP8LDecodeImage()