Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp756 int smooth_val = ( in GenerateQuarterResImage() local
761 *out_row_ptr++ = (unsigned char) smooth_val; in GenerateQuarterResImage()
763 if ( (smooth_val < 0) || (smooth_val > 255)) in GenerateQuarterResImage()
779 int smooth_val = ( in GenerateQuarterResImage() local
784 *out_row_ptr++ = (unsigned char)smooth_val; in GenerateQuarterResImage()
786 if ( (smooth_val < 0) || (smooth_val > 255)) in GenerateQuarterResImage()