Lines Matching defs:count
89 /* Returns the table width of the next 2nd level table. |count| is the histogram
92 static BROTLI_INLINE int NextTableBitSize(const uint16_t* const count,
96 left -= count[len];
106 uint16_t* count) {
125 symbol += count[bits];
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) {
172 uint16_t* count) {
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) {
236 for (; count[len] != 0; --count[len]) {
239 table_bits = NextTableBitSize(count, len, root_bits);