Lines Matching full:nbitpairs
373 const int nbitpairs = (nbits == 0) ? 1 : (nbits + 1) / 2;374 VP8LWriteBits(bw, 3, nbitpairs - 1);376 VP8LWriteBits(bw, nbitpairs * 2, trimmed_length - 2);