Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpredictor_enc.c662 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
665 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
667 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
668 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
710 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
712 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
724 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
728 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()