Home
last modified time | relevance | path

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

/third_party/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()
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/lzma/C/
DLzmaDec.c31 #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
DLzmaEnc.c789 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 …]
DBcj2.h106 CBcj2Prob probs[2 + 256]; member
288 CBcj2Prob probs[2 + 256]; member
DLzmaDec.h57 CLzmaProb *probs; member
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
Dhelpers.js31 function cycleProbabilitiesFun(probs) { argument
/third_party/ffmpeg/libavcodec/tests/
Dmjpegenc_huffman.c35 const int *probs, int nprobs) in check_lengths()
/third_party/ffmpeg/libavcodec/
Dmss1.c96 static int arith_get_prob(ArithCoder *c, int16_t *probs) in arith_get_prob()
Dvp56.h385 const uint8_t *probs) in vp56_rac_get_tree()
399 const uint8_t *probs) in vp8_rac_get_tree()
Ddstdec.c74 Table fsets, probs; member
Dmss2.c115 static int arith2_get_prob(ArithCoder *c, int16_t *probs) in arith2_get_prob()
/third_party/toybox/toys/pending/
Dxzcat.c1662 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/
DLzmaSpec.cpp223 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/
Dradeon_vcn_dec.h63 uint8_t *probs; member
Dradeon_vcn_dec.c479 rvcn_dec_vp9_probs_t *probs = (rvcn_dec_vp9_probs_t *)ptr; in fill_probs_table() local
/third_party/lzma/Asm/x86/
DLzmaDecOpt.asm111 probs equ r11 define
/third_party/lzma/Asm/arm64/
DLzmaDecOpt.S162 #define probs r11 macro
/third_party/mesa3d/src/amd/common/
Dac_vcn_dec.h1107 rvcn_dec_vp9_probs_t probs; member