Home
last modified time | relevance | path

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

/aosp_15_r20/external/libdav1d/src/
H A Dlf_apply_tmpl.c75 const int n_lines = 4 - (row + stripe_h + 1 == h); in backup_lpf() local
90 const int n_lines = 4 - (row + stripe_h + 1 == h); in backup_lpf() local
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_sidebar.py106 def assert_sidebar_n_lines(self, n_lines): argument