Home
last modified time | relevance | path

Searched refs:fycbcr (Results 1 – 1 of 1) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_color_encoding.c183 const struct color_encoding_format *fycbcr = lookup_fourcc(from_fourcc); in igt_ycbcr_to_rgb_matrix() local
185 float scale = frgb->max_val / fycbcr->max_val; in igt_ycbcr_to_rgb_matrix()
187 igt_assert(fycbcr->ofs_y && !frgb->ofs_y); in igt_ycbcr_to_rgb_matrix()
189 …ert_matrix(color_range, scale, fycbcr->ofs_y, fycbcr->max_y, fycbcr->ofs_cbcr, fycbcr->mid_cbcr, f… in igt_ycbcr_to_rgb_matrix()
202 const struct color_encoding_format *fycbcr = lookup_fourcc(to_fourcc); in igt_rgb_to_ycbcr_matrix() local
204 float scale = fycbcr->max_val / frgb->max_val; in igt_rgb_to_ycbcr_matrix()
206 igt_assert(fycbcr->ofs_y && !frgb->ofs_y); in igt_rgb_to_ycbcr_matrix()
209 …ert_matrix(color_range, scale, fycbcr->ofs_y, fycbcr->max_y, fycbcr->ofs_cbcr, fycbcr->mid_cbcr, f… in igt_rgb_to_ycbcr_matrix()