Home | History | Annotate | Download | only in dsp

Lines Matching refs:tile_x_offset

966   const int tile_x_offset = tile_x * max_tile_size;
967 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize);
969 const int tile_width = all_x_max - tile_x_offset;
972 + tile_x_offset;
1012 const int tile_x_offset = tile_x * max_tile_size;
1014 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width);
1027 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset,
1032 int ix = y * width + tile_x_offset;
1033 const int ix_end = ix + all_x_max - tile_x_offset;