/external/libjpeg-turbo/ |
D | rdppm.c | 71 int maxval; member 95 read_pbm_integer (j_compress_ptr cinfo, FILE * infile, int maxval) in read_pbm_integer() 147 int maxval = source->maxval; in get_text_gray_row() local 166 int maxval = source->maxval; in get_text_rgb_row() local 300 unsigned int w, h, maxval; in start_input_ppm() local
|
D | rdcolmap.c | 174 unsigned int w, h, maxval, row, col; in read_ppm_map() local
|
/external/opencv3/modules/imgproc/perf/ |
D | perf_threshold.cpp | 31 double maxval = theRNG().uniform(1, 254); in PERF_TEST_P() local 50 double maxval = theRNG().uniform(1, 254); in PERF_TEST_P() local
|
/external/fonttools/Lib/fontTools/misc/ |
D | xmlReader.py | 121 def __init__(self, title, maxval=100): argument 124 def set(self, val, maxval=None): argument
|
/external/opencv/cv/src/ |
D | cvthresh.cpp | 46 CvSize roi, uchar thresh, uchar maxval, int type ) in icvThresh_8u_C1R() 114 CvSize roi, float thresh, float maxval, int type ) in icvThresh_32f_C1R() 297 cvThreshold( const void* srcarr, void* dstarr, double thresh, double maxval, int type ) in cvThreshold()
|
/external/opencv3/modules/imgproc/src/ |
D | thresh.cpp | 50 thresh_8u( const Mat& _src, Mat& _dst, uchar thresh, uchar maxval, int type ) in thresh_8u() 389 thresh_16s( const Mat& _src, Mat& _dst, short thresh, short maxval, int type ) in thresh_16s() 658 thresh_32f( const Mat& _src, Mat& _dst, float thresh, float maxval, int type ) in thresh_32f() 1133 double maxval; member in cv::ThresholdRunner 1139 static bool ocl_threshold( InputArray _src, OutputArray _dst, double & thresh, double maxval, int t… in ocl_threshold() 1186 double cv::threshold( InputArray _src, OutputArray _dst, double thresh, double maxval, int type ) in threshold() 1338 cvThreshold( const void* srcarr, void* dstarr, double thresh, double maxval, int type ) in cvThreshold()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg2000.cpp | 221 int maxval = 1 << jas_image_cmptprec( m_image, cmptlut[i] ); in ReadData() local 261 int maxval, int offset, int ncmpts ) in ReadComponent8u() 323 int maxval, int offset, int ncmpts ) in ReadComponent16u()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg2000.cpp | 241 int maxval = 1 << jas_image_cmptprec( image, cmptlut[i] ); in readData() local 288 int maxval, int offset, int ncmpts ) in readComponent8u() 352 int maxval, int offset, int ncmpts ) in readComponent16u()
|
/external/libopus/celt/ |
D | mathops.h | 50 opus_val16 maxval = 0; in celt_maxabs16() local 66 opus_val32 maxval = 0; in celt_maxabs32() local
|
/external/libpng/contrib/gregbook/ |
D | readppm.c | 84 int maxval; in readpng_init() local
|
D | wpng.c | 170 int maxval; in main() local
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
D | CPPTarget.java | 133 int maxval = 255; // codegen.grammar.get????(); in getMaxCharValue() local
|
/external/libvorbis/vq/ |
D | huffbuild.c | 67 int maxval=0; in main() local
|
D | bookutil.c | 55 int maxval = book->minval + book->delta*(book->quantvals-1); in _best() local
|
/external/opencv3/modules/calib3d/src/ |
D | levmarq.cpp | 158 double maxval = DBL_EPSILON; in run() local
|
/external/libopus/src/ |
D | opus.c | 72 float maxval; in opus_pcm_soft_clip() local
|
/external/libvorbis/lib/ |
D | floor0.c | 164 long maxval=(1<<info->ampbits)-1; in floor0_inverse1() local
|
/external/opencv3/modules/imgproc/test/ |
D | test_thresh.cpp | 123 float thresh, float maxval, int thresh_type ) in test_threshold()
|
/external/libpng/contrib/pngminus/ |
D | pnm2png.c | 210 png_uint_32 maxval; in pnm2png() local
|
/external/tremolo/Tremolo/ |
D | floor0.c | 407 long maxval=(1<<info->ampbits)-1; in floor0_inverse1() local
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
D | intset.py | 178 def _iterranges(self,r1,r2,minval=_MININF,maxval=_MAXINF): argument
|
/external/opencv3/3rdparty/libjasper/ |
D | jas_seq.c | 276 void jas_matrix_clip(jas_matrix_t *matrix, jas_seqent_t minval, jas_seqent_t maxval) in jas_matrix_clip()
|
/external/opencv3/modules/core/src/ |
D | stat.cpp | 1888 static void minMaxIdx_8u(const uchar* src, const uchar* mask, int* minval, int* maxval, in minMaxIdx_8u() 1892 static void minMaxIdx_8s(const schar* src, const uchar* mask, int* minval, int* maxval, in minMaxIdx_8s() 1896 static void minMaxIdx_16u(const ushort* src, const uchar* mask, int* minval, int* maxval, in minMaxIdx_16u() 1900 static void minMaxIdx_16s(const short* src, const uchar* mask, int* minval, int* maxval, in minMaxIdx_16s() 1904 static void minMaxIdx_32s(const int* src, const uchar* mask, int* minval, int* maxval, in minMaxIdx_32s() 1908 static void minMaxIdx_32f(const float* src, const uchar* mask, float* minval, float* maxval, in minMaxIdx_32f() 1912 static void minMaxIdx_64f(const double* src, const uchar* mask, double* minval, double* maxval, in minMaxIdx_64f() 1961 …T maxval = std::numeric_limits<T>::min() > 0 ? -std::numeric_limits<T>::max() : std::numeric_limit… in getMinMaxRes() local 2306 int *minval = &iminval, *maxval = &imaxval; in minMaxIdx() local
|
D | downhill_simplex.cpp | 331 double minval, maxval; in innerDownhillSimplex() local
|
/external/fio/ |
D | parse.h | 52 unsigned int maxval; /* max and min value */ member
|