HomeSort by relevance Sort by last modified time
    Searched refs:huffman_ysize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 309 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,
    [all...]
  /external/webp/src/dec/
vp8l.c 309 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,
    [all...]

Completed in 764 milliseconds