Searched refs:colors_middle (Results 1 – 1 of 1) sorted by relevance
95 const struct color_yuv colors_middle[] = { in fill_smpte_yuv_planar() local129 y_mem[x] = colors_middle[x * 7 / width].y; in fill_smpte_yuv_planar()155 u_mem[x * cs / xsub] = colors_middle[x * 7 / width].u; in fill_smpte_yuv_planar()156 v_mem[x * cs / xsub] = colors_middle[x * 7 / width].v; in fill_smpte_yuv_planar()198 const uint16_t colors_middle[] = { in fill_smpte_rgb16() local226 ((uint16_t *)mem)[x] = colors_middle[x * 7 / width]; in fill_smpte_rgb16()259 const struct color_rgb24 colors_middle[] = { in fill_smpte_rgb24() local287 ((struct color_rgb24 *)mem)[x] = colors_middle[x * 7 / width]; in fill_smpte_rgb24()320 const uint32_t colors_middle[] = { in fill_smpte_rgb32() local348 ((uint32_t *)mem)[x] = colors_middle[x * 7 / width]; in fill_smpte_rgb32()