Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c686 int prev_coef_savings[MAX_ENTROPY_TOKENS] = { 0 }; in independent_coef_context_savings() local
721 prev_coef_savings[t] += s; in independent_coef_context_savings()
732 if (prev_coef_savings[k] > 0 || cpi->common.frame_type == KEY_FRAME) { in independent_coef_context_savings()
733 savings += prev_coef_savings[k]; in independent_coef_context_savings()
878 int prev_coef_savings[ENTROPY_NODES] = { 0 }; in vp8_update_coef_probs() local
888 prev_coef_savings[t] += prob_update_savings(ct, oldp, newp, upd); in vp8_update_coef_probs()
909 int s = prev_coef_savings[t]; in vp8_update_coef_probs()