Searched refs:has_cols (Results 1 – 2 of 2) sorted by relevance
890 int mi_col, int has_rows, int has_cols, in read_partition() argument898 if (has_rows && has_cols) in read_partition()900 else if (!has_rows && has_cols) in read_partition()902 else if (has_rows && !has_cols) in read_partition()923 const int has_cols = (mi_col + hbs) < cm->mi_cols; in decode_partition() local928 partition = read_partition(twd, mi_row, mi_col, has_rows, has_cols, n8x8_l2); in decode_partition()948 if (has_cols) in decode_partition()
404 const int has_cols = (mi_col + hbs) < cm->mi_cols; in write_partition() local406 if (has_rows && has_cols) { in write_partition()408 } else if (!has_rows && has_cols) { in write_partition()411 } else if (has_rows && !has_cols) { in write_partition()