Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_linearization_info.cpp525 uint32 b2_phase = 0; in Process() local
533 b2_phase = dstCol % b2_count; in Process()
545 x -= b2 [b2_phase]; in Process()
547 if (++b2_phase == b2_count) in Process()
549 b2_phase = 0; in Process()
676 uint32 b2_phase = 0; in Process() local
684 b2_phase = dstCol % b2_count; in Process()
705 x -= b2 [b2_phase]; in Process()
707 if (++b2_phase == b2_count) in Process()
709 b2_phase = 0; in Process()
[all …]