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

  /external/libvorbis/doc/
03-codebook.tex 4 \section{Probability Model and Codebooks} \label{vorbis:spec:codebook}
9 statically configured probability model, instead packing all entropy
  /external/chromium/base/metrics/
field_trial.h 93 typedef int Probability; // Probability type for being selected in a trial.
100 // to assign all the remaining probability to a group ('default').
110 FieldTrial(const std::string& name, Probability total_probability,
114 // Establish the name and probability of the next group in this trial.
118 int AppendGroup(const std::string& name, Probability group_probability);
176 const Probability divisor_;
181 // The randomly selected probability that is used to select a group (or have
184 const Probability random_;
187 Probability accumulated_group_probability_
    [all...]
  /external/chromium_org/base/metrics/
field_trial.h 74 typedef int Probability; // Probability type for being selected in a trial.
123 // Establish the name and probability of the next group in this trial.
127 int AppendGroup(const std::string& name, Probability group_probability);
168 Probability total_probability,
204 Probability total_probability,
240 const Probability divisor_;
245 // The randomly selected probability that is used to select a group (or have
248 Probability random_;
251 Probability accumulated_group_probability_
    [all...]

Completed in 79 milliseconds