Home | History | Annotate | Download | only in enc

Lines Matching refs:is_reachable

579       int is_reachable = 0;
580 for (j = 0; j < window_offsets_size && !is_reachable; ++j) {
581 is_reachable |= (window_offsets[i] == window_offsets[j] + 1);
583 if (!is_reachable) {