Searched refs:matrix_to_copy (Results 1 – 1 of 1) sorted by relevance
886 const struct conversion_matrix *matrix_to_copy; in get_conversion_matrix_to_argb_u16() local904 matrix_to_copy = limited_range ? &yuv_bt601_limited : in get_conversion_matrix_to_argb_u16()908 matrix_to_copy = limited_range ? &yuv_bt709_limited : in get_conversion_matrix_to_argb_u16()912 matrix_to_copy = limited_range ? &yuv_bt2020_limited : in get_conversion_matrix_to_argb_u16()916 matrix_to_copy = &no_operation; in get_conversion_matrix_to_argb_u16()921 memcpy(matrix, matrix_to_copy, sizeof(*matrix_to_copy)); in get_conversion_matrix_to_argb_u16()