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

  /external/opencv3/3rdparty/libwebp/dec/
vp8l.c 313 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision); local
314 const int huffman_pixs = huffman_xsize * huffman_ysize;
315 if (!DecodeImageStream(huffman_xsize, huffman_ysize, 0, dec,
    [all...]
  /external/webp/src/dec/
vp8l.c 375 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision); local
376 const int huffman_pixs = huffman_xsize * huffman_ysize;
377 if (!DecodeImageStream(huffman_xsize, huffman_ysize, 0, dec,
    [all...]

Completed in 50 milliseconds