Searched refs:c_mem (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/util/
H A Dpattern.c466 unsigned char *c_mem = (yuv->order & YUV_CY) ? mem : mem + 1; local in function:fill_smpte_yuv_packed
499 c_mem[2*x+u] = colors_top[x * 7 / width].u;
500 c_mem[2*x+v] = colors_top[x * 7 / width].v;
502 c_mem += stride;
507 c_mem[2*x+u] = colors_middle[x * 7 / width].u;
508 c_mem[2*x+v] = colors_middle[x * 7 / width].v;
510 c_mem += stride;
515 c_mem[2*x+u] = colors_bottom[x * 4 / (width * 5 / 7)].u;
516 c_mem[2*x+v] = colors_bottom[x * 4 / (width * 5 / 7)].v;
519 c_mem[
1499 unsigned char *c_mem = (yuv->order & YUV_CY) ? mem : mem + 1; local in function:fill_tiles_yuv_packed
[all...]

Completed in 5 milliseconds