Home
last modified time | relevance | path

Searched refs:exposure_index (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/photoflow/.build/data/ocio-configs/aces_1.0.3/python/aces_ocio/colorspaces/
H A Darri.py32 exposure_index, argument
62 name = '%s (EI%s) - %s' % (transfer_function, exposure_index, gamut)
66 name = 'Curve - %s (EI%s)' % (transfer_function, exposure_index)
77 'IDT.ARRI.Alexa-v3-logC-EI%s.a1.v1' % exposure_index)
107 def normalized_log_c_to_linear(code_value, exposure_index): argument
111 gain = exposure_index / nominal_exposure_index
134 return normalized_sensor_to_relative_exposure(ns, exposure_index)
141 data[c] = normalized_log_c_to_linear(c / (lut_resolution_1d - 1), int(exposure_index))
144 '%s_%s' % (transfer_function, exposure_index))
/dports/graphics/photoflow/.build/data/ocio-configs/aces_1.0.2/python/aces_ocio/colorspaces/
H A Darri.py32 exposure_index, argument
62 name = '%s (EI%s) - %s' % (transfer_function, exposure_index, gamut)
66 name = 'Curve - %s (EI%s)' % (transfer_function, exposure_index)
77 'IDT.ARRI.Alexa-v3-logC-EI%s.a1.v1' % exposure_index)
130 def normalized_log_c_to_linear(code_value, exposure_index): argument
131 p = log_c_inverse_parameters_for_EI(exposure_index)
146 int(exposure_index))
149 '%s_%s' % (transfer_function, exposure_index))
/dports/graphics/photoflow/.build/data/ocio-configs/aces_1.0.1/python/aces_ocio/colorspaces/
H A Darri.py32 exposure_index, argument
62 name = '%s (EI%s) - %s' % (transfer_function, exposure_index, gamut)
66 name = 'Curve - %s (EI%s)' % (transfer_function, exposure_index)
77 'IDT.ARRI.Alexa-v3-logC-EI%s.a1.v1' % exposure_index)
130 def normalized_log_c_to_linear(code_value, exposure_index): argument
131 p = log_c_inverse_parameters_for_EI(exposure_index)
146 int(exposure_index))
149 '%s_%s' % (transfer_function, exposure_index))
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/contrib/kaitaistruct/
H A Dexif_be.py303 exposure_index = 37397 variable in ExifBe.IfdField.TagEnum
H A Dexif_le.py303 exposure_index = 37397 variable in ExifLe.IfdField.TagEnum
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dimginfio.cpp542 *aProp = (float)(thePerPictureGroup->exposure_index); in FPX_SetPerPictureGroup()
681 thePerPictureGroup->exposure_index = (float)(*aProp); in FPX_GetPerPictureGroup()
/dports/graphics/libfpx/libfpx-1.3.1-10/
H A Dfpxlib.h1486 float exposure_index; member