Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c210 int ctx_next, token_tree_sel_next; in vp9_optimize_b() local
218 ctx_next = get_coef_context(nb, token_cache, i + 1); in vp9_optimize_b()
221 (*token_costs_next)[token_tree_sel_next][ctx_next][token_next]; in vp9_optimize_b()
223 (*token_costs_next)[token_tree_sel_next][ctx_next][EOB_TOKEN]; in vp9_optimize_b()
225 ctx_next = get_coef_context(nb, token_cache, i + 1); in vp9_optimize_b()
228 (*token_costs_next)[token_tree_sel_next][ctx_next][token_next]; in vp9_optimize_b()
231 (*token_costs_next)[token_tree_sel_next][ctx_next][EOB_TOKEN]; in vp9_optimize_b()