Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_misc_opcodes.cpp632 uint32 colPitch = fAreaSpec.ColPitch (); in ProcessArea() local
655 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea()
678 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea()
694 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea()
708 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea()
729 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea()
749 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea()
770 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea()
792 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea()
994 uint32 colPitch = fAreaSpec.ColPitch (); in ProcessArea() local
[all …]
Ddng_gain_map.cpp557 uint32 colPitch = fAreaSpec.ColPitch (); in ProcessArea() local
578 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea()
585 for (uint32 j = 0; j < colPitch; j++) in ProcessArea()
Ddng_misc_opcodes.h89 uint32 colPitch = 1)
95 , fColPitch (colPitch) in fArea()