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

/xsrc/external/mit/libdrm/dist/tests/util/
H A Dpattern.c210 const struct color_yuv colors_bottom[] = { local in function:fill_smpte_yuv_planar
241 y_mem[x] = colors_bottom[x * 4 / (width * 5 / 7)].y;
243 y_mem[x] = colors_bottom[(x - width * 5 / 7) * 3
246 y_mem[x] = colors_bottom[7].y;
272 colors_bottom[x * 4 / (width * 5 / 7)].u;
274 colors_bottom[x * 4 / (width * 5 / 7)].v;
277 u_mem[x*cs/xsub] = colors_bottom[(x - width * 5 / 7) *
279 v_mem[x*cs/xsub] = colors_bottom[(x - width * 5 / 7) *
283 u_mem[x*cs/xsub] = colors_bottom[7].u;
284 v_mem[x*cs/xsub] = colors_bottom[
329 const struct color_yuv colors_bottom[] = { local in function:fill_smpte_yuv_planar_10bpp
455 const struct color_yuv colors_bottom[] = { local in function:fill_smpte_yuv_packed
554 const uint16_t colors_bottom[] = { local in function:fill_smpte_rgb16
615 const struct color_rgb24 colors_bottom[] = { local in function:fill_smpte_rgb24
678 const uint32_t colors_bottom[] = { local in function:fill_smpte_rgb32
739 const uint64_t colors_bottom[] = { local in function:fill_smpte_rgb16fp
[all...]

Completed in 3 milliseconds