Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_msa.c420 static void VFilterHorEdge16i(uint8_t* src, int stride, in VFilterHorEdge16i() function
437 VFilterHorEdge16i(src_y + 4 * stride, stride, b_limit, limit, thresh); in VFilter16i()
438 VFilterHorEdge16i(src_y + 8 * stride, stride, b_limit, limit, thresh); in VFilter16i()
439 VFilterHorEdge16i(src_y + 12 * stride, stride, b_limit, limit, thresh); in VFilter16i()