Searched refs:frgb (Results 1 – 1 of 1) sorted by relevance
184 const struct color_encoding_format *frgb = lookup_fourcc(to_fourcc); in igt_ycbcr_to_rgb_matrix() local185 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() local204 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()