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

  /external/chromium_org/skia/ext/
opacity_draw_filter.h 26 int alpha_; member in class:skia::OpacityDrawFilter
  /external/chromium_org/third_party/libwebp/enc/
histogram.h 38 int alpha_[256]; member in struct:__anon14010
backward_references.c 377 double alpha_[VALUES_IN_BYTE]; member in struct:__anon14005
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:__anon14020
246 int alpha_; // quant-susceptibility, range [-127,127]. Zero is neutral. member in struct:__anon14021
411 int alpha_; // global susceptibility (<=> complexity) member in struct:VP8Encoder
  /external/webp/src/enc/
histogram.h 38 int alpha_[256]; member in struct:__anon30397
backward_references.c 377 double alpha_[VALUES_IN_BYTE]; member in struct:__anon30392
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:__anon30407
246 int alpha_; // quant-susceptibility, range [-127,127]. Zero is neutral. member in struct:__anon30408
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 126 double alpha_[2] = {alpha, 0}; local
128 cholmod_sdmult(A, 0, alpha_, beta_, x, y, &cc_);
dogleg_strategy.h 126 double alpha_; member in class:ceres::internal::DoglegStrategy
  /external/chromium_org/ash/shelf/
background_animator.h 49 int alpha() const { return alpha_; }
66 int alpha_; member in class:ash::internal::BackgroundAnimator
shelf_widget.cc 77 alpha_ = alpha;
85 int get_dimming_alpha_for_test() { return alpha_; }
115 int alpha_; member in class:__anon5942::DimmerView
138 alpha_(kDimAlpha),
190 paint.setAlpha(alpha_);
302 int alpha_; member in class:ash::ShelfWidget::DelegateView
317 alpha_(0),
393 paint.setAlpha(alpha_);
453 alpha_ = alpha;
  /external/chromium_org/content/browser/device_orientation/
orientation.h 29 alpha_ = alpha;
32 double alpha() const { return alpha_; }
61 double alpha_; member in class:content::Orientation
  /external/chromium_org/ui/gfx/image/
image_skia_operations.cc 112 alpha_(alpha) {
123 first_rep.sk_bitmap(), second_rep.sk_bitmap(), alpha_);
128 double alpha_; member in class:gfx::__anon16717::BlendingImageSource
163 alpha_(alpha) {
177 alpha.eraseColor(SkColorSetARGB(alpha_ * 255, 0, 0, 0));
184 double alpha_; member in class:gfx::__anon16717::TransparentImageSource

Completed in 487 milliseconds