Lines Matching full:black

15  * Support for linearization table and black level tags.
54 /// Can be optionally used by DNG readers to measure the black encoding level.
56 …/// If the raw image data has already had its black encoding level subtracted, then this tag should
58 …/// Note that DNG writers are still required to include an estimate and store the black encoding l…
59 /// using the black level DNG tags. Support for the MaskedAreas tag is not required of DNG
80 …/// Repeating pattern of black level deltas fBlackLevelRepeatRows by fBlackLevelRepeatCols in size.
84 … double-precision floating point deltas between baseline black level and a given column's black le…
88 …of double-precision floating point deltas between baseline black level and a given row's black lev…
115 /// Compute the maximum black level for a given sample plane taking into account base
116 /// black level, repeated black level patter, and row/column delta maps.
129 /// Compute black level for one coordinate and sample plane in the image.
130 /// \param row Row to compute black level for.
131 /// \param col Column to compute black level for.
132 /// \param plane Sample plane to compute black level for.
138 /// Number of per-row black level deltas in fBlackDeltaV.
142 /// Lookup black level delta for a given row.
143 /// \param row Row to get black level for.
144 /// \retval black level for indicated row.
148 /// Number of per-column black level deltas in fBlackDeltaV.
152 /// Lookup black level delta for a given column.
153 /// \param col Column to get black level for.
154 /// \retval black level for indicated column.