Home | History | Annotate | Download | only in encoder

Lines Matching defs:extra

136       t[i].extra = eb;
139 // initialize the cost for extra bits for all possible coefficient value.
145 const int extra = t[i].extra;
149 cost += treed_cost(p->tree, p->prob, extra >> 1, length);
151 cost += vp9_cost_bit(vp9_prob_half, extra & 1); /* sign */
180 int16_t extra, uint8_t token,
184 (*t)->extra = extra;
266 vp9_dct_value_tokens_ptr[v].extra,