Skip to content

Commit 1a30aed

Browse files
author
Alex Fry
committed
automated embedded LUTs in the DCTL versions
1 parent d4e8c53 commit 1a30aed

11 files changed

+23
-58
lines changed

DaVinci Resolve/ACES Transforms/ODT/ACES2 Candidates rev009/ACES2 CandidateA rev009 Rec2100 (Rec709 sim).dctl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
DEFINE_ACES_PARAM(IS_PARAMETRIC_ACES_TRANSFORM: 0)
22

3-
43
__DEVICE__ float lin_to_ACEScct(float in) {
54
if (in <= 0.0078125f) {
65
return 10.5402377416545f * in + 0.0729055341958355f;

DaVinci Resolve/ACES Transforms/ODT/ACES2 Candidates rev009/ACES2 CandidateA rev009 Rec2100.dctl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
DEFINE_ACES_PARAM(IS_PARAMETRIC_ACES_TRANSFORM: 0)
22

3-
43
__DEVICE__ float lin_to_ACEScct(float in) {
54
if (in <= 0.0078125f) {
65
return 10.5402377416545f * in + 0.0729055341958355f;
@@ -25,7 +24,6 @@ __DEVICE__ float3 transform(int p_Width, int p_Height, int p_X, int p_Y, float p
2524
}
2625

2726

28-
2927
DEFINE_CUBE_LUT(DRTLUT)
3028
{
3129
TITLE "Generated by Foundry::LUT"

DaVinci Resolve/ACES Transforms/ODT/ACES2 Candidates rev009/ACES2 CandidateB rev009 Rec2100 (Rec709 sim).dctl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
DEFINE_ACES_PARAM(IS_PARAMETRIC_ACES_TRANSFORM: 0)
22

3-
43
__DEVICE__ float lin_to_ACEScct(float in) {
54
if (in <= 0.0078125f) {
65
return 10.5402377416545f * in + 0.0729055341958355f;
@@ -25,7 +24,6 @@ __DEVICE__ float3 transform(int p_Width, int p_Height, int p_X, int p_Y, float p
2524
}
2625

2726

28-
2927
DEFINE_CUBE_LUT(DRTLUT)
3028
{
3129
TITLE "Generated by Foundry::LUT"

DaVinci Resolve/ACES Transforms/ODT/ACES2 Candidates rev009/ACES2 CandidateB rev009 Rec2100.dctl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
DEFINE_ACES_PARAM(IS_PARAMETRIC_ACES_TRANSFORM: 0)
22

3-
43
__DEVICE__ float lin_to_ACEScct(float in) {
54
if (in <= 0.0078125f) {
65
return 10.5402377416545f * in + 0.0729055341958355f;

0 commit comments

Comments
 (0)