Home
last modified time | relevance | path

Searched defs:calc_offset (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libdav1d/src/arm/32/
H A Dfilmgrain16.S1279 .macro calc_offset offx, offy, src, sx, sy macro
H A Dfilmgrain.S1416 .macro calc_offset offx, offy, src, sx, sy macro
/aosp_15_r20/external/libdav1d/src/arm/64/
H A Dfilmgrain16.S1228 .macro calc_offset offx, offy, src, sx, sy macro
H A Dfilmgrain.S1345 .macro calc_offset offx, offy, src, sx, sy macro
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dtypes.rs238 pub fn calc_offset<T: Borrow<Self>>(point: T, pitch: [usize; 3]) -> usize { in calc_offset() method
/aosp_15_r20/external/bcc/tests/cc/
H A Dtest_c_api.cc865 uint64_t global_addr, offset, calc_offset, mod_start_addr, mod_file_offset; variable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c216 static __noinline __u64 calc_offset(bool is_ipv6, bool is_icmp) in calc_offset() function