Searched refs:has_rows (Results 1 – 2 of 2) sorted by relevance
397 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() local400 if (has_rows && has_cols) { in write_partition()402 } else if (!has_rows && has_cols) { in write_partition()405 } else if (has_rows && !has_cols) { in write_partition()
388 const int has_rows = (mi_row + hbs) < cm->mi_rows; in read_partition() local392 if (has_rows && has_cols) in read_partition()394 else if (!has_rows && has_cols) in read_partition()396 else if (has_rows && !has_cols) in read_partition()