Searched refs:kSymbolsInSecondByte (Results 1 – 1 of 1) sorted by relevance
133 const int kSymbolsInSecondByte = 8; in WriteTo() local141 for (int i = 0; i < kSymbolsInSecondByte; ++i) { in WriteTo()144 buffer[1] |= encoded_symbol << (kSymbolsInSecondByte - (i + 1)); in WriteTo()