MCPcopy Create free account
hub / github.com/Recordscript/recordscript / stride

Method stride

libs/scrap/src/common/aom.rs:579–581  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

577
578 #[inline]
579 fn stride(&self) -> Vec<i32> {
580 self.inner().stride.iter().map(|x| *x as i32).collect()
581 }
582
583 #[inline]
584 fn planes(&self) -> Vec<*mut u8> {

Callers

nothing calls this directly

Calls 2

iterMethod · 0.80
innerMethod · 0.45

Tested by

no test coverage detected