HomeSort by relevance Sort by last modified time
    Searched defs:Probability (Results 1 - 3 of 3) 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/libchrome/base/metrics/
field_trial.h 80 typedef int Probability; // Probability type for being selected in a trial.
140 // Establish the name and probability of the next group in this trial.
144 int AppendGroup(const std::string& name, Probability group_probability);
190 Probability total_probability,
228 Probability total_probability,
271 const Probability divisor_;
276 // The randomly selected probability that is used to select a group (or have
279 Probability random_;
282 Probability accumulated_group_probability_
    [all...]

Completed in 558 milliseconds