Home
last modified time | relevance | path

Searched defs:src_block_size (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/test/
H A Dav1_horz_only_frame_superres_test.cc66 int src_block_size() const { return (h_ + 2 * kVPad) * src_stride(); } in src_block_size() function in __anona05fc7f90111::TestImage
H A Dav1_convolve_scale_test.cc68 int src_block_size() const { return (h_ + 2 * kVPad) * src_stride(); } in src_block_size() function in __anon35c25fe60111::TestImage
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp1340 size_t src_block_size = unit * self_sizes[dim]; in narrow_copy_dense_cpu_out() local