Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec.c594 static WEBP_INLINE void FilterLoop26_C(uint8_t* p, in FilterLoop26_C() function
633 FilterLoop26_C(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16_C()
638 FilterLoop26_C(p, 1, stride, 16, thresh, ithresh, hev_thresh); in HFilter16_C()
667 FilterLoop26_C(u, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8_C()
668 FilterLoop26_C(v, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8_C()
675 FilterLoop26_C(u, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8_C()
676 FilterLoop26_C(v, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8_C()