Searched refs:huffman_ysize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dvp8l.c309 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision); local
310 const int huffman_pixs = huffman_xsize * huffman_ysize;
311 if (!DecodeImageStream(huffman_xsize, huffman_ysize, 0, dec,
/external/webp/src/dec/
H A Dvp8l.c309 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision); local
310 const int huffman_pixs = huffman_xsize * huffman_ysize;
311 if (!DecodeImageStream(huffman_xsize, huffman_ysize, 0, dec,

Completed in 334 milliseconds