Home | History | Annotate | Download | only in enc

Lines Matching full:n_bits

449       int bits, n_bits;
452 PrefixEncode(v->len, &code, &n_bits, &bits);
454 VP8LWriteBits(bw, n_bits, bits);
457 PrefixEncode(distance, &code, &n_bits, &bits);
459 VP8LWriteBits(bw, n_bits, bits);