Lines Matching refs:VP8LSubSampleSize
423 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; in StoreImageToBitMask()
519 VP8LSubSampleSize(width, histogram_bits) * in EncodeImageInternal()
520 VP8LSubSampleSize(height, histogram_bits); in EncodeImageInternal()
584 VP8LSubSampleSize(width, histogram_bits), in EncodeImageInternal()
585 VP8LSubSampleSize(height, histogram_bits), in EncodeImageInternal()
670 const int transform_width = VP8LSubSampleSize(width, pred_bits); in ApplyPredictFilter()
671 const int transform_height = VP8LSubSampleSize(height, pred_bits); in ApplyPredictFilter()
690 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits); in ApplyCrossColorFilter()
691 const int transform_height = VP8LSubSampleSize(height, ccolor_transform_bits); in ApplyCrossColorFilter()
790 (uint64_t)VP8LSubSampleSize(width, enc->transform_bits_) * in AllocateTransformBuffer()
791 (uint64_t)VP8LSubSampleSize(height, enc->transform_bits_); in AllocateTransformBuffer()
886 err = AllocateTransformBuffer(enc, VP8LSubSampleSize(width, xbits), height); in ApplyPalette()
905 const size_t huff_image_size = VP8LSubSampleSize(width, histo_bits) * in GetHistoBits()
906 VP8LSubSampleSize(height, histo_bits) * in GetHistoBits()