• Home
  • Raw
  • Download

Lines Matching refs:VP8LSubSampleSize

283       entropy[kSpatial] += VP8LSubSampleSize(width, transform_bits) *  in AnalyzeEntropy()
284 VP8LSubSampleSize(height, transform_bits) * in AnalyzeEntropy()
288 entropy[kSpatialSubGreen] += VP8LSubSampleSize(width, transform_bits) * in AnalyzeEntropy()
289 VP8LSubSampleSize(height, transform_bits) * in AnalyzeEntropy()
339 const int huff_image_size = VP8LSubSampleSize(width, histo_bits) * in GetHistoBits()
340 VP8LSubSampleSize(height, histo_bits); in GetHistoBits()
716 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; in StoreImageToBitMask()
869 VP8LSubSampleSize(width, histogram_bits) * in EncodeImageInternal()
870 VP8LSubSampleSize(height, histogram_bits); in EncodeImageInternal()
999 VP8LSubSampleSize(width, histogram_bits), in EncodeImageInternal()
1000 VP8LSubSampleSize(height, histogram_bits), quality, low_effort); in EncodeImageInternal()
1082 const int transform_width = VP8LSubSampleSize(width, pred_bits); in ApplyPredictFilter()
1083 const int transform_height = VP8LSubSampleSize(height, pred_bits); in ApplyPredictFilter()
1108 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits); in ApplyCrossColorFilter()
1109 const int transform_height = VP8LSubSampleSize(height, ccolor_transform_bits); in ApplyCrossColorFilter()
1216 ? VP8LSubSampleSize(width, enc->transform_bits_) * in AllocateTransformBuffer()
1217 VP8LSubSampleSize(height, enc->transform_bits_) in AllocateTransformBuffer()
1441 err = AllocateTransformBuffer(enc, VP8LSubSampleSize(width, xbits), height); in MapImageFromPalette()