Searched refs:ST4x2_UB (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/mips/msa/ |
D | fdct4x4_msa.c | 42 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/ |
D | vp9_fdct4x4_msa.c | 42 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/ |
D | macros_msa.h | 373 #define ST4x2_UB(in, pdst, stride) \ macro
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 501 #define ST4x2_UB(in, pdst, stride) \ macro
|