Home
last modified time | relevance | path

Searched refs:rstride (Results 1 – 3 of 3) sorted by relevance

/external/python/pybind11/include/pybind11/
Deigen.h83 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 */ };
/external/libaom/libaom/av1/encoder/
Dbitstream.c1618 const int rstride = cm->rst_info[plane].horz_units_per_tile; in write_modes_sb() local
1621 const int runit_idx = rcol + rrow * rstride; in write_modes_sb()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1354 const int rstride = cm->rst_info[plane].horz_units_per_tile; in decode_partition() local
1357 const int runit_idx = rcol + rrow * rstride; in decode_partition()