Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dreconintra.c948 static int is_smooth(const MB_MODE_INFO *mbmi, int plane) { in is_smooth() function
970 ab_sm = ab ? is_smooth(ab, plane) : 0; in get_filt_type()
971 le_sm = le ? is_smooth(le, plane) : 0; in get_filt_type()
975 ab_sm = ab ? is_smooth(ab, plane) : 0; in get_filt_type()
976 le_sm = le ? is_smooth(le, plane) : 0; in get_filt_type()