Home
last modified time | relevance | path

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

/external/webp/src/dec/
Ddsp.c590 static inline void FilterLoop26(uint8_t* p, int hstride, int vstride, int size, in FilterLoop26() function
621 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16()
626 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh); in HFilter16()
651 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8()
652 FilterLoop26(v, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8()
657 FilterLoop26(u, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8()
658 FilterLoop26(v, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8()