Searched refs:SRAR_W2 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 1397 #define SRAR_W2(RTYPE, in0, in1, shift) \ macro 1405 SRAR_W2(RTYPE, in0, in1, shift); \ 1406 SRAR_W2(RTYPE, in2, in3, shift); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 1468 #define SRAR_W2(RTYPE, in0, in1, shift) { \ macro 1474 SRAR_W2(RTYPE, in0, in1, shift) \ 1475 SRAR_W2(RTYPE, in2, in3, shift) \
|