/third_party/ffmpeg/libavcodec/tests/ |
H A D | mjpegenc_huffman.c | 34 check_lengths(int L, int expected_length, const int *probs, int nprobs) check_lengths() argument
|
/third_party/lzma/Java/SevenZip/Compression/RangeCoder/ |
H A D | Decoder.java | 54 public int DecodeBit(short []probs, int index) throws IOException
in DecodeBit() argument 83 public static void InitBitModels(short []probs)
in InitBitModels() argument
|
H A D | Encoder.java | 96 public static void InitBitModels(short []probs)
in InitBitModels() argument 102 public void Encode(short []probs, int index, int symbol) throws IOException
in Encode() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | mss1.c | 96 static int arith_get_prob(ArithCoder *c, int16_t *probs) in arith_get_prob() argument
|
H A D | dstdec.c | 74 Table fsets, probs; member
|
H A D | mss2.c | 115 static int arith2_get_prob(ArithCoder *c, int16_t *probs) in arith2_get_prob() argument
|
H A D | vp56.h | 383 vp56_rac_get_tree(VP56RangeCoder *c, const VP56Tree *tree, const uint8_t *probs) vp56_rac_get_tree() argument 398 vp8_rac_get_tree(VP56RangeCoder *c, const int8_t (*tree)[2], const uint8_t *probs) vp8_rac_get_tree() argument
|
/third_party/lzma/C/ |
H A D | LzmaDec.h | 57 CLzmaProb *probs;
member
|
H A D | Bcj2.h | 106 CBcj2Prob probs[2 + 256];
member 288 CBcj2Prob probs[2 + 256];
member
|
H A D | LzmaDec.c | 236 CLzmaProb *probs = GET_PROBS; LZMA_DECODE_REAL() local 720 const CLzmaProb *probs = GET_PROBS; LzmaDec_TryDummy() local 991 CLzmaProb *probs = p->probs; LzmaDec_DecodeToDic() local [all...] |
H A D | LzmaEnc.c | 789 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 sym)
in LitEnc_Encode() argument 806 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 sym, UInt32 matchByte)
in LitEnc_EncodeMatched() argument 868 static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 sym, const CProbPrice *ProbPrices)
in LitEnc_GetPrice() argument 883 static UInt32 LitEnc_Matched_GetPrice(const CLzmaProb *probs, UInt32 sym, UInt32 matchByte, const CProbPrice *ProbPrices)
in LitEnc_Matched_GetPrice() argument 900 RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, unsigned numBits, unsigned sym) RcTree_ReverseEncode() argument 931 CLzmaProb *probs = p->low; LenEnc_Encode() local 963 SetPrices_3(const CLzmaProb *probs, UInt32 startPrice, UInt32 *prices, const CProbPrice *ProbPrices) SetPrices_3() argument 997 const CLzmaProb *probs = enc->low + (posState << (1 + kLenNumLowBits)); LenPriceEnc_UpdateTables() local 1026 const CLzmaProb *probs = enc->high; LenPriceEnc_UpdateTables() local 1313 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1)); GetOptimum() local 1613 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1)); GetOptimum() local 2121 CLzmaProb *probs = p->posSlotEncoder[0]; WriteEndMarker() local 2146 CLzmaProb *probs = p->posAlignEncoder; WriteEndMarker() local 2206 const CLzmaProb *probs = p->posAlignEncoder; FillAlignPrices() local 2241 const CLzmaProb *probs = p->posEncoders + (size_t)base * 2; FillDistancesPrices() local 2271 const CLzmaProb *probs = p->posSlotEncoder[lps]; FillDistancesPrices() local 2427 CLzmaProb *probs; LzmaEnc_CodeOneBlock() local 2793 CLzmaProb *probs = p->posSlotEncoder[i]; LzmaEnc_Init() local 2807 CLzmaProb *probs = p->litProbs; LzmaEnc_Init() local [all...] |
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A 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 [all...] |
/third_party/vk-gl-cts/modules/gles2/stress/ |
H A 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 [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_dec.h | 63 uint8_t *probs; member
|
H A D | radeon_vcn_dec.c | 479 rvcn_dec_vp9_probs_t *probs = (rvcn_dec_vp9_probs_t *)ptr; in fill_probs_table() local [all...] |
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 162 #define probs r11 define [all...] |
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/ |
H A D | LzmaSpec.cpp | 223 unsigned BitTreeReverseDecode(CProb *probs, unsigned numBits, CRangeDecoder *rc)
in BitTreeReverseDecode() argument 380 CProb *probs = &LitProbs[(UInt32)0x300 * litState];
in DecodeLiteral() local
|
/third_party/lzma/Asm/x86/ |
H A D | LzmaDecOpt.asm | 111 probs equ r11
define [all...] |
/third_party/toybox/toys/pending/ |
H A D | xzcat.c | 1725 uint16_t *probs; in lzma_literal() local 1764 uint16_t *probs; in lzma_len() local 1661 rc_bittree(struct rc_dec *rc, uint16_t *probs, uint32_t limit) rc_bittree() argument 1677 rc_bittree_reverse(struct rc_dec *rc, uint16_t *probs, uint32_t *dest, uint32_t limit) rc_bittree_reverse() argument 1790 uint16_t *probs; lzma_match() local 1911 uint16_t *probs; lzma_reset() local [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_vcn_dec.h | 1107 rvcn_dec_vp9_probs_t probs; member
|