Lines Matching refs:VP8LSubSampleSize
350 const int huff_image_size = VP8LSubSampleSize(width, histo_bits) * in GetHistoBits()
351 VP8LSubSampleSize(height, histo_bits); in GetHistoBits()
684 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; in StoreImageToBitMask()
834 VP8LSubSampleSize(width, histogram_bits) * in EncodeImageInternal()
835 VP8LSubSampleSize(height, histogram_bits); in EncodeImageInternal()
938 VP8LSubSampleSize(width, histogram_bits), in EncodeImageInternal()
939 VP8LSubSampleSize(height, histogram_bits), in EncodeImageInternal()
1012 const int transform_width = VP8LSubSampleSize(width, pred_bits); in ApplyPredictFilter()
1013 const int transform_height = VP8LSubSampleSize(height, pred_bits); in ApplyPredictFilter()
1034 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits); in ApplyCrossColorFilter()
1035 const int transform_height = VP8LSubSampleSize(height, ccolor_transform_bits); in ApplyCrossColorFilter()
1134 ? VP8LSubSampleSize(width, enc->transform_bits_) * in AllocateTransformBuffer()
1135 VP8LSubSampleSize(height, enc->transform_bits_) in AllocateTransformBuffer()
1279 err = AllocateTransformBuffer(enc, VP8LSubSampleSize(width, xbits), height); in MapImageFromPalette()
1316 const int transform_width = VP8LSubSampleSize(width, pred_bits); in EncodeDeltaPalettePredictorImage()
1317 const int transform_height = VP8LSubSampleSize(height, pred_bits); in EncodeDeltaPalettePredictorImage()
1319 const int tiles_per_row = VP8LSubSampleSize(width, pred_bits); in EncodeDeltaPalettePredictorImage()
1320 const int tiles_per_col = VP8LSubSampleSize(height, pred_bits); in EncodeDeltaPalettePredictorImage()