conversion_matrix
struct conversion_matrix matrix;
struct conversion_matrix conversion_matrix;
struct pixel_argb_u16 argb_u16_from_yuv161616(const struct conversion_matrix *matrix,
const struct conversion_matrix *conversion_matrix = &plane->conversion_matrix; \
*out_pixel = (callback)(conversion_matrix, __VA_ARGS__); \
const struct conversion_matrix *conversion_matrix = &plane->conversion_matrix;
*out_pixel = argb_u16_from_yuv161616(conversion_matrix,
static const struct conversion_matrix no_operation = {
static const struct conversion_matrix yuv_bt601_full = {
static const struct conversion_matrix yuv_bt601_limited = {
static const struct conversion_matrix yuv_bt709_full = {
static const struct conversion_matrix yuv_bt709_limited = {
static const struct conversion_matrix yuv_bt2020_full = {
static const struct conversion_matrix yuv_bt2020_limited = {
static void swap_uv_columns(struct conversion_matrix *matrix)
struct conversion_matrix *matrix)
const struct conversion_matrix *matrix_to_copy;
struct conversion_matrix *matrix);
struct pixel_argb_u16 argb_u16_from_yuv161616(const struct conversion_matrix *matrix,
&vkms_plane_state->conversion_matrix);