Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dmsa_macro.h241 #define LD_B8(RTYPE, psrc, stride, \ macro
246 #define LD_UB8(...) LD_B8(v16u8, __VA_ARGS__)
247 #define LD_SB8(...) LD_B8(v16i8, __VA_ARGS__)
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h300 #define LD_B8(RTYPE, psrc, stride, out0, out1, out2, out3, out4, out5, out6, \ macro
306 #define LD_UB8(...) LD_B8(v16u8, __VA_ARGS__)
307 #define LD_SB8(...) LD_B8(v16i8, __VA_ARGS__)
/external/libaom/libaom/aom_dsp/mips/
Dmacros_msa.h333 #define LD_B8(RTYPE, psrc, stride, out0, out1, out2, out3, out4, out5, out6, \ macro
339 #define LD_UB8(...) LD_B8(v16u8, __VA_ARGS__)
340 #define LD_SB8(...) LD_B8(v16i8, __VA_ARGS__)