VP8LSubSampleSize  323 third_party/libwebp/dec/vp8l.c     const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision);
VP8LSubSampleSize  324 third_party/libwebp/dec/vp8l.c     const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision);
VP8LSubSampleSize  991 third_party/libwebp/dec/vp8l.c       ok = DecodeImageStream(VP8LSubSampleSize(transform->xsize_,
VP8LSubSampleSize  993 third_party/libwebp/dec/vp8l.c                              VP8LSubSampleSize(transform->ysize_,
VP8LSubSampleSize 1003 third_party/libwebp/dec/vp8l.c        *xsize = VP8LSubSampleSize(transform->xsize_, bits);
VP8LSubSampleSize 1083 third_party/libwebp/dec/vp8l.c   hdr->huffman_xsize_ = VP8LSubSampleSize(width, num_bits);
VP8LSubSampleSize  658 third_party/libwebp/dsp/lossless.c   const int tiles_per_row = VP8LSubSampleSize(width, bits);
VP8LSubSampleSize  659 third_party/libwebp/dsp/lossless.c   const int tiles_per_col = VP8LSubSampleSize(height, bits);
VP8LSubSampleSize  728 third_party/libwebp/dsp/lossless.c     const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_);
VP8LSubSampleSize 1015 third_party/libwebp/dsp/lossless.c   int tile_xsize = VP8LSubSampleSize(width, bits);
VP8LSubSampleSize 1016 third_party/libwebp/dsp/lossless.c   int tile_ysize = VP8LSubSampleSize(height, bits);
VP8LSubSampleSize 1089 third_party/libwebp/dsp/lossless.c   const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_);
VP8LSubSampleSize 1199 third_party/libwebp/dsp/lossless.c             VP8LSubSampleSize(transform->xsize_, transform->bits_);
VP8LSubSampleSize  338 third_party/libwebp/enc/histogram.c   const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits);
VP8LSubSampleSize  485 third_party/libwebp/enc/histogram.c   const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1;
VP8LSubSampleSize  486 third_party/libwebp/enc/histogram.c   const int histo_ysize = histo_bits ? VP8LSubSampleSize(ysize, histo_bits) : 1;
VP8LSubSampleSize  424 third_party/libwebp/enc/vp8l.c   const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1;
VP8LSubSampleSize  520 third_party/libwebp/enc/vp8l.c       VP8LSubSampleSize(width, histogram_bits) *
VP8LSubSampleSize  521 third_party/libwebp/enc/vp8l.c       VP8LSubSampleSize(height, histogram_bits);
VP8LSubSampleSize  593 third_party/libwebp/enc/vp8l.c                                 VP8LSubSampleSize(width, histogram_bits),
VP8LSubSampleSize  594 third_party/libwebp/enc/vp8l.c                                 VP8LSubSampleSize(height, histogram_bits),
VP8LSubSampleSize  676 third_party/libwebp/enc/vp8l.c   const int transform_width = VP8LSubSampleSize(width, pred_bits);
VP8LSubSampleSize  677 third_party/libwebp/enc/vp8l.c   const int transform_height = VP8LSubSampleSize(height, pred_bits);
VP8LSubSampleSize  696 third_party/libwebp/enc/vp8l.c   const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits);
VP8LSubSampleSize  697 third_party/libwebp/enc/vp8l.c   const int transform_height = VP8LSubSampleSize(height, ccolor_transform_bits);
VP8LSubSampleSize  789 third_party/libwebp/enc/vp8l.c       (uint64_t)VP8LSubSampleSize(width, enc->transform_bits_) *
VP8LSubSampleSize  790 third_party/libwebp/enc/vp8l.c       (uint64_t)VP8LSubSampleSize(height, enc->transform_bits_);
VP8LSubSampleSize  887 third_party/libwebp/enc/vp8l.c   err = AllocateTransformBuffer(enc, VP8LSubSampleSize(width, xbits), height);
VP8LSubSampleSize  922 third_party/libwebp/enc/vp8l.c     const uint64_t huff_image_size = VP8LSubSampleSize(width, histo_bits) *
VP8LSubSampleSize  923 third_party/libwebp/enc/vp8l.c                                      VP8LSubSampleSize(height, histo_bits) *