Searched refs:has_rows (Results 1 – 2 of 2) sorted by relevance
400 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() local403 if (has_rows && has_cols) { in write_partition()405 } else if (!has_rows && has_cols) { in write_partition()408 } else if (has_rows && !has_cols) { in write_partition()
386 const int has_rows = (mi_row + hbs) < cm->mi_rows; in read_partition() local390 if (has_rows && has_cols) in read_partition()392 else if (!has_rows && has_cols) in read_partition()394 else if (has_rows && !has_cols) in read_partition()