Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dloopfilter_filters.c38 static signed char vp8_hevmask(uc thresh, uc p1, uc p0, uc q0, uc q1) { in vp8_hevmask() function
106 hev = vp8_hevmask(thresh[0], s[-2 * p], s[-1 * p], s[0 * p], s[1 * p]); in loop_filter_horizontal_edge_c()
130 hev = vp8_hevmask(thresh[0], s[-2], s[-1], s[0], s[1]); in loop_filter_vertical_edge_c()
207 hev = vp8_hevmask(thresh[0], s[-2 * p], s[-1 * p], s[0 * p], s[1 * p]); in mbloop_filter_horizontal_edge_c()
229 hev = vp8_hevmask(thresh[0], s[-2], s[-1], s[0], s[1]); in mbloop_filter_vertical_edge_c()