Home
last modified time | relevance | path

Searched refs:cumulative_target (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlagarith.c138 unsigned prob, cumulative_target; in lag_read_prob_header() local
200 cumulative_target = 1U << scale_factor; in lag_read_prob_header()
202 if (scaled_cumul_prob > cumulative_target) { in lag_read_prob_header()
208 scaled_cumul_prob = cumulative_target - scaled_cumul_prob; in lag_read_prob_header()