Searched refs:rstride (Results 1 – 3 of 3) sorted by relevance
83 EigenIndex rstride, EigenIndex cstride) : in EigenConformable()86 if (rstride < 0 || cstride < 0) {89 stride = {EigenRowMajor ? rstride : cstride /* outer stride */,90 EigenRowMajor ? cstride : rstride /* inner stride */ };
1618 const int rstride = cm->rst_info[plane].horz_units_per_tile; in write_modes_sb() local1621 const int runit_idx = rcol + rrow * rstride; in write_modes_sb()
1354 const int rstride = cm->rst_info[plane].horz_units_per_tile; in decode_partition() local1357 const int runit_idx = rcol + rrow * rstride; in decode_partition()