Home
last modified time | relevance | path

Searched refs:DecodeImageStream (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c104 static int DecodeImageStream(int xsize, int ysize,
386 if (!DecodeImageStream(huffman_xsize, huffman_ysize, 0, dec, in ReadHuffmanCodes()
1325 ok = DecodeImageStream(VP8LSubSampleSize(transform->xsize_, in ReadTransform()
1339 ok = DecodeImageStream(num_colors, 1, 0, dec, &transform->data_); in ReadTransform()
1422 static int DecodeImageStream(int xsize, int ysize, in DecodeImageStream() function
1595 if (!DecodeImageStream(alph_dec->width_, alph_dec->height_, 1, dec, NULL)) { in VP8LDecodeAlphaHeader()
1665 if (!DecodeImageStream(width, height, 1, dec, NULL)) goto Error; in VP8LDecodeHeader()