Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h1502 #define SRARI_W2(RTYPE, in0, in1, shift) { \ macro
1506 #define SRARI_W2_SW(...) SRARI_W2(v4i32, __VA_ARGS__)
1509 SRARI_W2(RTYPE, in0, in1, shift); \
1510 SRARI_W2(RTYPE, in2, in3, shift); \
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h1435 #define SRARI_W2(RTYPE, in0, in1, shift) \ macro
1443 SRARI_W2(RTYPE, in0, in1, shift); \
1444 SRARI_W2(RTYPE, in2, in3, shift); \