Searched defs:total_freq (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | scpr.c | 103 static int decode(GetByteContext *gb, RangeCoder *rc, uint32_t cumFreq, uint32_t freq, uint32_t total_freq) in decode() argument 117 static int get_freq(RangeCoder *rc, uint32_t total_freq, uint32_t *freq) in get_freq() argument 132 static int decode0(GetByteContext *gb, RangeCoder *rc, uint32_t cumFreq, uint32_t freq, uint32_t total_freq) in decode0() argument 154 get_freq0(RangeCoder *rc, uint32_t total_freq, uint32_t *freq) get_freq0() argument [all...] |
H A D | scpr.h | 39 uint32_t total_freq; member
|
H A D | mss3.c | 43 unsigned total_freq, total_weight; member
|
Completed in 3 milliseconds