Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ functions
Functions
8,142 in github.com/AcademySoftwareFoundation/OpenColorIO
⨍
Functions
8,142
◇
Types & classes
1,030
↳
Endpoints
5
↓ 7 callers
Method
get_view_type_icon
(cls, view_type: ViewType)
src/apps/ocioview/ocioview/items/view_model.py:42
↓ 7 callers
Method
get_views
:param display: OCIO display to get views for :param color_space_name: Contextual input color space name (for viewing rul
src/apps/ocioview/ocioview/config_cache.py:430
↓ 7 callers
Method
increaseRulePriority
src/OpenColorIO/FileRules.cpp:862
↓ 7 callers
Function
isEnvPresent
src/OpenColorIO/Platform.cpp:144
↓ 7 callers
Method
isLookup
NB: 1D LUT as Lookup table is so important for the performance that having a way to test it is critical.
src/OpenColorIO/ops/lut1d/Lut1DOpCPU.cpp:78
↓ 7 callers
Method
isRGBAPacked
src/OpenColorIO/ImageDesc.cpp:104
↓ 7 callers
Function
k
()
docs/site/static/plugins/jquery/jquery.min.js:3
↓ 7 callers
Method
mergeConfigs
src/OpenColorIO/apphelpers/mergeconfigs/MergeConfigsHelpers.cpp:681
↓ 7 callers
Method
model
(self)
src/apps/ocioview/ocioview/items/config_item_edit.py:308
↓ 7 callers
Function
na
(a)
docs/site/static/plugins/jquery/jquery.min.js:2
↓ 7 callers
Method
optimizeForBitdepth
src/OpenColorIO/OpOptimizers.cpp:758
↓ 7 callers
Function
patch_node
(node, text=None, children=None, *, constructor=None)
share/docs/prettymethods.py:62
↓ 7 callers
Method
register_reset_callback
:param callback: Callable to call whenever the cache is cleared, which should reset external caches tied to this clas
src/apps/ocioview/ocioview/config_cache.py:65
↓ 7 callers
Method
sampleTex1D
src/OpenColorIO/GpuShaderUtils.cpp:904
↓ 7 callers
Method
sampleTex2D
src/OpenColorIO/GpuShaderUtils.cpp:910
↓ 7 callers
Method
scales
src/OpenColorIO/ops/range/RangeOpData.cpp:332
↓ 7 callers
Method
setConfigIOProxy
src/OpenColorIO/Config.cpp:5995
↓ 7 callers
Method
setFileRules
src/OpenColorIO/apphelpers/mergeconfigs/MergeConfigsHelpers.cpp:253
↓ 7 callers
Method
setInverseTransform
src/OpenColorIO/Look.cpp:126
↓ 7 callers
Method
setOffset
(float[] offset4)
src/bindings/java/org/OpenColorIO/MatrixTransform.java:17
↓ 7 callers
Method
setOutputRawHalfs
src/OpenColorIO/ops/lut1d/Lut1DOpData.cpp:369
↓ 7 callers
Method
setPixelName
src/OpenColorIO/GpuShaderDesc.cpp:160
↓ 7 callers
Method
setSlope
(float[] rgb)
src/bindings/java/org/OpenColorIO/CDLTransform.java:16
↓ 7 callers
Method
setSrc
(String src)
src/bindings/java/org/OpenColorIO/LookTransform.java:13
↓ 7 callers
Method
setTransform
src/OpenColorIO/ViewTransform.cpp:228
↓ 7 callers
Method
setValue
(float[] vec4)
src/bindings/java/org/OpenColorIO/ExponentTransform.java:12
↓ 7 callers
Function
sseLog2
log2 function in SSE version 2 The function log2() is evaluated by performing argument reduction and then using Chebyshev polynomials to evaluate the
src/OpenColorIO/SSE.h:184
↓ 7 callers
Method
start
src/OpenColorIO/fileformats/cdl/CDLReaderHelper.cpp:20
↓ 7 callers
Method
supportedByLegacyShader
Is this op supported by the legacy shader text generator?
src/OpenColorIO/Op.h:248
↓ 7 callers
Method
transform_count
:return: Number of transforms in stack
src/apps/ocioview/ocioview/transforms/transform_edit_stack.py:193
↓ 7 callers
Method
upgradeToLatestVersion
src/OpenColorIO/Config.cpp:1332
↓ 7 callers
Method
validateDynamicProperties
Warn if there is more than one property of a given type that is currently dynamic. There may be more than one property of a given type, but only one
src/OpenColorIO/Op.cpp:424
↓ 6 callers
Function
Add3GammaCurves
src/apps/ociobakelut/ocioicc.cpp:39
↓ 6 callers
Function
AddElement
src/OpenColorIO/apphelpers/CategoryHelpers.cpp:25
↓ 6 callers
Function
AddULP
Add a number of ULPs (Unit of Least Precision) to a given floating-point number. f : original floating-point number ulp : the number of ULPs to be ad
src/OpenColorIO/MathUtils.h:190
↓ 6 callers
Function
AllocationToString
src/OpenColorIO/ParseUtils.cpp:218
↓ 6 callers
Function
ApplyScale
src/OpenColorIO/ops/log/LogOpCPU.cpp:349
↓ 6 callers
Method
AreViewsEqual
src/OpenColorIO/Config.cpp:3557
↓ 6 callers
Function
AsGradingTone
src/OpenColorIO/DynamicProperty.cpp:42
↓ 6 callers
Function
BuildColorSpaceToReferenceOps
src/OpenColorIO/transforms/ColorSpaceTransform.cpp:272
↓ 6 callers
Function
BuildExponentOp
src/OpenColorIO/ops/gamma/GammaOp.cpp:190
↓ 6 callers
Function
BuildRangeOp
src/OpenColorIO/ops/range/RangeOp.cpp:263
↓ 6 callers
Function
CheckLUT3DIndex
src/OpenColorIO/transforms/Lut3DTransform.cpp:114
↓ 6 callers
Function
FinalizeOps
src/OpenColorIO/OpOptimizers.cpp:132
↓ 6 callers
Function
FindDelim
Find the position of the next delimiter in the string. Delimiters checked are spaces and commas.
src/OpenColorIO/fileformats/xmlutils/XMLReaderUtils.h:105
↓ 6 callers
Function
FindLutInv
Calculate the inverse of a value resulting from linear interpolation in a 1d LUT. start: Pointer to the first effective LUT entry (end of flat s
src/OpenColorIO/ops/lut1d/Lut1DOpCPU.cpp:1013
↓ 6 callers
Function
GenerateOps
src/OpenColorIO/transforms/builtins/ACES.cpp:31
↓ 6 callers
Function
Get3DLutEdgeLenFromNumPixels
src/OpenColorIO/ops/lut3d/Lut3DOp.cpp:59
↓ 6 callers
Function
GetErrorMessage
tests/cpu/ops/lut1d/Lut1DOpCPU_tests.cpp:1454
↓ 6 callers
Function
GetFormatName
tests/cpu/transforms/GroupTransform_tests.cpp:55
↓ 6 callers
Method
GetNumParam
ext/sampleicc/src/include/iccProfileReader.h:552
↓ 6 callers
Function
GradingTone
include/OpenColorIO/OpenColorTransforms.h:683
↓ 6 callers
Function
InitLogging
You must manually acquire the logging mutex before calling this. This will set g_logginglevel, g_initialized, g_loggingOverride
src/OpenColorIO/Logging.cpp:32
↓ 6 callers
Function
IsInfinity
tests/cpu/SSE_tests.cpp:52
↓ 6 callers
Function
IsSpace
Is c a 'space' character ( '\n', '\t', ' ' ... )? Note: Do not use the std::isspace which is very slow.
src/OpenColorIO/fileformats/xmlutils/XMLReaderUtils.h:66
↓ 6 callers
Function
LeftTrim
Starting from the left, trim the character.
src/utils/StringUtils.h:113
↓ 6 callers
Method
LogTransform
()
src/bindings/java/org/OpenColorIO/LogTransform.java:9
↓ 6 callers
Method
LoggingLevelToString
(LoggingLevel level)
src/bindings/java/org/OpenColorIO/Globals.java:20
↓ 6 callers
Function
MakeFastLut1DFromInverse
The domain to use for the FastLut is a challenging problem since we don't know the input and output color space of the LUT. In particular, we don't k
src/OpenColorIO/ops/lut1d/Lut1DOpData.cpp:841
↓ 6 callers
Function
OCIO_ADD_GPU_TEST
tests/gpu/Lut3DOp_test.cpp:41
↓ 6 callers
Function
RGB_to_JMh
src/OpenColorIO/ops/fixedfunction/ACES2/Transform.cpp:203
↓ 6 callers
Function
Read8
ext/sampleicc/src/include/iccProfileReader.h:144
↓ 6 callers
Function
ReadSpi3d
tests/cpu/fileformats/FileFormatSpi3D_tests.cpp:58
↓ 6 callers
Function
RemoveLeadingClampIdentity
src/OpenColorIO/OpOptimizers.cpp:410
↓ 6 callers
Function
RemoveTrailingClampIdentity
src/OpenColorIO/OpOptimizers.cpp:436
↓ 6 callers
Function
ReverseFind
Find the position of 'search' substring starting from the end. It returns std::string::npos if not found.
src/utils/StringUtils.h:247
↓ 6 callers
Function
Set
src/OpenColorIO/ops/gradingtone/GradingToneOpCPU.cpp:255
↓ 6 callers
Function
SetLoggingFunction
src/OpenColorIO/Logging.cpp:115
↓ 6 callers
Function
StringVecToFloatVec
tests/testutils/UnitTest.cpp:25
↓ 6 callers
Function
TestLogParamForStyle
tests/cpu/ops/exposurecontrast/ExposureContrastOpCPU_tests.cpp:379
↓ 6 callers
Function
TestToolsStripBlank
tests/cpu/fileformats/FileFormatDiscreet1DL_tests.cpp:15
↓ 6 callers
Function
ThrowInvalidRegex
src/OpenColorIO/FileRules.cpp:51
↓ 6 callers
Function
Utf16ToUtf8
src/OpenColorIO/Platform.cpp:308
↓ 6 callers
Function
XXH3_mergeAccs
ext/xxHash/src/include/xxhash.h:4416
↓ 6 callers
Function
XXH_xorshift64
! Seems to produce slightly better code on GCC for some reason. */
ext/xxHash/src/include/xxhash.h:3380
↓ 6 callers
Function
_Add_Reach_table
src/OpenColorIO/ops/fixedfunction/FixedFunctionOpGPU.cpp:505
↓ 6 callers
Method
_get_value
:return: Item parameter value referred to by the requested model column. This pulls data from the current config.
src/apps/ocioview/ocioview/items/config_item_model.py:809
↓ 6 callers
Method
_set_ocio_tex_params
Set texture parameters for an OCIO LUT texture based on its type and interpolation. :param tex_type: OpenGL texture type (GL
src/apps/ocioview/ocioview/viewer/image_plane.py:1043
↓ 6 callers
Method
_update_curves
Update X-axis samples and rebuild curves from any cached processor.
src/apps/ocioview/ocioview/inspect/curve_inspector.py:589
↓ 6 callers
Method
addSearchPath
src/OpenColorIO/apphelpers/mergeconfigs/MergeConfigsHelpers.cpp:119
↓ 6 callers
Method
add_argument
Add an argument to this sublist option
src/apputils/argparse.cpp:278
↓ 6 callers
Method
apply
src/OpenColorIO/CPUProcessor.cpp:379
↓ 6 callers
Function
apply_lut_avx
src/OpenColorIO/ops/lut1d/Lut1DOpCPU_AVX.cpp:34
↓ 6 callers
Function
apply_lut_avx2
src/OpenColorIO/ops/lut1d/Lut1DOpCPU_AVX2.cpp:18
↓ 6 callers
Function
apply_lut_avx512
src/OpenColorIO/ops/lut1d/Lut1DOpCPU_AVX512.cpp:18
↓ 6 callers
Function
apply_lut_sse2
src/OpenColorIO/ops/lut1d/Lut1DOpCPU_SSE2.cpp:47
↓ 6 callers
Function
apply_top_tool_bar_style
Applies a style to the provided widget which wraps it in a styled box with rounded top corners, intended as a toolbar visually attached t
src/apps/ocioview/ocioview/style.py:54
↓ 6 callers
Method
attribute
src/libutils/imageioapphelpers/imageio.cpp:205
↓ 6 callers
Function
blendv_avx
src/OpenColorIO/ops/lut3d/Lut3DOpCPU_AVX.cpp:61
↓ 6 callers
Function
blendv_ps_sse2
src/OpenColorIO/ops/lut3d/Lut3DOpCPU_SSE2.cpp:49
↓ 6 callers
Function
check_lut_path
Validate the LUT path and try to fix it if it's a relative path.
src/apps/pyocioamf/pyocioamf.py:61
↓ 6 callers
Method
clearDisplays
src/OpenColorIO/Config.cpp:3807
↓ 6 callers
Method
clearSharedViews
src/OpenColorIO/Config.cpp:3414
↓ 6 callers
Function
cpuid
src/OpenColorIO/CPUInfo.cpp:49
↓ 6 callers
Method
createEditableCopy
src/OpenColorIO/NamedTransform.cpp:22
↓ 6 callers
Function
e
(e)
docs/site/static/plugins/slick/slick.min.js:1
↓ 6 callers
Method
expData
src/OpenColorIO/ops/exponent/ExponentOp.cpp:160
↓ 6 callers
Method
extract_subscription_item_name
(self, item_label: str)
src/apps/ocioview/ocioview/items/view_model.py:296
↓ 6 callers
Method
float4GreaterThan
src/OpenColorIO/GpuShaderUtils.cpp:1183
↓ 6 callers
Function
float_to_uint8
Convert float value to an 8-bit clamped unsigned integer value. :param value: Float value :return: Integer value
src/apps/ocioview/ocioview/utils.py:262
← previous
next →
1,201–1,300 of 8,142, ranked by callers