Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_color_encoding.c184 const struct color_encoding_format *frgb = lookup_fourcc(to_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()
201 const struct color_encoding_format *frgb = lookup_fourcc(from_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()