gallium/auxiliary/vl: Fix RGB->YCbCr full range matrix
authorDavid Rosca <nowrep@gmail.com>
Wed, 19 Jul 2023 10:10:21 +0000 (12:10 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 21 Jul 2023 15:16:26 +0000 (15:16 +0000)
commit0bd9ab232baf5dfb499f5a5148e74a79df07cae1
tree9c05a5851bd7de4f093c51e8d55fe8acfddf21a3
parent0195e1204b6c49cd7851c590c93bb1a3dcf1d6ee
gallium/auxiliary/vl: Fix RGB->YCbCr full range matrix

Also rename it to bt_709_rev_full as there already
is bt_709 which is used for YCbCr->RGB.

Fixes: 8a21efce3a2 ("frontends/va: Add postproc support for converting to full range")

Reviewed-by: Leo Liu <leo.liu@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24238>
src/gallium/auxiliary/vl/vl_csc.c