• Home
  • Raw
  • Download

Lines Matching refs:VP8LDecoder

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);
609 static void ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows, in ApplyInverseTransforms()
630 static void ProcessRows(VP8LDecoder* const dec, int row) { in ProcessRows()
670 static int DecodeImageData(VP8LDecoder* const dec, in DecodeImageData()
820 VP8LDecoder* const dec) { in ReadTransform()
892 VP8LDecoder* VP8LNew(void) { in VP8LNew()
893 VP8LDecoder* const dec = (VP8LDecoder*)calloc(1, sizeof(*dec)); in VP8LNew()
901 void VP8LClear(VP8LDecoder* const dec) { in VP8LClear()
920 void VP8LDelete(VP8LDecoder* const dec) { in VP8LDelete()
927 static void UpdateDecoder(VP8LDecoder* const dec, int width, int height) { in UpdateDecoder()
939 VP8LDecoder* const dec, in DecodeImageStream()
1033 static int AllocateARGBBuffers(VP8LDecoder* const dec, int final_width) { in AllocateARGBBuffers()
1057 static void ExtractAlphaRows(VP8LDecoder* const dec, int row) { in ExtractAlphaRows()
1081 VP8LDecoder* const dec = VP8LNew(); in VP8LDecodeAlphaImageStream()
1115 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io) { in VP8LDecodeHeader()
1145 int VP8LDecodeImage(VP8LDecoder* const dec) { in VP8LDecodeImage()