VP8LSubSampleSize 312 3rdparty/libwebp/dec/vp8l.c const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision); VP8LSubSampleSize 313 3rdparty/libwebp/dec/vp8l.c const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision); VP8LSubSampleSize 874 3rdparty/libwebp/dec/vp8l.c ok = DecodeImageStream(VP8LSubSampleSize(transform->xsize_, VP8LSubSampleSize 876 3rdparty/libwebp/dec/vp8l.c VP8LSubSampleSize(transform->ysize_, VP8LSubSampleSize 886 3rdparty/libwebp/dec/vp8l.c *xsize = VP8LSubSampleSize(transform->xsize_, bits); VP8LSubSampleSize 963 3rdparty/libwebp/dec/vp8l.c hdr->huffman_xsize_ = VP8LSubSampleSize(width, num_bits); VP8LSubSampleSize 617 3rdparty/libwebp/dsp/lossless.c const int tiles_per_row = VP8LSubSampleSize(width, bits); VP8LSubSampleSize 618 3rdparty/libwebp/dsp/lossless.c const int tiles_per_col = VP8LSubSampleSize(height, bits); VP8LSubSampleSize 687 3rdparty/libwebp/dsp/lossless.c const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); VP8LSubSampleSize 1003 3rdparty/libwebp/dsp/lossless.c int tile_xsize = VP8LSubSampleSize(width, bits); VP8LSubSampleSize 1004 3rdparty/libwebp/dsp/lossless.c int tile_ysize = VP8LSubSampleSize(height, bits); VP8LSubSampleSize 1077 3rdparty/libwebp/dsp/lossless.c const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); VP8LSubSampleSize 1187 3rdparty/libwebp/dsp/lossless.c VP8LSubSampleSize(transform->xsize_, transform->bits_); VP8LSubSampleSize 340 3rdparty/libwebp/enc/histogram.c const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits); VP8LSubSampleSize 487 3rdparty/libwebp/enc/histogram.c const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1; VP8LSubSampleSize 488 3rdparty/libwebp/enc/histogram.c const int histo_ysize = histo_bits ? VP8LSubSampleSize(ysize, histo_bits) : 1; VP8LSubSampleSize 431 3rdparty/libwebp/enc/vp8l.c const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; VP8LSubSampleSize 527 3rdparty/libwebp/enc/vp8l.c VP8LSubSampleSize(width, histogram_bits) * VP8LSubSampleSize 528 3rdparty/libwebp/enc/vp8l.c VP8LSubSampleSize(height, histogram_bits); VP8LSubSampleSize 600 3rdparty/libwebp/enc/vp8l.c VP8LSubSampleSize(width, histogram_bits), VP8LSubSampleSize 601 3rdparty/libwebp/enc/vp8l.c VP8LSubSampleSize(height, histogram_bits), VP8LSubSampleSize 683 3rdparty/libwebp/enc/vp8l.c const int transform_width = VP8LSubSampleSize(width, pred_bits); VP8LSubSampleSize 684 3rdparty/libwebp/enc/vp8l.c const int transform_height = VP8LSubSampleSize(height, pred_bits); VP8LSubSampleSize 703 3rdparty/libwebp/enc/vp8l.c const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits); VP8LSubSampleSize 704 3rdparty/libwebp/enc/vp8l.c const int transform_height = VP8LSubSampleSize(height, ccolor_transform_bits); VP8LSubSampleSize 796 3rdparty/libwebp/enc/vp8l.c (uint64_t)VP8LSubSampleSize(width, enc->transform_bits_) * VP8LSubSampleSize 797 3rdparty/libwebp/enc/vp8l.c (uint64_t)VP8LSubSampleSize(height, enc->transform_bits_); VP8LSubSampleSize 894 3rdparty/libwebp/enc/vp8l.c err = AllocateTransformBuffer(enc, VP8LSubSampleSize(width, xbits), height); VP8LSubSampleSize 929 3rdparty/libwebp/enc/vp8l.c const uint64_t huff_image_size = VP8LSubSampleSize(width, histo_bits) * VP8LSubSampleSize 930 3rdparty/libwebp/enc/vp8l.c VP8LSubSampleSize(height, histo_bits) *