Home
last modified time | relevance | path

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

12

/third_party/gstreamer/gstplugins_base/tests/check/gst/
Dtypefindfunctions.c30 GstTypeFindProbability * prob) in typefind_data()
81 GstTypeFindProbability prob; in GST_START_TEST() local
112 GstTypeFindProbability prob; in GST_START_TEST() local
252 GstTypeFindProbability prob; in GST_START_TEST() local
315 GstTypeFindProbability prob; in GST_START_TEST() local
357 GstTypeFindProbability prob; in GST_START_TEST() local
452 GstTypeFindProbability prob; in GST_START_TEST() local
482 GstTypeFindProbability prob; in GST_START_TEST() local
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgsttypefindhelper.c362 const gchar * extension, GstTypeFindProbability * prob)
405 const gchar * extension, GstCaps ** caps, GstTypeFindProbability * prob)
668 GstTypeFindProbability * prob)
746 GstTypeFindProbability * prob)
862 GstTypeFindProbability * prob)
901 GstBuffer * buf, const gchar * extension, GstTypeFindProbability * prob)
/third_party/skia/third_party/externals/libwebp/src/utils/
Dbit_reader_inl_utils.h108 int prob, const char label[]) { in VP8GetBit()
160 int prob, const char label[]) { in VP8GetBitAlt()
/third_party/lzma/C/
DLzmaEnc.c740 #define RC_BIT_PRE(p, prob) \ argument
748 #define RC_BIT(p, prob, bit) { \ argument
758 #define RC_BIT(p, prob, bit) { \ argument
780 #define RC_BIT_0_BASE(p, prob) \ argument
783 #define RC_BIT_1_BASE(p, prob) \ argument
786 #define RC_BIT_0(p, prob) \ argument
790 #define RC_BIT_1(p, prob) \ argument
794 static void RangeEnc_EncodeBit_0(CRangeEnc *p, CLzmaProb *prob) in RangeEnc_EncodeBit_0()
811 CLzmaProb *prob = probs + (sym >> 8); in LitEnc_Encode() local
828 CLzmaProb *prob; in LitEnc_EncodeMatched() local
[all …]
DPpmd.h31 #define PPMD_UPDATE_PROB_0(prob) ((prob) + (1 << PPMD_INT_BITS) - PPMD_GET_MEAN(prob)) argument
32 #define PPMD_UPDATE_PROB_1(prob) ((prob) - PPMD_GET_MEAN(prob)) argument
DBcj2.c189 CProb *prob; in Bcj2Dec_Decode() local
DBcj2Enc.c188 … CProb *prob = p->probs + (unsigned)(b == 0xE8 ? 2 + (unsigned)context : (b == 0xE9 ? 1 : 0)); in Bcj2Enc_Encode_2() local
/third_party/ffmpeg/libavcodec/x86/
Dvp56_arith.h29 static av_always_inline int vp56_rac_get_prob(VP56RangeCoder *c, uint8_t prob) in vp56_rac_get_prob()
/third_party/ffmpeg/libavcodec/
Dmss1.c71 int prob = range * val; in ARITH_GET_BIT() local
85 int prob = range * val; in arith_get_number() local
Dmjpegenc_huffman.h53 int prob; ///< number of occurences of this value in input member
Dmvha.c43 uint32_t prob[256]; member
207 int prob; in decode_frame() local
Dlagarithrac.h53 uint32_t prob[258]; /**< Table of cumulative probability for each symbol. */ member
Dvaapi_vp8.c41 VAProbabilityDataBufferVP8 prob; in vaapi_vp8_start_frame() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c1097 static void rvcn_init_mode_probs(void *prob) in rvcn_init_mode_probs()
1158 static void rvcn_vcn4_init_mode_probs(void *prob) in rvcn_vcn4_init_mode_probs()
1219 static void rvcn_av1_init_mv_probs(void *prob) in rvcn_av1_init_mv_probs()
1259 static void rvcn_vcn4_av1_init_mv_probs(void *prob) in rvcn_vcn4_av1_init_mv_probs()
1299 static void rvcn_av1_default_coef_probs(void *prob, int index) in rvcn_av1_default_coef_probs()
1318 static void rvcn_vcn4_av1_default_coef_probs(void *prob, int index) in rvcn_vcn4_av1_default_coef_probs()
2055 struct rvcn_av1_prob_funcs prob; in rvcn_dec_message_decode() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvp8rangedecoder.c34 gst_vp8_range_decoder_read (GstVp8RangeDecoder * rd, guint8 prob) in gst_vp8_range_decoder_read()
Dgstvp8parser.c242 guint8 prob; in parse_token_prob_update() local
265 guint8 prob; in parse_mv_prob_update() local
Dgstvp8parser.h159 guint8 prob[4][8][3][11]; member
174 guint8 prob[2][19]; member
/third_party/lzma/Java/SevenZip/Compression/RangeCoder/
DDecoder.java56 int prob = probs[index]; in DecodeBit() local
DEncoder.java104 int prob = probs[index]; in Encode() local
/third_party/ffmpeg/libavcodec/tests/
Dmjpegenc_huffman.c39 int actual_length = 0, i, j, k, prob, length; in check_lengths() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dcost_enc.h34 ProbaArray* prob; member
Dtree_enc.c271 const uint8_t* const prob) { in PutI4Mode()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dtree_dec.c324 const uint8_t* const prob = kBModesProba[top[x]][ymode]; in ParseIntraMode() local
Dvp8_dec.c440 const VP8BandProbas* const prob[], in GetCoeffsFast()
470 const VP8BandProbas* const prob[], in GetCoeffsAlt()
/third_party/node/deps/v8/tools/testrunner/
Dnum_fuzzer.py225 def add(name, prob, *args): argument

12