Searched refs:EOB_TOKEN (Results 1 – 7 of 7) sorted by relevance
76 -EOB_TOKEN, 2, // 0 = EOB411 add_token_no_extra(&t, coef_probs[band[c]][pt], EOB_TOKEN, in tokenize_b()
123 rate0 = (*token_costs_cur)[0][ctx0][EOB_TOKEN]; in vp9_optimize_b()209 (i + 1 != eob) ? vp9_get_token(qcoeff[scan[i + 1]]) : EOB_TOKEN; in vp9_optimize_b()219 (*token_costs_next)[token_tree_sel_next][ctx_next][EOB_TOKEN]; in vp9_optimize_b()227 (*token_costs_next)[token_tree_sel_next][ctx_next][EOB_TOKEN]; in vp9_optimize_b()
125 assert(c[t][i][j][k][0][l][EOB_TOKEN] == in fill_token_costs()126 c[t][i][j][k][1][l][EOB_TOKEN]); in fill_token_costs()
141 if (p->token == EOB_TOKEN) { in pack_mb_tokens()159 assert(t != EOB_TOKEN); in pack_mb_tokens()
381 cost = token_costs[0][0][pt][EOB_TOKEN]; in cost_coeffs()412 if (band_left) cost += (*token_costs)[0][!prev_t][EOB_TOKEN]; in cost_coeffs()449 cost += (*token_costs)[0][pt][EOB_TOKEN]; in cost_coeffs()
3290 for (n = THREE_TOKEN; n < EOB_TOKEN; ++n)3292 model_count[EOB_MODEL_TOKEN] = full_count[EOB_TOKEN];
38 #define EOB_TOKEN 11 // EOB Extra Bits 0+0 macro