Searched defs:tiles_per_row (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | predictor_enc.c | 320 const int tiles_per_row = VP8LSubSampleSize(width, bits); in GetBestPredictorForTile() local 419 const int tiles_per_row = VP8LSubSampleSize(width, bits); in CopyImageWithPrediction() local 479 const int tiles_per_row = VP8LSubSampleSize(width, bits); in VP8LResidualImage() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | predictor_enc.c | 320 const int tiles_per_row = VP8LSubSampleSize(width, bits); in GetBestPredictorForTile() local 419 const int tiles_per_row = VP8LSubSampleSize(width, bits); in CopyImageWithPrediction() local 479 const int tiles_per_row = VP8LSubSampleSize(width, bits); in VP8LResidualImage() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless.c | 217 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); in GENERATE_PREDICTOR_ADD() local 300 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); in ColorSpaceInverseTransform_C() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless.c | 212 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); in GENERATE_PREDICTOR_ADD() local 295 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); in ColorSpaceInverseTransform_C() local
|