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

/xsrc/external/mit/libdrm/dist/tests/util/
H A Dpattern.c201 const struct color_yuv colors_middle[] = { local in function:fill_smpte_yuv_planar
235 y_mem[x] = colors_middle[x * 7 / width].y;
262 u_mem[x*cs/xsub] = colors_middle[x * 7 / width].u;
263 v_mem[x*cs/xsub] = colors_middle[x * 7 / width].v;
320 const struct color_yuv colors_middle[] = { local in function:fill_smpte_yuv_planar_10bpp
360 colors_middle[(x+0) * 7 / width].y << 2,
361 colors_middle[(x+1) * 7 / width].y << 2,
362 colors_middle[(x+2) * 7 / width].y << 2,
363 colors_middle[(x+3) * 7 / width].y << 2);
403 colors_middle[(
446 const struct color_yuv colors_middle[] = { local in function:fill_smpte_yuv_packed
545 const uint16_t colors_middle[] = { local in function:fill_smpte_rgb16
606 const struct color_rgb24 colors_middle[] = { local in function:fill_smpte_rgb24
669 const uint32_t colors_middle[] = { local in function:fill_smpte_rgb32
730 const uint64_t colors_middle[] = { local in function:fill_smpte_rgb16fp
[all...]

Completed in 3 milliseconds