Searched refs:nb_blocks_w (Results 1 – 1 of 1) sorted by relevance
157 int nb_blocks_w = s->planewidth[0] / s->block_w; in make_block_map() local166 int yin = i / nb_blocks_w; in make_block_map()167 int xin = i % nb_blocks_w; in make_block_map()169 int yout = rand / nb_blocks_w; in make_block_map()170 int xout = rand % nb_blocks_w; in make_block_map()