Home
last modified time | relevance | path

Searched defs:prob (Results 1 - 25 of 35) sorted by relevance

12

/third_party/ffmpeg/libavcodec/x86/
H A Dvp56_arith.h31 static av_always_inline int vp56_rac_get_prob(VP56RangeCoder *c, uint8_t prob) in vp56_rac_get_prob() argument
/third_party/ffmpeg/libavcodec/
H A Dmjpegenc_huffman.h53 int prob; ///< number of occurences of this value in input member
H A Dlagarithrac.h52 uint32_t prob[258]; /**< Table of cumulative probability for each symbol. */ member
H A Dvaapi_vp8.c41 VAProbabilityDataBufferVP8 prob; in vaapi_vp8_start_frame() local
[all...]
H A Dmss1.c72 int prob = range * val; in arith_get_bits() local
86 int prob = range * val; in arith_get_number() local
H A Ddstdec.c349 int prob, residual, v; in decode_frame() local
H A Dcbs_vp9.c304 #define prob(name, subs, ...) do { \ macro
337 #undef prob macro
372 #define prob(name, subs, ...) do { \ macro
404 #undef prob macro
[all...]
H A Dmvha.c45 uint32_t prob[256]; member
210 int prob; in decode_frame() local
H A Dlagarith.c139 unsigned prob, cumulative_target; in lag_read_prob_header() local
[all...]
H A Dmagicyuvenc.c52 int64_t prob; ///< number of occurences of this value in input member
H A Dvp9shared.h134 uint8_t prob[7]; member
H A Dvp56.h273 static av_always_inline int vp56_rac_get_prob(VP56RangeCoder *c, uint8_t prob) in vp56_rac_get_prob() argument
289 static av_always_inline int vp56_rac_get_prob_branchy(VP56RangeCoder *c, int prob) in vp56_rac_get_prob_branchy() argument
411 static av_always_inline int vp8_rac_get_coeff(VP56RangeCoder *c, const uint8_t *prob) in vp8_rac_get_coeff() argument
H A Dvp9dec.h134 } prob; member
H A Dmss3.c366 unsigned prob, prob2, helper; in rac_get_model_sym() local
400 unsigned prob, prob2, helper; in rac_get_model256_sym() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dcost_enc.h34 ProbaArray* prob; member
H A Dtree_enc.c270 PutI4Mode(VP8BitWriter* const bw, int mode, const uint8_t* const prob) PutI4Mode() argument
[all...]
/third_party/ffmpeg/libavcodec/tests/
H A Dmjpegenc_huffman.c39 int actual_length = 0, i, j, k, prob, length; in check_lengths() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dtree_dec.c324 const uint8_t* const prob = kBModesProba[top[x]][ymode]; in ParseIntraMode() local
[all...]
H A Dvp8_dec.c439 GetCoeffsFast(VP8BitReader* const br, const VP8BandProbas* const prob[], int ctx, const quant_t dq, int n, int16_t* out) GetCoeffsFast() argument
469 GetCoeffsAlt(VP8BitReader* const br, const VP8BandProbas* const prob[], int ctx, const quant_t dq, int n, int16_t* out) GetCoeffsAlt() argument
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_reader_inl_utils.h107 VP8GetBit(VP8BitReader* WEBP_RESTRICT const br, int prob, const char label[]) VP8GetBit() argument
159 VP8GetBitAlt(VP8BitReader* WEBP_RESTRICT const br, int prob, const char label[]) VP8GetBitAlt() argument
H A Dbit_writer_utils.c108 int VP8PutBit(VP8BitWriter* const bw, int bit, int prob) { in VP8PutBit() argument
/third_party/lzma/C/
H A DBcj2.c205 CBcj2Prob *prob; // unsigned index; in Bcj2Dec_Decode() local
H A DBcj2Enc.c311 CBcj2Prob *prob = p->probs + (unsigned) in Bcj2Enc_Encode_2() local
H A DPpmd7Dec.c135 UInt16 *prob = Ppmd7_GetBinSumm(p); in Ppmd7z_DecodeSymbol() local
H A DPpmd7Enc.c153 UInt16 *prob = Ppmd7_GetBinSumm(p); in Ppmd7z_EncodeSymbol() local

Completed in 17 milliseconds

12