Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_prob.c37 unsigned int count_sat, in tree_merge_probs_impl() argument
44 count_sat, max_update, probs); in tree_merge_probs_impl()
49 count_sat, max_update, probs); in tree_merge_probs_impl()
52 count_sat, max_update); in tree_merge_probs_impl()
57 const unsigned int *counts, unsigned int count_sat, in vp9_tree_merge_probs() argument
59 tree_merge_probs_impl(0, tree, pre_probs, counts, count_sat, in vp9_tree_merge_probs()
Dvp9_entropy.c745 unsigned int count_sat, in adapt_coef_probs() argument
771 count_sat, update_factor); in adapt_coef_probs()
777 unsigned int count_sat, update_factor; in vp9_adapt_coef_probs() local
781 count_sat = COEF_COUNT_SAT_KEY; in vp9_adapt_coef_probs()
784 count_sat = COEF_COUNT_SAT_AFTER_KEY; in vp9_adapt_coef_probs()
787 count_sat = COEF_COUNT_SAT; in vp9_adapt_coef_probs()
790 adapt_coef_probs(cm, t, count_sat, update_factor); in vp9_adapt_coef_probs()
Dvp9_prob.h65 unsigned int count_sat, in merge_probs() argument
68 const unsigned int count = MIN(ct[0] + ct[1], count_sat); in merge_probs()
69 const unsigned int factor = max_update_factor * count / count_sat; in merge_probs()
74 const unsigned int *counts, unsigned int count_sat,