Home
last modified time | relevance | path

Searched refs:VP8LSubSampleSize (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c476 entropy[kSpatial] += VP8LSubSampleSize(width, transform_bits) * in AnalyzeEntropy()
477 VP8LSubSampleSize(height, transform_bits) * in AnalyzeEntropy()
481 entropy[kSpatialSubGreen] += VP8LSubSampleSize(width, transform_bits) * in AnalyzeEntropy()
482 VP8LSubSampleSize(height, transform_bits) * in AnalyzeEntropy()
532 const int huff_image_size = VP8LSubSampleSize(width, histo_bits) * in GetHistoBits()
533 VP8LSubSampleSize(height, histo_bits); in GetHistoBits()
957 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; in StoreImageToBitMask()
1105 VP8LSubSampleSize(width, histogram_bits) * in EncodeImageInternal()
1106 VP8LSubSampleSize(height, histogram_bits); in EncodeImageInternal()
1232 VP8LSubSampleSize(width, histogram_bits), in EncodeImageInternal()
[all …]
Dpredictor_enc.c320 const int tiles_per_row = VP8LSubSampleSize(width, bits); in GetBestPredictorForTile()
419 const int tiles_per_row = VP8LSubSampleSize(width, bits); in CopyImageWithPrediction()
479 const int tiles_per_row = VP8LSubSampleSize(width, bits); in VP8LResidualImage()
480 const int tiles_per_col = VP8LSubSampleSize(height, bits); in VP8LResidualImage()
720 const int tile_xsize = VP8LSubSampleSize(width, bits); in VP8LColorSpaceTransform()
721 const int tile_ysize = VP8LSubSampleSize(height, bits); in VP8LColorSpaceTransform()
Dhistogram_enc.c562 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits); in HistogramBuild()
1180 histogram_bits ? VP8LSubSampleSize(xsize, histogram_bits) : 1; in VP8LGetHistoImageSymbols()
1182 histogram_bits ? VP8LSubSampleSize(ysize, histogram_bits) : 1; in VP8LGetHistoImageSymbols()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_common.h51 static WEBP_INLINE uint32_t VP8LSubSampleSize(uint32_t size, in VP8LSubSampleSize() function
Dlossless.c217 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); in GENERATE_PREDICTOR_ADD()
300 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); in ColorSpaceInverseTransform_C()
408 VP8LSubSampleSize(transform->xsize_, transform->bits_); in VP8LInverseTransform()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c383 const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision); in ReadHuffmanCodes()
384 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision); in ReadHuffmanCodes()
1325 ok = DecodeImageStream(VP8LSubSampleSize(transform->xsize_, in ReadTransform()
1327 VP8LSubSampleSize(transform->ysize_, in ReadTransform()
1337 *xsize = VP8LSubSampleSize(transform->xsize_, bits); in ReadTransform()
1418 hdr->huffman_xsize_ = VP8LSubSampleSize(width, num_bits); in UpdateDecoder()