Searched defs:b2_count (Results 1 - 1 of 1) sorted by relevance

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

Completed in 43 milliseconds