Home
last modified time | relevance | path

Searched defs:probs (Results 1 – 25 of 52) sorted by relevance

123

/external/libvpx/libvpx/vp9/encoder/
Dvp9_cost.c39 static void cost(int *costs, vpx_tree tree, const vpx_prob *probs, int i, in cost()
56 void vp9_cost_tokens(int *costs, const vpx_prob *probs, vpx_tree tree) { in vp9_cost_tokens()
60 void vp9_cost_tokens_skip(int *costs, const vpx_prob *probs, vpx_tree tree) { in vp9_cost_tokens_skip()
Dvp9_treewriter.h32 const vpx_prob *probs, int bits, int len, in vp9_write_tree()
42 const vpx_prob *probs, in vp9_write_token()
/external/xz-java/src/org/tukaani/xz/rangecoder/
DRangeDecoder.java22 public int decodeBit(short[] probs, int index) throws IOException { in decodeBit()
45 public int decodeBitTree(short[] probs) throws IOException { in decodeBitTree()
55 public int decodeReverseBitTree(short[] probs) throws IOException { in decodeReverseBitTree()
DRangeEncoder.java99 public void encodeBit(short[] probs, int index, int bit) in encodeBit()
128 public void encodeBitTree(short[] probs, int symbol) throws IOException { in encodeBitTree()
144 public static int getBitTreePrice(short[] probs, int symbol) { in getBitTreePrice()
157 public void encodeReverseBitTree(short[] probs, int symbol) in encodeReverseBitTree()
170 public static int getReverseBitTreePrice(short[] probs, int symbol) { in getReverseBitTreePrice()
DRangeCoder.java23 public static final void initProbs(short[] probs) { in initProbs()
/external/libvpx/libvpx/vpx_dsp/
Dprob.c30 vpx_prob *probs) { in tree_merge_probs_impl()
45 const unsigned int *counts, vpx_prob *probs) { in vpx_tree_merge_probs()
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Drelaxed_bernoulli.py146 probs=None, argument
211 def probs(self): member in RelaxedBernoulli
Drelaxed_onehot_categorical.py141 probs=None, argument
232 def probs(self): member in ExpRelaxedOneHotCategorical
392 probs=None, argument
Dgeometric.py69 probs=None, argument
121 def probs(self): member in Geometric
Donehot_categorical.py98 probs=None, argument
167 def probs(self): member in OneHotCategorical
Dnegative_binomial.py66 probs=None, argument
130 def probs(self): member in NegativeBinomial
Dbinomial.py153 probs=None, argument
215 def probs(self): member in Binomial
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
Dimagenet_topk_eval.cc66 auto probs = output.flat<float>(); in ComputeEval() local
71 auto probs = output.flat<uint8>(); in ComputeEval() local
76 auto probs = output.flat<int8>(); in ComputeEval() local
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DDecoder.java54 public int DecodeBit(short []probs, int index) throws IOException in DecodeBit()
83 public static void InitBitModels(short []probs) in InitBitModels()
DEncoder.java96 public static void InitBitModels(short []probs) in InitBitModels()
102 public void Encode(short []probs, int index, int symbol) throws IOException in Encode()
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dsample_from_datasets_serialization_test.py29 def _build_dataset(self, probs, num_samples): argument
/external/deqp/modules/gles2/stress/
Des2sLongRunningTests.cpp79 const Probs probs; in init() member
151 const Probs probs; in init() member
208 const Probs probs; in init() member
257 const Probs probs; in init() member
/external/deqp/modules/gles3/stress/
Des3sLongRunningTests.cpp79 const Probs probs; in init() member
151 const Probs probs; in init() member
208 const Probs probs; in init() member
257 const Probs probs; in init() member
/external/tensorflow/tensorflow/python/ops/distributions/
Dbernoulli.py53 probs=None, argument
109 def probs(self): member in Bernoulli
Dcategorical.py164 probs=None, argument
255 def probs(self): member in Categorical
Dmultinomial.py163 probs=None, argument
230 def probs(self): member in Multinomial
/external/tensorflow/tensorflow/contrib/training/python/training/
Dsampling_ops_test.py322 def curried_sampler(val, lbls, probs, batch, enqueue_many=False): argument
335 def curried_sampler(val, lbls, probs, batch, enqueue_many=False): argument
/external/lzma/C/
DLzmaDec.c29 #define TREE_GET_BIT(probs, i) { GET_BIT2(probs + i, i, ;, ;); } argument
38 #define TREE_DECODE(probs, limit, i) \ argument
44 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) argument
46 #define TREE_6_DECODE(probs, i) \ argument
76 #define TREE_DECODE_CHECK(probs, limit, i) \ argument
220 CLzmaProb *probs = GET_PROBS; in LZMA_DECODE_REAL() local
665 const CLzmaProb *probs = GET_PROBS; in LzmaDec_TryDummy() local
906 CLzmaProb *probs = p->probs; in LzmaDec_DecodeToDic() local
/external/u-boot/lib/lzma/
DLzmaDec.c30 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } argument
31 #define TREE_DECODE(probs, limit, i) \ argument
37 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) argument
39 #define TREE_6_DECODE(probs, i) \ argument
59 #define TREE_DECODE_CHECK(probs, limit, i) \ argument
136 CLzmaProb *probs = p->probs; in LzmaDec_DecodeReal() local
518 CLzmaProb *probs = p->probs; in LzmaDec_TryDummy() local
737 CLzmaProb *probs = p->probs; in LzmaDec_InitStateReal() local
/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.c1030 static void extend_to_full_distribution(vpx_prob *probs, vpx_prob p) { in extend_to_full_distribution()
1059 vp9_coeff_probs_model *const probs = cm->fc->coef_probs[tx_size]; in adapt_coef_probs() local

123