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()
127 rate0 = (*token_costs_cur)[0][ctx0][EOB_TOKEN]; in vp9_optimize_b()213 (i + 1 != eob) ? vp9_get_token(qcoeff[scan[i + 1]]) : EOB_TOKEN; in vp9_optimize_b()223 (*token_costs_next)[token_tree_sel_next][ctx_next][EOB_TOKEN]; in vp9_optimize_b()231 (*token_costs_next)[token_tree_sel_next][ctx_next][EOB_TOKEN]; in vp9_optimize_b()
149 assert(c[t][i][j][k][0][l][EOB_TOKEN] == in fill_token_costs()150 c[t][i][j][k][1][l][EOB_TOKEN]); in fill_token_costs()
146 if (p->token == EOB_TOKEN) { in pack_mb_tokens()164 assert(t != EOB_TOKEN); in pack_mb_tokens()
389 cost = token_costs[0][0][pt][EOB_TOKEN]; in cost_coeffs()420 if (band_left) cost += (*token_costs)[0][!prev_t][EOB_TOKEN]; in cost_coeffs()457 cost += (*token_costs)[0][pt][EOB_TOKEN]; in cost_coeffs()
3490 for (n = THREE_TOKEN; n < EOB_TOKEN; ++n)3492 model_count[EOB_MODEL_TOKEN] = full_count[EOB_TOKEN];
38 #define EOB_TOKEN 11 // EOB Extra Bits 0+0 macro