Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_mips32.c89 static WEBP_INLINE void FilterLoop26(uint8_t* p, in FilterLoop26() function
122 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16()
127 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh); in HFilter16()
133 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8()
134 FilterLoop26(v, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8()
139 FilterLoop26(u, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8()
140 FilterLoop26(v, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8()
Ddec.c579 static WEBP_INLINE void FilterLoop26(uint8_t* p, in FilterLoop26() function
614 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16()
619 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh); in HFilter16()
644 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8()
645 FilterLoop26(v, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8()
650 FilterLoop26(u, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8()
651 FilterLoop26(v, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8()