Searched refs:tiles_per_row (Results 1 – 4 of 4) sorted by relevance
320 const int tiles_per_row = VP8LSubSampleSize(width, bits); in GetBestPredictorForTile() local323 (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() local459 (modes[(y >> bits) * tiles_per_row + (x >> bits)] >> 8) & 0xff; in CopyImageWithPrediction()479 const int tiles_per_row = VP8LSubSampleSize(width, bits); in VP8LResidualImage() local486 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()
92 unsigned tiles_per_row = (width + tile_size - 1) >> tile_shift;\102 unsigned tile_row = tile_y * tiles_per_row;\
217 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); in GENERATE_PREDICTOR_ADD() local219 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() local303 transform->data_ + (y >> transform->bits_) * tiles_per_row; in ColorSpaceInverseTransform_C()323 if ((y & mask) == 0) pred_row += tiles_per_row; in ColorSpaceInverseTransform_C()
63 Assertion \`x < lpr->tiles_per_row[level]' failed.