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()
147 const SLICE_SIZE = 1024 * 1024; constant148 for (let off = 0; off < blob.size; off += SLICE_SIZE) {149 const slice = blob.slice(off, off + SLICE_SIZE);