Home
last modified time | relevance | path

Searched refs:ILVR_H2_SW (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Ddct_msa.c102 ILVR_H2_SW(zero, in0, zero, in2, out0, out2); in vp8_short_fdct4x4_msa()
/external/libvpx/libvpx/vp8/common/mips/msa/
Dpostproc_msa.c622 ILVR_H2_SW(zero, add_r, zero, add_l, sum0_w, sum2_w); in vp8_mbpost_proc_across_ip_msa()
Dvp8_macros_msa.h1054 #define ILVR_H2_SW(...) ILVR_H2(v4i32, __VA_ARGS__) macro