/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_cost.c | 39 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()
|
D | vp9_treewriter.h | 32 const vpx_prob *probs, int bits, int len, in vp9_write_tree() 42 const vpx_prob *probs, in vp9_write_token()
|
D | vp9_cost.h | 37 static INLINE int treed_cost(vpx_tree tree, const vpx_prob *probs, int bits, in treed_cost()
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/ |
D | RangeDecoder.java | 22 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()
|
D | RangeEncoder.java | 104 public void encodeBit(short[] probs, int index, int bit) { in encodeBit() 132 public void encodeBitTree(short[] probs, int symbol) { in encodeBitTree() 148 public static int getBitTreePrice(short[] probs, int symbol) { in getBitTreePrice() 161 public void encodeReverseBitTree(short[] probs, int symbol) { in encodeReverseBitTree() 173 public static int getReverseBitTreePrice(short[] probs, int symbol) { in getReverseBitTreePrice()
|
D | RangeCoder.java | 23 public static final void initProbs(short[] probs) { in initProbs()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | prob.c | 30 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/ |
D | relaxed_bernoulli.py | 137 probs=None, argument 202 def probs(self): member in RelaxedBernoulli
|
D | relaxed_onehot_categorical.py | 132 probs=None, argument 223 def probs(self): member in ExpRelaxedOneHotCategorical 378 probs=None, argument
|
D | geometric.py | 60 probs=None, argument 112 def probs(self): member in Geometric
|
D | negative_binomial.py | 57 probs=None, argument 121 def probs(self): member in NegativeBinomial
|
D | onehot_categorical.py | 89 probs=None, argument 158 def probs(self): member in OneHotCategorical
|
D | binomial.py | 136 probs=None, argument 198 def probs(self): member in Binomial
|
/external/lzma/Java/SevenZip/Compression/RangeCoder/ |
D | Decoder.java | 54 public int DecodeBit(short []probs, int index) throws IOException in DecodeBit() 83 public static void InitBitModels(short []probs) in InitBitModels()
|
D | Encoder.java | 96 public static void InitBitModels(short []probs) in InitBitModels() 102 public void Encode(short []probs, int index, int symbol) throws IOException in Encode()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 79 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/gles2/stress/ |
D | es2sLongRunningTests.cpp | 79 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/ |
D | categorical.py | 156 probs=None, argument 247 def probs(self): member in Categorical
|
D | bernoulli.py | 44 probs=None, argument 100 def probs(self): member in Bernoulli
|
D | multinomial.py | 154 probs=None, argument 221 def probs(self): member in Multinomial
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | sampling_ops_test.py | 322 def curried_sampler(val, lbls, probs, batch, enqueue_many=False): argument 335 def curried_sampler(val, lbls, probs, batch, enqueue_many=False): argument
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropy.c | 1028 static void extend_to_full_distribution(vpx_prob *probs, vpx_prob p) { in extend_to_full_distribution() 1057 vp9_coeff_probs_model *const probs = cm->fc->coef_probs[tx_size]; in adapt_coef_probs() local
|
/external/lzma/C/ |
D | LzmaDec.c | 29 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } argument 30 #define TREE_DECODE(probs, limit, i) \ argument 36 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) argument 38 #define TREE_6_DECODE(probs, i) \ argument 65 #define TREE_DECODE_CHECK(probs, limit, i) \ argument 142 CLzmaProb *probs = p->probs; in LzmaDec_DecodeReal() local 583 const CLzmaProb *probs = p->probs; in LzmaDec_TryDummy() local 795 CLzmaProb *probs = p->probs; in LzmaDec_InitStateReal() local
|
D | Bcj2.h | 75 UInt16 probs[2 + 256]; member 128 UInt16 probs[2 + 256]; member
|
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_lzma2.c | 520 uint16_t *probs, uint32_t limit) in rc_bittree() 536 uint16_t *probs, in rc_bittree_reverse() 583 uint16_t *probs; in lzma_literal() local 622 uint16_t *probs; in lzma_len() local 648 uint16_t *probs; in lzma_match() local 769 uint16_t *probs; in lzma_reset() local
|