Home | History | Annotate | Download | only in enc

Lines Matching full:nbits

362       const int nbits = VP8LBitsLog2Ceiling(trimmed_length - 1);
363 const int nbitpairs = (nbits == 0) ? 1 : (nbits + 1) / 2;