Home
last modified time | relevance | path

Searched refs:mod_val (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtmpdigest.c57 int ff_rtmp_calc_digest_pos(const uint8_t *buf, int off, int mod_val, in ff_rtmp_calc_digest_pos() argument
64 digest_pos = digest_pos % mod_val + add_val; in ff_rtmp_calc_digest_pos()
H A Drtmp.h62 * @param mod_val value used for computing modulo
65 int ff_rtmp_calc_digest_pos(const uint8_t *buf, int off, int mod_val,
/third_party/ffmpeg/libavcodec/
H A Dmss1.c82 static int arith_get_number(ArithCoder *c, int mod_val) in arith_get_number() argument
85 int val = ((c->value - c->low + 1) * mod_val - 1) / range; in arith_get_number()
88 c->high = (prob + range) / mod_val + c->low - 1; in arith_get_number()
89 c->low += prob / mod_val; in arith_get_number()

Completed in 2 milliseconds