Home | History | Annotate | Download | only in enc

Lines Matching full:extra_bits

541     const int extra_bits = tokens[i].extra_bits;
545 VP8LPutBits(bw, extra_bits, 2);
548 VP8LPutBits(bw, extra_bits, 3);
551 VP8LPutBits(bw, extra_bits, 7);