Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec_msa.c652 ST2x4_UB(tmp1, 0, ptemp_src, stride); in SimpleHFilter16()
654 ST2x4_UB(tmp1, 4, ptemp_src, stride); in SimpleHFilter16()
656 ST2x4_UB(tmp0, 0, ptemp_src, stride); in SimpleHFilter16()
658 ST2x4_UB(tmp0, 4, ptemp_src, stride); in SimpleHFilter16()
Dmsa_macro.h368 #define ST2x4_UB(in, stidx, pdst, stride) do { \ macro