Searched refs:colors_bottom (Results 1 – 1 of 1) sorted by relevance
104 const struct color_yuv colors_bottom[] = { in fill_smpte_yuv_planar() local135 y_mem[x] = colors_bottom[x * 4 / (width * 5 / 7)].y; in fill_smpte_yuv_planar()137 y_mem[x] = colors_bottom[(x - width * 5 / 7) * 3 / (width / 7) + 4].y; in fill_smpte_yuv_planar()139 y_mem[x] = colors_bottom[7].y; in fill_smpte_yuv_planar()165 colors_bottom[x * 4 / (width * 5 / 7)].u; in fill_smpte_yuv_planar()167 colors_bottom[x * 4 / (width * 5 / 7)].v; in fill_smpte_yuv_planar()170 u_mem[x * cs / xsub] = colors_bottom[(x - width * 5 / 7) * 3 / (width / 7) + 4].u; in fill_smpte_yuv_planar()171 v_mem[x * cs / xsub] = colors_bottom[(x - width * 5 / 7) * 3 / (width / 7) + 4].v; in fill_smpte_yuv_planar()174 u_mem[x * cs / xsub] = colors_bottom[7].u; in fill_smpte_yuv_planar()175 v_mem[x * cs / xsub] = colors_bottom[7].v; in fill_smpte_yuv_planar()[all …]