Home | History | Annotate | Download | only in C

Lines Matching full:bitcount

607     UInt32 bitCount = 0;

612 bitCount <<= 1;
616 bitCount++;
619 ProbPrices[i >> kNumMoveReducingBits] = ((kNumBitModelTotalBits << kCyclesBits) - 15 - bitCount);