Searched refs:x_tile_start (Results 1 – 1 of 1) sorted by relevance
252 const int x_tile_start = coord[0] > 0 ? 0 : std::abs(coord[0]); in get_tile() local260 roi_ptr += x_tile_start; in get_tile()