Searched refs:LD_W4 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
D | fdctdsp.c | 71 #define LD_W4 vec_splat(cnsts1, 0) macro 122 cnst = LD_W4; \ 179 cnst = LD_W4; \ 340 cnst = LD_W4; in ff_fdct_altivec() 371 cnst = LD_W4; in ff_fdct_altivec()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | msa_macro.h | 284 #define LD_W4(RTYPE, psrc, stride, out0, out1, out2, out3) do { \ macro 288 #define LD_UW4(...) LD_W4(v4u32, __VA_ARGS__) 289 #define LD_SW4(...) LD_W4(v4i32, __VA_ARGS__)
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | msa_macro.h | 284 #define LD_W4(RTYPE, psrc, stride, out0, out1, out2, out3) do { \ macro 288 #define LD_UW4(...) LD_W4(v4u32, __VA_ARGS__) 289 #define LD_SW4(...) LD_W4(v4i32, __VA_ARGS__)
|