Searched defs:tile_y_offset (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | lossless.c | 697 const int tile_y_offset = tile_y * max_tile_size; in VP8LResidualImage() local 911 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetPredictionCostCrossColorRed() 938 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetBestGreenToRed() 977 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetPredictionCostCrossColorBlue() 1014 int tile_x_offset, int tile_y_offset, int all_x_max, int all_y_max, in GetBestGreenRedToBlue() 1066 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local 1110 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
|