Home
last modified time | relevance | path

Searched refs:filt_off (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dcnn.c303 const int filt_off = (filt_width - 1) / 2; in get_start_shift_convolve() local
305 return AOMMIN((dif + (filt_width % 2)) / 2, filt_off); in get_start_shift_convolve()