Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_stab/src/dbreg/
Ddbreg.cpp757 int smooth_val = ( in GenerateQuarterResImage() local
762 *out_row_ptr++ = (unsigned char) smooth_val; in GenerateQuarterResImage()
764 if ( (smooth_val < 0) || (smooth_val > 255)) in GenerateQuarterResImage()
780 int smooth_val = ( in GenerateQuarterResImage() local
785 *out_row_ptr++ = (unsigned char)smooth_val; in GenerateQuarterResImage()
787 if ( (smooth_val < 0) || (smooth_val > 255)) in GenerateQuarterResImage()