Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
blue_position(pattern):
33
assert 0 <= pattern <= 3
34
return
pattern // 2, pattern % 2
35
36
37
def
blue_position2pattern(blue_position):
Callers
5
sample_gen
Function · 0.90
sample_gen
Function · 0.90
debayer_pipeline
Method · 0.90
source
Method · 0.90
setUpClass
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected