HomeSort by relevance Sort by last modified time
    Searched refs:smooth_val (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 757 int smooth_val = ( local
762 *out_row_ptr++ = (unsigned char) smooth_val;
764 if ( (smooth_val < 0) || (smooth_val > 255))
780 int smooth_val = ( local
785 *out_row_ptr++ = (unsigned char)smooth_val;
787 if ( (smooth_val < 0) || (smooth_val > 255))
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 756 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 42 milliseconds