Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.c1056 unsigned int count_sat, in adapt_coef_probs() argument
1079 merge_probs(pre_probs[i][j][k][l][m], branch_ct[m], count_sat, in adapt_coef_probs()
1086 unsigned int count_sat, update_factor; in vp9_adapt_coef_probs() local
1090 count_sat = COEF_COUNT_SAT_KEY; in vp9_adapt_coef_probs()
1093 count_sat = COEF_COUNT_SAT_AFTER_KEY; in vp9_adapt_coef_probs()
1096 count_sat = COEF_COUNT_SAT; in vp9_adapt_coef_probs()
1099 adapt_coef_probs(cm, t, count_sat, update_factor); in vp9_adapt_coef_probs()
/external/libvpx/libvpx/vpx_dsp/
Dprob.h70 unsigned int count_sat, in merge_probs() argument
73 const unsigned int count = VPXMIN(ct[0] + ct[1], count_sat); in merge_probs()
74 const unsigned int factor = max_update_factor * count / count_sat; in merge_probs()