/third_party/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()
|
/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/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
|
/third_party/lzma/C/ |
D | LzmaDec.c | 31 #define TREE_GET_BIT(probs, i) { GET_BIT2(probs + i, i, ;, ;); } argument 40 #define TREE_DECODE(probs, limit, i) \ argument 46 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) argument 48 #define TREE_6_DECODE(probs, i) \ argument 79 #define TREE_DECODE_CHECK(probs, limit, i) \ argument 236 CLzmaProb *probs = GET_PROBS; in LZMA_DECODE_REAL() local 720 const CLzmaProb *probs = GET_PROBS; in LzmaDec_TryDummy() local 991 CLzmaProb *probs = p->probs; in LzmaDec_DecodeToDic() local
|
D | LzmaEnc.c | 789 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 sym) in LitEnc_Encode() 806 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 sym, UInt32 matchByte) in LitEnc_EncodeMatched() 868 static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 sym, const CProbPrice *ProbPrices) in LitEnc_GetPrice() 883 static UInt32 LitEnc_Matched_GetPrice(const CLzmaProb *probs, UInt32 sym, UInt32 matchByte, const C… in LitEnc_Matched_GetPrice() 900 static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, unsigned numBits, unsigned sym) in RcTree_ReverseEncode() 931 CLzmaProb *probs = p->low; in LenEnc_Encode() local 963 static void SetPrices_3(const CLzmaProb *probs, UInt32 startPrice, UInt32 *prices, const CProbPrice… in SetPrices_3() 997 const CLzmaProb *probs = enc->low + (posState << (1 + kLenNumLowBits)); in LenPriceEnc_UpdateTables() local 1026 const CLzmaProb *probs = enc->high; in LenPriceEnc_UpdateTables() local 1313 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1)); in GetOptimum() local [all …]
|
D | Bcj2.h | 106 CBcj2Prob probs[2 + 256]; member 288 CBcj2Prob probs[2 + 256]; member
|
D | LzmaDec.h | 57 CLzmaProb *probs; member
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/ |
D | helpers.js | 31 function cycleProbabilitiesFun(probs) { argument
|
/third_party/ffmpeg/libavcodec/tests/ |
D | mjpegenc_huffman.c | 35 const int *probs, int nprobs) in check_lengths()
|
/third_party/ffmpeg/libavcodec/ |
D | mss1.c | 96 static int arith_get_prob(ArithCoder *c, int16_t *probs) in arith_get_prob()
|
D | vp56.h | 385 const uint8_t *probs) in vp56_rac_get_tree() 399 const uint8_t *probs) in vp8_rac_get_tree()
|
D | dstdec.c | 74 Table fsets, probs; member
|
D | mss2.c | 115 static int arith2_get_prob(ArithCoder *c, int16_t *probs) in arith2_get_prob()
|
/third_party/toybox/toys/pending/ |
D | xzcat.c | 1662 uint16_t *probs, uint32_t limit) in rc_bittree() 1678 uint16_t *probs, in rc_bittree_reverse() 1725 uint16_t *probs; in lzma_literal() local 1764 uint16_t *probs; in lzma_len() local 1790 uint16_t *probs; in lzma_match() local 1911 uint16_t *probs; in lzma_reset() local
|
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/ |
D | LzmaSpec.cpp | 223 unsigned BitTreeReverseDecode(CProb *probs, unsigned numBits, CRangeDecoder *rc) in BitTreeReverseDecode() 380 CProb *probs = &LitProbs[(UInt32)0x300 * litState]; in DecodeLiteral() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_vcn_dec.h | 63 uint8_t *probs; member
|
D | radeon_vcn_dec.c | 479 rvcn_dec_vp9_probs_t *probs = (rvcn_dec_vp9_probs_t *)ptr; in fill_probs_table() local
|
/third_party/lzma/Asm/x86/ |
D | LzmaDecOpt.asm | 111 probs equ r11 define
|
/third_party/lzma/Asm/arm64/ |
D | LzmaDecOpt.S | 162 #define probs r11 macro
|
/third_party/mesa3d/src/amd/common/ |
D | ac_vcn_dec.h | 1107 rvcn_dec_vp9_probs_t probs; member
|