sharpyuv: increase precision of gamma<->linear conversion

Change-Id: I261bae3628315bda4ec0dafb8798c7512dd03a36
This commit is contained in:
Maryla
2022-06-01 15:38:44 +02:00
parent 266cbbc511
commit 2d607ee646
8 changed files with 173 additions and 120 deletions

View File

@ -37,6 +37,7 @@ sharpyuv_srcs := \
sharpyuv/sharpyuv.c \
sharpyuv/sharpyuv_csp.c \
sharpyuv/sharpyuv_dsp.c \
sharpyuv/sharpyuv_gamma.c \
sharpyuv/sharpyuv_neon.$(NEON) \
sharpyuv/sharpyuv_sse2.c \