Home
last modified time | relevance | path

Searched refs:tiles_per_row (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
Dpredictor_enc.c320 const int tiles_per_row = VP8LSubSampleSize(width, bits); in GetBestPredictorForTile() local
323 (modes[tile_y * tiles_per_row + tile_x - 1] >> 8) & 0xff : 0xff; in GetBestPredictorForTile()
325 (modes[(tile_y - 1) * tiles_per_row + tile_x] >> 8) & 0xff : 0xff; in GetBestPredictorForTile()
419 const int tiles_per_row = VP8LSubSampleSize(width, bits); in CopyImageWithPrediction() local
459 (modes[(y >> bits) * tiles_per_row + (x >> bits)] >> 8) & 0xff; in CopyImageWithPrediction()
479 const int tiles_per_row = VP8LSubSampleSize(width, bits); in VP8LResidualImage() local
486 for (i = 0; i < tiles_per_row * tiles_per_col; ++i) { in VP8LResidualImage()
493 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) { in VP8LResidualImage()
497 image[tile_y * tiles_per_row + tile_x] = ARGB_BLACK | (pred << 8); in VP8LResidualImage()
/third_party/mesa3d/src/asahi/lib/
Dtiling.c92 unsigned tiles_per_row = (width + tile_size - 1) >> tile_shift;\
102 unsigned tile_row = tile_y * tiles_per_row;\
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless.c217 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); in GENERATE_PREDICTOR_ADD() local
219 transform->data_ + (y >> transform->bits_) * tiles_per_row; in GENERATE_PREDICTOR_ADD()
239 pred_mode_base += tiles_per_row; in GENERATE_PREDICTOR_ADD()
300 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); in ColorSpaceInverseTransform_C() local
303 transform->data_ + (y >> transform->bits_) * tiles_per_row; in ColorSpaceInverseTransform_C()
323 if ((y & mask) == 0) pred_row += tiles_per_row; in ColorSpaceInverseTransform_C()
/third_party/mesa3d/docs/relnotes/
D8.0.5.rst63 Assertion \`x < lpr->tiles_per_row[level]' failed.