Searched refs:has_cols (Results 1 – 2 of 2) sorted by relevance
401 const int has_cols = (mi_col + hbs) < cm->mi_cols; 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()
387 const int has_cols = (mi_col + hbs) < cm->mi_cols; 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()