Searched defs:tile_x_offset (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | lossless.c | 710 const int tile_x_offset = tile_x * 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() 1067 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile() local 1109 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform() local
|