HomeSort by relevance Sort by last modified time
    Searched refs:DOTP_SH2 (Results 1 - 4 of 4) sorted by null

  /external/libaom/libaom/aom_dsp/mips/
macros_msa.h     [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 629 #define DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) \
634 #define DOTP_SH2_SW(...) DOTP_SH2(v4i32, __VA_ARGS__)
639 DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1); \
640 DOTP_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 640 #define DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) \
649 DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1); \
650 DOTP_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
    [all...]
  /external/webp/src/dsp/
msa_macro.h 487 #define DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) do { \
491 #define DOTP_SH2_SW(...) DOTP_SH2(v4i32, __VA_ARGS__)
    [all...]

Completed in 58 milliseconds