Home
last modified time | relevance | path

Searched defs:base_h (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libdav1d/tests/checkasm/
H A Dlooprestoration.c86 const int base_h = 1 + (rnd() & 63); in check_wiener() local
146 const int base_h = 1 + (rnd() & 63); in check_sgr() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
H A Dimpl.cpp121 inline bool is_valid_input_region(int32_t base_w, uint32_t base_h, uint32_t w, uint32_t h, const De… in is_valid_input_region()