Home
last modified time | relevance | path

Searched refs:cumFreq (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dscpr.c103 static int decode(GetByteContext *gb, RangeCoder *rc, uint32_t cumFreq, uint32_t freq, uint32_t total_freq) in decode() argument
105 rc->code -= cumFreq * rc->range; in decode()
132 static int decode0(GetByteContext *gb, RangeCoder *rc, uint32_t cumFreq, uint32_t freq, uint32_t total_freq) in decode0() argument
139 t = rc->range * (uint64_t)cumFreq / total_freq; in decode0()
142 rc->range = rc->range * (uint64_t)(freq + cumFreq) / total_freq - (t + 1); in decode0()
H A Dscpr.h72 int (*decode)(GetByteContext *gb, RangeCoder *rc, uint32_t cumFreq, uint32_t freq, uint32_t total_freq);

Completed in 3 milliseconds