Searched refs:ST2x4_UB (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | dec_msa.c | 652 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()
|
D | msa_macro.h | 368 #define ST2x4_UB(in, stidx, pdst, stride) do { \ macro
|