Home
last modified time | relevance | path

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

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