Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
iter
Method · 0.80
inner
Method · 0.45
Tested by
no test coverage detected