Home
last modified time | relevance | path

Searched refs:stidx (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h401 #define ST2x4_UB(in, stidx, pdst, stride) \ argument
406 out0_m = __msa_copy_u_h((v8i16)in, (stidx)); \
407 out1_m = __msa_copy_u_h((v8i16)in, (stidx + 1)); \
408 out2_m = __msa_copy_u_h((v8i16)in, (stidx + 2)); \
409 out3_m = __msa_copy_u_h((v8i16)in, (stidx + 3)); \
1202 #define SPLATI_W2(RTYPE, in, stidx, out0, out1) \ argument
1204 out0 = (RTYPE)__msa_splati_w((v4i32)in, stidx); \
1205 out1 = (RTYPE)__msa_splati_w((v4i32)in, (stidx + 1)); \
/external/webp/src/dsp/
Dmsa_macro.h368 #define ST2x4_UB(in, stidx, pdst, stride) do { \ argument
370 const uint16_t out0_m = __msa_copy_s_h((v8i16)in, stidx); \
371 const uint16_t out1_m = __msa_copy_s_h((v8i16)in, stidx + 1); \
372 const uint16_t out2_m = __msa_copy_s_h((v8i16)in, stidx + 2); \
373 const uint16_t out3_m = __msa_copy_s_h((v8i16)in, stidx + 3); \
/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h350 #define ST2x4_UB(in, stidx, pdst, stride) \ argument
355 out0_m = __msa_copy_u_h((v8i16)in, (stidx)); \
356 out1_m = __msa_copy_u_h((v8i16)in, (stidx + 1)); \
357 out2_m = __msa_copy_u_h((v8i16)in, (stidx + 2)); \
358 out3_m = __msa_copy_u_h((v8i16)in, (stidx + 3)); \
/external/libaom/libaom/aom_dsp/mips/
Dmacros_msa.h478 #define ST2x4_UB(in, stidx, pdst, stride) \ argument
483 out0_m = __msa_copy_u_h((v8i16)in, (stidx)); \
484 out1_m = __msa_copy_u_h((v8i16)in, (stidx + 1)); \
485 out2_m = __msa_copy_u_h((v8i16)in, (stidx + 2)); \
486 out3_m = __msa_copy_u_h((v8i16)in, (stidx + 3)); \