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.c100 unsigned int(*token_costs_cur)[2][COEFF_CONTEXTS][ENTROPY_TOKENS]; in vp9_optimize_b() local
122 token_costs_cur = token_costs + band_translate[0]; in vp9_optimize_b()
123 rate0 = (*token_costs_cur)[0][ctx0][EOB_TOKEN]; in vp9_optimize_b()
135 token_costs_cur = token_costs + band_cur; in vp9_optimize_b()
138 rate0 = (*token_costs_cur)[token_tree_sel_cur][ctx_cur][token]; in vp9_optimize_b()
190 base_bits0 + (*token_costs_cur)[token_tree_sel_cur][ctx_cur][t0]; in vp9_optimize_b()
192 base_bits1 + (*token_costs_cur)[token_tree_sel_cur][ctx_cur][t1]; in vp9_optimize_b()