| /third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
| D | vp8utils.c | 442 gst_vp8_token_update_probs_init (GstVp8TokenProbs * probs) in gst_vp8_token_update_probs_init() 448 gst_vp8_token_probs_init_defaults (GstVp8TokenProbs * probs) in gst_vp8_token_probs_init_defaults() 455 gst_vp8_mv_update_probs_init (GstVp8MvProbs * probs) in gst_vp8_mv_update_probs_init() 461 gst_vp8_mv_probs_init_defaults (GstVp8MvProbs * probs) in gst_vp8_mv_probs_init_defaults() 467 gst_vp8_mode_probs_init_defaults (GstVp8ModeProbs * probs, gboolean key_frame) in gst_vp8_mode_probs_init_defaults()
|
| D | gstvp8parser.c | 239 parse_token_prob_update (GstVp8RangeDecoder * rd, GstVp8TokenProbs * probs) in parse_token_prob_update() 262 parse_mv_prob_update (GstVp8RangeDecoder * rd, GstVp8MvProbs * probs) in parse_mv_prob_update()
|
| /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/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/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/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 | 803 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 sym) in LitEnc_Encode() 820 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 sym, UInt32 matchByte) in LitEnc_EncodeMatched() 882 static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 sym, const CProbPrice *ProbPrices) in LitEnc_GetPrice() 897 static UInt32 LitEnc_Matched_GetPrice(const CLzmaProb *probs, UInt32 sym, UInt32 matchByte, const C… in LitEnc_Matched_GetPrice() 914 static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, unsigned numBits, unsigned sym) in RcTree_ReverseEncode() 945 CLzmaProb *probs = p->low; in LenEnc_Encode() local 977 static void SetPrices_3(const CLzmaProb *probs, UInt32 startPrice, UInt32 *prices, const CProbPrice… in SetPrices_3() 1011 const CLzmaProb *probs = enc->low + (posState << (1 + kLenNumLowBits)); in LenPriceEnc_UpdateTables() local 1040 const CLzmaProb *probs = enc->high; in LenPriceEnc_UpdateTables() local 1327 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
|
| D | LzmaDec.h | 57 CLzmaProb *probs; member
|
| /third_party/gstreamer/gstplugins_bad/tests/examples/codecparsers/ |
| D | parse-vp8.c | 219 print_mv_probs (GstVp8MvProbs * probs) in print_mv_probs() 234 print_mode_probs (GstVp8ModeProbs * probs) in print_mode_probs()
|
| /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 | 95 static int arith_get_prob(ArithCoder *c, int16_t *probs) in arith_get_prob()
|
| D | vp56.h | 383 const uint8_t *probs) in vp56_rac_get_tree() 397 const uint8_t *probs) in vp8_rac_get_tree()
|
| D | dstdec.c | 73 Table fsets, probs; member
|
| D | mss2.c | 114 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/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
| D | gstv4l2codecvp9dec.c | 174 struct v4l2_ctrl_vp9_compressed_hdr *probs = &self->v4l2_delta_probs; in gst_v4l2_codec_vp9_dec_fill_prob_updates() 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
|