MCPcopy Create free account
hub / github.com/NVIDIA/DALI / blue_position

Function blue_position

dali/test/python/debayer_test_utils.py:32–34  ·  view source on GitHub ↗
(pattern)

Source from the content-addressed store, hash-verified

30
31
32def blue_position(pattern):
33 assert 0 <= pattern <= 3
34 return pattern // 2, pattern % 2
35
36
37def blue_position2pattern(blue_position):

Callers 5

sample_genFunction · 0.90
sample_genFunction · 0.90
debayer_pipelineMethod · 0.90
sourceMethod · 0.90
setUpClassMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected