HomeSort by relevance Sort by last modified time
    Searched defs:alpha_ (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/base/
exp_filter.h 33 // y(k) = min(alpha_^ exp * y(k-1) + (1 - alpha_^ exp) * sample, max_).
43 float alpha_; // Filter factor base. member in class:rtc::ExpFilter
  /external/opencv3/3rdparty/libwebp/enc/
histogram.h 38 int alpha_[256]; member in struct:__anon20451
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] +
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
  /external/ceres-solver/examples/
fields_of_experts.cc 83 rho[0] = alpha_ * log(sum);
84 rho[1] = alpha_ * c * inv;
85 rho[2] = - alpha_ * c * c * inv * inv;
111 alpha_.resize(num_filters_);
113 foe_file >> alpha_[i]; local
147 return new FieldsOfExpertsLoss(alpha_[alpha_index]);
fields_of_experts.h 81 explicit FieldsOfExpertsLoss(double alpha) : alpha_(alpha) { }
85 const double alpha_; member in class:ceres::examples::FieldsOfExpertsLoss
137 std::vector<double> alpha_; member in class:ceres::examples::FieldsOfExperts
  /external/ceres-solver/internal/ceres/
suitesparse.h 129 double alpha_[2] = {alpha, 0}; local
131 cholmod_sdmult(A, 0, alpha_, beta_, x, y, &cc_);
dogleg_strategy.h 126 double alpha_; member in class:ceres::internal::DoglegStrategy
  /external/webp/src/enc/
histogram.h 37 uint32_t alpha_[NUM_LITERAL_CODES]; member in struct:__anon26152
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...]
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
  /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_;
  /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...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 1828 SetImageAlpha(image(),alpha_,exceptionInfo); local
    [all...]

Completed in 362 milliseconds