Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c206 int ctx_next, token_tree_sel_next; in vp9_optimize_b() local
215 token_tree_sel_next = (x == 0); in vp9_optimize_b()
217 (*token_costs_next)[token_tree_sel_next][ctx_next][token_next]; in vp9_optimize_b()
219 (*token_costs_next)[token_tree_sel_next][ctx_next][EOB_TOKEN]; in vp9_optimize_b()
222 token_tree_sel_next = (x1 == 0); in vp9_optimize_b()
224 (*token_costs_next)[token_tree_sel_next][ctx_next][token_next]; in vp9_optimize_b()
227 (*token_costs_next)[token_tree_sel_next][ctx_next][EOB_TOKEN]; in vp9_optimize_b()