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

/xsrc/external/mit/libdrm/dist/tests/util/
H A Dpattern.c192 const struct color_yuv colors_top[] = { local in function:fill_smpte_yuv_planar
229 y_mem[x] = colors_top[x * 7 / width].y;
253 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u;
254 v_mem[x*cs/xsub] = colors_top[x * 7 / width].v;
311 const struct color_yuv colors_top[] = { local in function:fill_smpte_yuv_planar_10bpp
350 colors_top[(x+0) * 7 / width].y << 2,
351 colors_top[(x+1) * 7 / width].y << 2,
352 colors_top[(x+2) * 7 / width].y << 2,
353 colors_top[(x+3) * 7 / width].y << 2);
393 colors_top[(
437 const struct color_yuv colors_top[] = { local in function:fill_smpte_yuv_packed
536 const uint16_t colors_top[] = { local in function:fill_smpte_rgb16
597 const struct color_rgb24 colors_top[] = { local in function:fill_smpte_rgb24
660 const uint32_t colors_top[] = { local in function:fill_smpte_rgb32
721 const uint64_t colors_top[] = { local in function:fill_smpte_rgb16fp
[all...]

Completed in 3 milliseconds