HomeSort by relevance Sort by last modified time
    Searched refs:alpha_ (Results 26 - 50 of 55) sorted by null

12 3

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixMatrix_MKL.h 137 MKLTYPE alpha_; \
139 /* Set alpha_*/ \
140 assign_scalar_eig2mkl<MKLTYPE, EIGTYPE>(alpha_, alpha); \
178 MKLPREFIX##trmm(&side, &uplo, &transa, &diag, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (MKLTYPE*)b, &ldb); \
251 MKLTYPE alpha_; \
253 /* Set alpha_*/ \
254 assign_scalar_eig2mkl<MKLTYPE, EIGTYPE>(alpha_, alpha); \
292 MKLPREFIX##trmm(&side, &uplo, &transa, &diag, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (MKLTYPE*)b, &ldb); \
  /external/opencv3/modules/core/src/
downhill_simplex.cpp 419 double tryNewPoint( Mat& p, Mat& coord_sum, int ihi, double alpha_, Mat& ptry, int& fcount )
423 double alpha = (1.0 - alpha_)/ndim;
424 double beta = alpha - alpha_;
436 void replacePoint( Mat& p, Mat& coord_sum, Mat& y, int ihi, double alpha_, double ytry )
440 double alpha = (1.0 - alpha_)/ndim;
441 double beta = alpha - alpha_;
  /external/opencv3/3rdparty/libwebp/mux/
muxi.h 49 WebPChunk* alpha_; // Corresponds to WEBP_CHUNK_ALPHA. member in struct:WebPMuxImage
196 case WEBP_CHUNK_ALPHA: return (WebPChunk**)&wpi->alpha_;
muxread.c 118 if (wpi->alpha_ != NULL) goto Fail; // Consecutive ALPH chunks.
119 if (ChunkSetNth(&subchunk, &wpi->alpha_, 1) != WEBP_MUX_OK) goto Fail;
215 if (wpi->alpha_ != NULL) goto Err; // Consecutive ALPH chunks.
216 if (ChunkSetNth(&chunk, &wpi->alpha_, 1) != WEBP_MUX_OK) goto Err;
314 const int need_vp8x = (wpi->alpha_ != NULL);
316 const size_t alpha_size = need_vp8x ? ChunkDiskSize(wpi->alpha_) : 0;
336 dst = ChunkListEmit(wpi->alpha_, dst); // ALPH.
muxinternal.c 236 ChunkDelete(wpi->alpha_);
360 if (wpi->alpha_ != NULL) size += ChunkDiskSize(wpi->alpha_);
400 if (wpi->alpha_ != NULL) dst = ChunkEmit(wpi->alpha_, dst);
muxedit.c 170 if (wpi->alpha_ != NULL) {
171 *alpha = wpi->alpha_->data_;
247 // Extracts image & alpha data from the given bitstream and then sets wpi.alpha_
259 &wpi->alpha_);
  /external/webp/src/enc/
analysis.c 70 // set segment susceptibility alpha_ / beta_
94 enc->dqm_[n].alpha_ = clip(alpha, -127, 127);
215 const int alpha = mb->alpha_;
217 mb->alpha_ = centers[map[alpha]]; // for the record.
233 // Number of modes to inspect for alpha_ evaluation. We don't need to test all
356 it->mb_->alpha_ = best_alpha; // for later remapping.
368 mb->alpha_ = 0;
387 enc->dqm_[0].alpha_ = 0;
389 // Note: we can't compute this alpha_ / uv_alpha_ -> set to default value.
390 enc->alpha_ = 0
    [all...]
vp8enci.h 179 uint8_t alpha_; // quantization-susceptibility member in struct:__anon26162
192 int alpha_; // quant-susceptibility, range [-127,127]. Zero is neutral. member in struct:__anon26163
379 int alpha_; // global susceptibility (<=> complexity) member in struct:VP8Encoder
histogram.c 142 ++histo->alpha_[PixOrCopyLiteral(v, 3)];
256 + PopulationCost(p->alpha_, NUM_LITERAL_CODES, NULL)
284 *cost += GetCombinedEntropy(a->alpha_, b->alpha_, NUM_LITERAL_CODES);
368 PopulationCost(h->alpha_, NUM_LITERAL_CODES, &alpha_sym);
    [all...]
backward_references.c 476 double alpha_[VALUES_IN_BYTE]; member in struct:__anon26143
525 VALUES_IN_BYTE, histo->alpha_, m->alpha_);
536 return m->alpha_[v >> 24] +
869 ++histo->alpha_[pix >> 24];
    [all...]
  /external/elfutils/backends/
alpha_symbol.c 38 #define BACKEND alpha_
  /external/ceres-solver/internal/ceres/
dogleg_strategy.cc 190 alpha_ = gradient_.squaredNorm() / Jg.squaredNorm();
217 if (gradient_norm * alpha_ >= radius_) {
233 const double b_dot_a = -alpha_ * gradient_.dot(gauss_newton_step_);
234 const double a_squared_norm = pow(alpha_ * gradient_norm, 2.0);
248 dogleg_step = (-alpha_ * (1.0 - beta)) * gradient_
  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 233 uint8_t alpha_; // quantization-susceptibility member in struct:__anon20461
246 int alpha_; // quant-susceptibility, range [-127,127]. Zero is neutral. member in struct:__anon20462
411 int alpha_; // global susceptibility (<=> complexity) member in struct:VP8Encoder
backward_references.c 377 double alpha_[VALUES_IN_BYTE]; member in struct:__anon20446
438 VALUES_IN_BYTE, histo.alpha_, m->alpha_);
449 return m->alpha_[v >> 24] +
quant.c 309 QualityToJPEGCompression(Q, enc->alpha_ / 255.) :
314 const double expn = 1. - amp * enc->dqm_[i].alpha_;
    [all...]
  /external/opencv3/modules/superres/src/
optical_flow.cpp 489 CV_IMPL_PROPERTY(double, Alpha, alpha_)
500 double alpha_; member in class:__anon21206::Brox_CUDA
514 alpha_ = alg_->getFlowSmoothness();
529 alg_->setFlowSmoothness(alpha_);
548 alg_ = cuda::BroxOpticalFlow::create(alpha_, gamma_, scaleFactor_, innerIterations_, outerIterations_, solverIterations_);
btv_l1.cpp 477 CV_IMPL_PROPERTY(double, Alpha, alpha_)
489 double alpha_; member in class:__anon21196::BTVL1_Base
550 alpha_ = 0.7;
583 if (btvWeights_.empty() || btvKernelSize_ != curBtvKernelSize_ || alpha_ != curAlpha_)
585 calcBtvWeights(btvKernelSize_, alpha_, btvWeights_);
589 curAlpha_ = alpha_;
664 CV_Assert( alpha_ > 0.0 );
686 if (btvWeights_.empty() || btvKernelSize_ != curBtvKernelSize_ || alpha_ != curAlpha_)
688 calcBtvWeights(btvKernelSize_, alpha_, btvWeights_);
690 curAlpha_ = alpha_;
    [all...]
btv_l1_cuda.cpp 225 CV_IMPL_PROPERTY(double, Alpha, alpha_)
237 double alpha_;
277 alpha_ = 0.7;
304 CV_Assert( alpha_ > 0.0 );
321 if (btvWeights_.empty() || btvKernelSize_ != curBtvKernelSize_ || alpha_ != curAlpha_)
323 calcBtvWeights(btvKernelSize_, alpha_, btvWeights_);
325 curAlpha_ = alpha_;
  /external/webp/src/dsp/
lossless_enc_sse2.c 238 AddVector(a->alpha_, b->alpha_, out->alpha_, NUM_LITERAL_CODES);
243 AddVectorEq(a->alpha_, out->alpha_, NUM_LITERAL_CODES);
lossless_enc.c     [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 185 Magick::colorizeImage::colorizeImage( const unsigned int alpha_,
187 : _alphaRed ( alpha_ ),
188 _alphaGreen ( alpha_ ),
189 _alphaBlue ( alpha_ ),
403 const ssize_t y_,const unsigned int alpha_,const Color &target_,
406 _alpha(alpha_),
738 // alpha_ ranges from 0 (completely opaque) to QuantumRange. The defines
741 Magick::alphaImage::alphaImage( const unsigned int alpha_ )
742 : _alpha( alpha_ )
    [all...]
Image.cpp 1828 SetImageAlpha(image(),alpha_,exceptionInfo); local
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 578 // value. The value of alpha_ ranges from 0 (completely opaque)
582 void alpha(const unsigned int alpha_);
727 void colorize(const unsigned int alpha_,const Color &penColor_);
    [all...]
STL.h 222 colorizeImage( const unsigned int alpha_,
462 const unsigned int alpha_,const Color &target_,const bool invert_=false);
799 // value of alpha_ ranges from 0 (completely opaque) to
806 alphaImage( const unsigned int alpha_ );
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp 123 SeparateBlendEq (BlendEq rgb_, BlendEq alpha_)
125 , alpha (alpha_)
147 SeparateBlendFunc (BlendFunc rgb_, BlendFunc alpha_)
149 , alpha (alpha_)
    [all...]

Completed in 1577 milliseconds

12 3