Lines Matching refs:VP8LSubSampleSize
438 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; in StoreImageToBitMask()
566 VP8LSubSampleSize(width, histogram_bits) * in EncodeImageInternal()
567 VP8LSubSampleSize(height, histogram_bits); in EncodeImageInternal()
647 VP8LSubSampleSize(width, histogram_bits), in EncodeImageInternal()
648 VP8LSubSampleSize(height, histogram_bits), in EncodeImageInternal()
743 const int transform_width = VP8LSubSampleSize(width, pred_bits); in ApplyPredictFilter()
744 const int transform_height = VP8LSubSampleSize(height, pred_bits); in ApplyPredictFilter()
764 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits); in ApplyCrossColorFilter()
765 const int transform_height = VP8LSubSampleSize(height, ccolor_transform_bits); in ApplyCrossColorFilter()
856 VP8LSubSampleSize(width, enc->transform_bits_) * in AllocateTransformBuffer()
857 VP8LSubSampleSize(height, enc->transform_bits_); in AllocateTransformBuffer()
954 err = AllocateTransformBuffer(enc, VP8LSubSampleSize(width, xbits), height); in EncodePalette()
987 const int huff_image_size = VP8LSubSampleSize(width, histo_bits) * in GetHistoBits()
988 VP8LSubSampleSize(height, histo_bits); in GetHistoBits()