Searched refs:has_rows (Results 1 – 3 of 3) sorted by relevance
874 int mi_col, int has_rows, int has_cols, in read_partition() argument882 if (has_rows && has_cols) in read_partition()884 else if (!has_rows && has_cols) in read_partition()886 else if (has_rows && !has_cols) in read_partition()906 const int has_rows = (mi_row + hbs) < cm->mi_rows; in decode_partition() local912 partition = read_partition(twd, mi_row, mi_col, has_rows, has_cols, n8x8_l2); in decode_partition()926 if (has_rows) in decode_partition()
403 const int has_rows = (mi_row + hbs) < cm->mi_rows; 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()
940 const int has_rows = (mi_row_high + bs_high) < cm->mi_rows; in scale_partitioning_svc() local960 if ((!has_rows || !has_cols) && bsize_low > BLOCK_16X16) return 1; in scale_partitioning_svc()975 if (!has_cols && has_rows) { in scale_partitioning_svc()977 } else if (has_cols && !has_rows) { in scale_partitioning_svc()979 } else if (!has_cols && !has_rows) { in scale_partitioning_svc()