Searched refs:VP8LSubSampleSize (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | vp8l_enc.c | 283 entropy[kSpatial] += VP8LSubSampleSize(width, transform_bits) * in AnalyzeEntropy() 284 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() 869 VP8LSubSampleSize(width, histogram_bits) * in EncodeImageInternal() 870 VP8LSubSampleSize(height, histogram_bits); in EncodeImageInternal() 999 VP8LSubSampleSize(width, histogram_bits), in EncodeImageInternal() 1082 const int transform_width = VP8LSubSampleSize(width, pred_bits); in ApplyPredictFilter() 1083 const int transform_height = VP8LSubSampleSize(height, pred_bits); in ApplyPredictFilter() 1216 ? VP8LSubSampleSize(width, enc->transform_bits_) * in AllocateTransformBuffer() [all …]
|
A D | predictor_enc.c | 320 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()
|
A D | histogram_enc.c | 561 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits); in HistogramBuild() 1179 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1; in VP8LGetHistoImageSymbols() 1180 const int histo_ysize = histo_bits ? VP8LSubSampleSize(ysize, histo_bits) : 1; in VP8LGetHistoImageSymbols()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | lossless_common.h | 51 static WEBP_INLINE uint32_t VP8LSubSampleSize(uint32_t size, in VP8LSubSampleSize() function
|
A D | lossless.c | 212 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); in GENERATE_PREDICTOR_ADD() 295 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); in ColorSpaceInverseTransform_C() 403 VP8LSubSampleSize(transform->xsize_, transform->bits_); in VP8LInverseTransform()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | vp8l_dec.c | 382 const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision); in ReadHuffmanCodes() 383 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision); in ReadHuffmanCodes() 1320 ok = DecodeImageStream(VP8LSubSampleSize(transform->xsize_, in ReadTransform() 1322 VP8LSubSampleSize(transform->ysize_, in ReadTransform() 1332 *xsize = VP8LSubSampleSize(transform->xsize_, bits); in ReadTransform() 1413 hdr->huffman_xsize_ = VP8LSubSampleSize(width, num_bits); in UpdateDecoder()
|
Completed in 21 milliseconds