Home | History | Annotate | Download | only in enc

Lines Matching refs:extra_bits

290     const int extra_bits = tokens[i].extra_bits;
294 VP8LWriteBits(bw, 2, extra_bits);
297 VP8LWriteBits(bw, 3, extra_bits);
300 VP8LWriteBits(bw, 7, extra_bits);