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

  /external/elfutils/backends/
alpha_auxv.c 30 #define BACKEND alpha_
alpha_corenote.c 36 #define BACKEND alpha_
alpha_init.c 31 #define BACKEND alpha_
alpha_regs.c 33 #define BACKEND alpha_
alpha_symbol.c 34 #define BACKEND alpha_
alpha_retval.c 33 #define BACKEND alpha_
  /external/webp/src/enc/
analysis.c 137 enc->dqm_[n].alpha_ = clip(alpha, -127, 127);
209 const int a = mb->alpha_;
211 mb->alpha_ = centers[map[a]]; // just for the record.
228 // Number of modes to inspect for alpha_ evaluation. For high-quality settings,
328 it->mb_->alpha_ = best_alpha; // Informative only.
vp8enci.h 211 uint8_t alpha_; // quantization-susceptibility member in struct:__anon15240
224 int alpha_; // quant-susceptibility, range [-127,127]. Zero is neutral. member in struct:__anon15242
quant.c 248 const double expn = (1. - amp * enc->dqm_[i].alpha_) / 3.;

Completed in 184 milliseconds