bias 483 3rdparty/libjasper/jas_cm.c int bias; bias 531 3rdparty/libjasper/jas_cm.c bias = fmt->sgnd ? (1 << (fmt->prec - 1)) : 0; bias 537 3rdparty/libjasper/jas_cm.c *bufptr = (v - bias) / scale; bias 559 3rdparty/libjasper/jas_cm.c bias = fmt->sgnd ? (1 << (fmt->prec - 1)) : 0; bias 563 3rdparty/libjasper/jas_cm.c v = (*bufptr) * scale + bias; bias 231 3rdparty/libjpeg/jcsample.c register int bias; bias 243 3rdparty/libjpeg/jcsample.c bias = 0; /* bias = 0,1,0,1,... for successive samples */ bias 246 3rdparty/libjpeg/jcsample.c + bias) >> 1); bias 247 3rdparty/libjpeg/jcsample.c bias ^= 1; /* 0=>1, 1=>0 */ bias 268 3rdparty/libjpeg/jcsample.c register int bias; bias 282 3rdparty/libjpeg/jcsample.c bias = 1; /* bias = 1,2,1,2,... for successive samples */ bias 286 3rdparty/libjpeg/jcsample.c + bias) >> 2); bias 287 3rdparty/libjpeg/jcsample.c bias ^= 3; /* 1=>2, 2=>1 */ bias 151 3rdparty/libwebp/enc/quant.c const int bias = kBiasMatrices[type][j]; bias 153 3rdparty/libwebp/enc/quant.c m->bias_[j] = BIAS(bias); bias 155 3rdparty/libwebp/enc/quant.c m->zthresh_[j] = ((256 /*+ kCoeffThresh[j]*/ - bias) * m->q_[j] + 127) >> 8; bias 260 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp const int bias = 0x20; bias 280 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[ 0] = d[ 0] - d[ 4] + bias; bias 281 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[ 1] = d[ 4] - d[ 8] + bias; bias 282 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[ 2] = d[ 8] - d[12] + bias; bias 284 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[ 3] = d[ 0] - d[ 1] + bias; bias 285 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[ 4] = d[ 4] - d[ 5] + bias; bias 286 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[ 5] = d[ 8] - d[ 9] + bias; bias 287 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[ 6] = d[12] - d[13] + bias; bias 289 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[ 7] = d[ 1] - d[ 2] + bias; bias 290 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[ 8] = d[ 5] - d[ 6] + bias; bias 291 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[ 9] = d[ 9] - d[10] + bias; bias 292 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[10] = d[13] - d[14] + bias; bias 294 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[11] = d[ 2] - d[ 3] + bias; bias 295 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[12] = d[ 6] - d[ 7] + bias; bias 296 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[13] = d[10] - d[11] + bias; bias 297 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp r[14] = d[14] - d[15] + bias; bias 313 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp if (rMin == bias && rMax == bias && optFlatFields) bias 381 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp unsigned short bias = (0x20 << shift); bias 383 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[ 4] = s[ 0] + ((((b[ 2] << 4) | (b[ 3] >> 4)) & 0x3f) << shift) - bias; bias 384 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[ 8] = s[ 4] + ((((b[ 3] << 2) | (b[ 4] >> 6)) & 0x3f) << shift) - bias; bias 385 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[12] = s[ 8] + ((b[ 4] & 0x3f) << shift) - bias; bias 387 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[ 1] = s[ 0] + ((b[ 5] >> 2) << shift) - bias; bias 388 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[ 5] = s[ 4] + ((((b[ 5] << 4) | (b[ 6] >> 4)) & 0x3f) << shift) - bias; bias 389 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[ 9] = s[ 8] + ((((b[ 6] << 2) | (b[ 7] >> 6)) & 0x3f) << shift) - bias; bias 390 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[13] = s[12] + ((b[ 7] & 0x3f) << shift) - bias; bias 392 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[ 2] = s[ 1] + ((b[ 8] >> 2) << shift) - bias; bias 393 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[ 6] = s[ 5] + ((((b[ 8] << 4) | (b[ 9] >> 4)) & 0x3f) << shift) - bias; bias 394 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[10] = s[ 9] + ((((b[ 9] << 2) | (b[10] >> 6)) & 0x3f) << shift) - bias; bias 395 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[14] = s[13] + ((b[10] & 0x3f) << shift) - bias; bias 397 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[ 3] = s[ 2] + ((b[11] >> 2) << shift) - bias; bias 398 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[ 7] = s[ 6] + ((((b[11] << 4) | (b[12] >> 4)) & 0x3f) << shift) - bias; bias 399 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[11] = s[10] + ((((b[12] << 2) | (b[13] >> 6)) & 0x3f) << shift) - bias; bias 400 3rdparty/openexr/IlmImf/ImfB44Compressor.cpp s[15] = s[14] + ((b[13] & 0x3f) << shift) - bias; bias 1860 apps/traincascade/old_ml.hpp virtual void calc_activ_func_deriv( CvMat* xf, CvMat* deriv, const double* bias ) const; bias 1874 apps/traincascade/old_ml.hpp virtual void calc_activ_func( CvMat* xf, const double* bias ) const; bias 533 modules/imgproc/test/test_color.cpp double bias = depth == CV_8U ? 128 : depth == CV_16U ? 32768 : 0.5; bias 548 modules/imgproc/test/test_color.cpp double cr = M[3]*r + M[4]*g + M[5]*b + bias; bias 549 modules/imgproc/test/test_color.cpp double cb = M[6]*r + M[7]*g + M[8]*b + bias; bias 560 modules/imgproc/test/test_color.cpp double bias = depth == CV_8U ? 128 : depth == CV_16U ? 32768 : 0.5; bias 572 modules/imgproc/test/test_color.cpp double cr = src_row[j+1] - bias; bias 573 modules/imgproc/test/test_color.cpp double cb = src_row[j+2] - bias; bias 373 modules/ml/src/ann_mlp.cpp const double* bias = w.ptr<double>(w.rows-1); bias 400 modules/ml/src/ann_mlp.cpp data[j] = (data[j] + bias[j])*scale; bias 413 modules/ml/src/ann_mlp.cpp double t = data[j] + bias[j]; bias 457 modules/ml/src/ann_mlp.cpp const double* bias = w.ptr<double>(w.rows-1); bias 469 modules/ml/src/ann_mlp.cpp xf[j] += bias[j]; bias 485 modules/ml/src/ann_mlp.cpp double t = xf[j] + bias[j]; bias 513 modules/ml/src/ann_mlp.cpp xf[j] = (xf[j] + bias[j])*scale; bias 366 modules/photo/include/opencv2/photo.hpp CV_WRAP virtual void setBias(float bias) = 0; bias 377 modules/photo/include/opencv2/photo.hpp CV_EXPORTS_W Ptr<TonemapDrago> createTonemapDrago(float gamma = 1.0f, float saturation = 1.0f, float bias = 0.85f); bias 142 modules/photo/src/tonemap.cpp pow(gray_img / static_cast<float>(max), logf(bias) / logf(0.5f), div); bias 159 modules/photo/src/tonemap.cpp float getBias() const { return bias; } bias 160 modules/photo/src/tonemap.cpp void setBias(float val) { bias = val; } bias 166 modules/photo/src/tonemap.cpp << "bias" << bias bias 175 modules/photo/src/tonemap.cpp bias = fn["bias"]; bias 181 modules/photo/src/tonemap.cpp float gamma, saturation, bias; bias 184 modules/photo/src/tonemap.cpp Ptr<TonemapDrago> createTonemapDrago(float gamma, float saturation, float bias) bias 186 modules/photo/src/tonemap.cpp return makePtr<TonemapDragoImpl>(gamma, saturation, bias);