Lines Matching refs:extra
67 t[i].Extra = eb;
70 // initialize the cost for extra bits for all possible coefficient value.
77 const int extra = t[i].Extra;
81 cost += vp8_treed_cost(p->tree, p->prob, extra >> 1, Length);
83 cost += vp8_cost_bit(vp8_prob_half, extra & 1); /* sign */
126 t->Extra = vp8_dct_value_tokens_ptr[v].Extra;
181 t->Extra = vp8_dct_value_tokens_ptr[v].Extra;