Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct16x16_msa.c342 LD_SH16(input, 8, l0, l8, l1, l9, l2, l10, l3, l11, in fadst16_transpose_msa()
354 LD_SH16(input, 8, l0, l8, l1, l9, l2, l10, l3, l11, in fadst16_transpose_msa()
/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_txfm_msa.c28 LD_SH16(input, src_stride, in fdct8x16_1d_column()
Didct16x16_msa.c298 LD_SH16(input, 8, in vpx_iadst16_1d_rows_msa()
Dmacros_msa.h371 #define LD_SH16(...) LD_H16(v8i16, __VA_ARGS__) macro