Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/mips/msa/
Dfdct4x4_msa.c42 ST4x2_UB(in0, output, 4); in av1_fwht4x4_msa()
43 ST4x2_UB(in3, output + 4, 4); in av1_fwht4x4_msa()
44 ST4x2_UB(in1, output + 8, 4); in av1_fwht4x4_msa()
45 ST4x2_UB(in2, output + 12, 4); in av1_fwht4x4_msa()
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct4x4_msa.c42 ST4x2_UB(in0, output, 4); in vp9_fwht4x4_msa()
43 ST4x2_UB(in3, output + 4, 4); in vp9_fwht4x4_msa()
44 ST4x2_UB(in1, output + 8, 4); in vp9_fwht4x4_msa()
45 ST4x2_UB(in2, output + 12, 4); in vp9_fwht4x4_msa()
/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h373 #define ST4x2_UB(in, pdst, stride) \ macro
/external/libaom/libaom/aom_dsp/mips/
Dmacros_msa.h501 #define ST4x2_UB(in, pdst, stride) \ macro