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

  /hardware/intel/img/psb_video/src/
tng_VP8.h 46 typedef IMG_UINT8 Probability;
48 extern const Probability b_mode_prob[10][10][9];
  /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_org/components/rappor/
rappor_parameters.h 12 enum Probability {
37 // The probability that a bit will be redacted with fake data.
38 Probability fake_prob;
39 // The probability that a fake bit will be a one.
40 Probability fake_one_prob;
42 // The probability that a one bit in the redacted data reports as one.
43 Probability one_coin_prob;
44 // The probability that a zero bit in the redacted data reports as one.
45 Probability zero_coin_prob;
  /external/chromium_org/base/metrics/
field_trial.h 75 typedef int Probability; // Probability type for being selected in a trial.
124 // Establish the name and probability of the next group in this trial.
128 int AppendGroup(const std::string& name, Probability group_probability);
169 Probability total_probability,
205 Probability total_probability,
241 const Probability divisor_;
246 // The randomly selected probability that is used to select a group (or have
249 Probability random_;
252 Probability accumulated_group_probability_
    [all...]

Completed in 4290 milliseconds