Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct16x16_msa.c343 LD_SH16(input, 8, l0, l8, l1, l9, l2, l10, l3, l11, l4, l12, l5, l13, l6, l14, in fadst16_transpose_msa()
355 LD_SH16(input, 8, l0, l8, l1, l9, l2, l10, l3, l11, l4, l12, l5, l13, l6, l14, in fadst16_transpose_msa()
/external/libvpx/vpx_dsp/mips/
Dfwd_txfm_msa.c44 LD_SH16(input, src_stride, in0, in1, in2, in3, in4, in5, in6, in7, in8, in9, in fdct8x16_1d_column()
Didct16x16_msa.c298 LD_SH16(input, 8, l0, l8, l1, l9, l2, l10, l3, l11, l4, l12, l5, l13, l6, l14, in vpx_iadst16_1d_rows_msa()
Dmacros_msa.h296 #define LD_SH16(...) LD_V16(v8i16, __VA_ARGS__) macro