Searched refs:VP8LSubSampleSize (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/enc/ |
D | vp8l_enc.c | 285 entropy[kSpatial] += VP8LSubSampleSize(width, transform_bits) * in AnalyzeEntropy() 286 VP8LSubSampleSize(height, transform_bits) * in AnalyzeEntropy() 290 entropy[kSpatialSubGreen] += VP8LSubSampleSize(width, transform_bits) * in AnalyzeEntropy() 291 VP8LSubSampleSize(height, transform_bits) * in AnalyzeEntropy() 341 const int huff_image_size = VP8LSubSampleSize(width, histo_bits) * in GetHistoBits() 342 VP8LSubSampleSize(height, histo_bits); in GetHistoBits() 718 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; in StoreImageToBitMask() 871 VP8LSubSampleSize(width, histogram_bits) * in EncodeImageInternal() 872 VP8LSubSampleSize(height, histogram_bits); in EncodeImageInternal() 1001 VP8LSubSampleSize(width, histogram_bits), in EncodeImageInternal() [all …]
|
D | predictor_enc.c | 318 const int tiles_per_row = VP8LSubSampleSize(width, bits); in GetBestPredictorForTile() 417 const int tiles_per_row = VP8LSubSampleSize(width, bits); in CopyImageWithPrediction() 477 const int tiles_per_row = VP8LSubSampleSize(width, bits); in VP8LResidualImage() 478 const int tiles_per_col = VP8LSubSampleSize(height, bits); in VP8LResidualImage() 718 const int tile_xsize = VP8LSubSampleSize(width, bits); in VP8LColorSpaceTransform() 719 const int tile_ysize = VP8LSubSampleSize(height, bits); in VP8LColorSpaceTransform()
|
D | histogram_enc.c | 477 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits); in HistogramBuild() 986 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1; in VP8LGetHistoImageSymbols() 987 const int histo_ysize = histo_bits ? VP8LSubSampleSize(ysize, histo_bits) : 1; in VP8LGetHistoImageSymbols()
|
/external/webp/src/dsp/ |
D | lossless.c | 214 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); in GENERATE_PREDICTOR_ADD() 297 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); in ColorSpaceInverseTransform_C() 405 VP8LSubSampleSize(transform->xsize_, transform->bits_); in VP8LInverseTransform()
|
D | lossless_common.h | 51 static WEBP_INLINE uint32_t VP8LSubSampleSize(uint32_t size, in VP8LSubSampleSize() function
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 375 const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision); in ReadHuffmanCodes() 376 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision); in ReadHuffmanCodes() 1267 ok = DecodeImageStream(VP8LSubSampleSize(transform->xsize_, in ReadTransform() 1269 VP8LSubSampleSize(transform->ysize_, in ReadTransform() 1279 *xsize = VP8LSubSampleSize(transform->xsize_, bits); in ReadTransform() 1360 hdr->huffman_xsize_ = VP8LSubSampleSize(width, num_bits); in UpdateDecoder()
|