HomeSort by relevance Sort by last modified time
    Searched refs:alpha_ (Results 1 - 13 of 13) 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/
histogram.h 36 int alpha_[256]; member in struct:__anon16594
95 p->alpha_[i] += a->alpha_[i];
histogram.c 26 memset(p->alpha_, 0, sizeof(p->alpha_));
83 ++histo->alpha_[PixOrCopyLiteral(v, 3)];
156 + BitsEntropy(&p->alpha_[0], 256)
212 return HuffmanCost(&p->alpha_[0], 256) +
analysis.c 139 enc->dqm_[n].alpha_ = clip(alpha, -127, 127);
211 const int alpha = mb->alpha_;
213 mb->alpha_ = centers[map[alpha]]; // just for the record.
230 // Number of modes to inspect for alpha_ evaluation. For high-quality settings,
330 it->mb_->alpha_ = best_alpha; // Informative only.
vp8enci.h 214 uint8_t alpha_; // quantization-susceptibility member in struct:__anon16603
227 int alpha_; // quant-susceptibility, range [-127,127]. Zero is neutral. member in struct:__anon16604
backward_references.c 356 double alpha_[VALUES_IN_BYTE]; member in struct:__anon16589
417 VALUES_IN_BYTE, histo.alpha_, m->alpha_);
428 return m->alpha_[v >> 24] +
quant.c 248 const double expn = (1. - amp * enc->dqm_[i].alpha_) / 3.;
vp8l.c 229 ok = ok && VP8LCreateHuffmanTree(histo->alpha_, 15, codes + 3);
    [all...]

Completed in 132 milliseconds