Home | History | Annotate | Download | only in enc

Lines Matching defs:kMinLength

358     const int kMinLength = 4;
362 if (rle_len >= prev_row_len && rle_len >= kMinLength) {
368 } else if (prev_row_len >= kMinLength) {