Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c104 unsigned int(*token_costs_cur)[2][COEFF_CONTEXTS][ENTROPY_TOKENS]; in vp9_optimize_b() local
126 token_costs_cur = token_costs + band_translate[0]; in vp9_optimize_b()
127 rate0 = (*token_costs_cur)[0][ctx0][EOB_TOKEN]; in vp9_optimize_b()
139 token_costs_cur = token_costs + band_cur; in vp9_optimize_b()
142 rate0 = (*token_costs_cur)[token_tree_sel_cur][ctx_cur][token]; in vp9_optimize_b()
194 base_bits0 + (*token_costs_cur)[token_tree_sel_cur][ctx_cur][t0]; in vp9_optimize_b()
196 base_bits1 + (*token_costs_cur)[token_tree_sel_cur][ctx_cur][t1]; in vp9_optimize_b()