Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_linearization_info.cpp524 uint32 b2_count = fBlack_2D_cols; in Process() local
527 if (b2_count) in Process()
531 b2_count * (dstRow % fBlack_2D_rows); in Process()
533 b2_phase = dstCol % b2_count; in Process()
542 if (b2_count) in Process()
547 if (++b2_phase == b2_count) in Process()
675 uint32 b2_count = fBlack_2D_cols; in Process() local
678 if (b2_count) in Process()
682 b2_count * (dstRow % fBlack_2D_rows); in Process()
684 b2_phase = dstCol % b2_count; in Process()
[all …]