Lines Matching refs:block_length
1137 s->block_length[tree_type] = ReadBlockLength(len_tree, br);
1142 if (!SafeReadBlockLength(s, &s->block_length[tree_type], len_tree, br)) {
1633 --s->block_length[2];
1646 ++s->block_length[2];
1699 --s->block_length[1];
1771 if (BROTLI_PREDICT_FALSE(s->block_length[1] == 0)) {
1799 if (BROTLI_PREDICT_FALSE(s->block_length[0] == 0)) {
1815 --s->block_length[0];
1835 if (BROTLI_PREDICT_FALSE(s->block_length[0] == 0)) {
1854 --s->block_length[0];
1882 if (BROTLI_PREDICT_FALSE(s->block_length[2] == 0)) {
2311 if (!SafeReadBlockLength(s, &s->block_length[s->loop_counter],
2316 BROTLI_LOG_UINT(s->block_length[s->loop_counter]);