/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/xz-java/src/org/tukaani/xz/rangecoder/ |
D | RangeEncoder.java | 99 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()
|
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 | RangeCoder.java | 23 public static final void initProbs(short[] probs) { in initProbs()
|
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | topk_accuracy_eval_stage.cc | 90 auto probs = static_cast<float*>(model_output_); in Run() local 95 auto probs = static_cast<uint8_t*>(model_output_); in Run() local 100 auto probs = static_cast<int8_t*>(model_output_); in Run() local
|
/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/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/tensorflow/tensorflow/python/kernel_tests/random/ |
D | random_binomial_test.py | 40 self, num, counts, probs, dtype, gen=None, sample_shape=None, seed=None): argument 174 def __init__(self, counts, probs): argument
|
/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/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/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/ |
D | sample_from_datasets_serialization_test.py | 34 def _build_dataset(self, probs, num_samples): argument
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | bernoulli.py | 53 probs=None, argument 109 def probs(self): member in Bernoulli
|
D | categorical.py | 164 probs=None, argument 255 def probs(self): member in Categorical
|
D | multinomial.py | 163 probs=None, argument 230 def probs(self): member in Multinomial
|
/external/lzma/C/ |
D | LzmaDec.c | 29 #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
|
D | LzmaEnc.c | 692 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 sym) in LitEnc_Encode() 709 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 sym, UInt32 matchByte) in LitEnc_EncodeMatched() 771 static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 sym, const CProbPrice *ProbPrices) in LitEnc_GetPrice() 786 static UInt32 LitEnc_Matched_GetPrice(const CLzmaProb *probs, UInt32 sym, UInt32 matchByte, const C… in LitEnc_Matched_GetPrice() 803 static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, unsigned numBits, unsigned sym) in RcTree_ReverseEncode() 834 CLzmaProb *probs = p->low; in LenEnc_Encode() local 866 static void SetPrices_3(const CLzmaProb *probs, UInt32 startPrice, UInt32 *prices, const CProbPrice… in SetPrices_3() 900 const CLzmaProb *probs = enc->low + (posState << (1 + kLenNumLowBits)); in LenPriceEnc_UpdateTables() local 929 const CLzmaProb *probs = enc->high; in LenPriceEnc_UpdateTables() local 1208 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1)); in GetOptimum() local [all …]
|
D | Bcj2.h | 75 UInt16 probs[2 + 256]; member 128 UInt16 probs[2 + 256]; member
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/ |
D | ProblemHandlerLocation1440Test.java | 36 public DeserializationProblem probs = new DeserializationProblem(); field in ProblemHandlerLocation1440Test.DeserializationProblemLogger 134 List<String> probs = logger.problems(); in testIncorrectContext() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropy.c | 1030 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
|
/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
|
/external/tensorflow/tensorflow/python/debug/examples/v2/ |
D | debug_mnist_v2.py | 204 def loss(probs, labels): argument
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | apm_vad.cc | 72 auto probs = vad.chunkwise_voice_probabilities(); in main() local
|