Searched refs:SLICE_SIZE (Results 1 – 2 of 2) sorted by relevance
38 #define SLICE_SIZE 0x200 macro195 *slice_size = (SLICE_SIZE * slice_count)>>8; in nouveau_vp3_inter_sizes()
67 SLICE_SIZE = 512 * 1024 variable160 if data_size > SLICE_SIZE:161 slice_count = math.ceil(data_size / SLICE_SIZE)180 max_block_size = SLICE_SIZE*1024