Home
last modified time | relevance | path

Searched defs:RTYPE (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h19 #define LD_B(RTYPE, psrc) *((const RTYPE *)(psrc)) argument
23 #define LD_H(RTYPE, psrc) *((const RTYPE *)(psrc)) argument
27 #define LD_W(RTYPE, psrc) *((const RTYPE *)(psrc)) argument
31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
35 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
286 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument
294 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) \ argument
302 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
310 #define LD_B5(RTYPE, psrc, stride, out0, out1, out2, out3, out4) \ argument
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h19 #define LD_B(RTYPE, psrc) *((const RTYPE *)(psrc)) argument
23 #define LD_H(RTYPE, psrc) *((const RTYPE *)(psrc)) argument
27 #define LD_W(RTYPE, psrc) *((const RTYPE *)(psrc)) argument
30 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
34 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
37 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
296 #define LD_B2(RTYPE, psrc, stride, out0, out1) { \ argument
303 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) { \ argument
309 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) { \ argument
316 #define LD_B5(RTYPE, psrc, stride, out0, out1, out2, out3, out4) { \ argument
[all …]
Dsad_msa.c14 #define SAD_INSVE_W4(RTYPE, in0, in1, in2, in3, out) { \ argument
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrixTriangular_MKL.h99 #define EIGEN_MKL_RANKUPDATE_C(EIGTYPE, MKLTYPE, RTYPE, MKLFUNC) \ argument