--
You received this message because you are subscribed to the Google Groups "WebP Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webp-discuss...@webmproject.org.
To view this discussion on the web visit https://groups.google.com/a/webmproject.org/d/msgid/webp-discuss/5481798e-6bb6-4802-80f0-fe48a2ba7451n%40webmproject.org.
Hi,
The image to process after transforms (64 x 512 in your case) is
subsampled into blocks (I guess by 2 hence 32 x 256 in your case) and
for each block (2 x 2 here) of the original image, a histogram of
symbols is computed. Those are stored in a VP8LHistogramSet. At first,
there are 'max_size' histograms (the number of blocks, hence 32*256)
but they are then merged to reduce the overall entropy, getting to
'size' histograms (2 apparently in your case).
To view this discussion on the web visit https://groups.google.com/a/webmproject.org/d/msgid/webp-discuss/CAJMnc16766a0y3ggQhJS9ZFwLmiy%2BhuQn1L59NDMZD6EtDjJZQ%40mail.gmail.com.