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

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

Completed in 22 milliseconds