Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dvp8utils.c442 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()
Dgstvp8parser.c239 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/
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/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/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/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.c803 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 …]
DBcj2.h75 UInt16 probs[2 + 256]; member
128 UInt16 probs[2 + 256]; member
DLzmaDec.h57 CLzmaProb *probs; member
/third_party/gstreamer/gstplugins_bad/tests/examples/codecparsers/
Dparse-vp8.c219 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/
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.c95 static int arith_get_prob(ArithCoder *c, int16_t *probs) in arith_get_prob()
Dvp56.h383 const uint8_t *probs) in vp56_rac_get_tree()
397 const uint8_t *probs) in vp8_rac_get_tree()
Ddstdec.c73 Table fsets, probs; member
Dmss2.c114 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/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp9dec.c174 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/
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