Home | History | Annotate | Download | only in encoder

Lines Matching defs:eob

109     const int eob = b->eob;     /* one beyond last nonzero coeff */
119 if (c < eob)
141 while (pt = vp8_prev_token_class[x], ++t, c < eob && ++c < 16);
162 const int eob = b->eob; /* one beyond last nonzero coeff */
174 if (c < eob)
193 while (pt = vp8_prev_token_class[x], ++t, c < eob && ++c < 16);
213 skip &= (x->block[i].eob < 2);
217 skip &= (!x->block[i].eob);