/external/libvpx/libvpx/vpx_dsp/mips/ |
intrapred_msa.c | 65 ST_UB2(src1, src2, dst, 16); 141 ST_UB2(src0, src0, dst, 16); 143 ST_UB2(src1, src1, dst, 16); 145 ST_UB2(src2, src2, dst, 16); 147 ST_UB2(src3, src3, dst, 16); 338 ST_UB2(out, out, dst, 16); 340 ST_UB2(out, out, dst, 16); 364 ST_UB2(out, out, dst, 16); 366 ST_UB2(out, out, dst, 16); 376 ST_UB2(out, out, dst, 16) [all...] |
loopfilter_16_msa.c | 74 ST_UB2(q1_out, q2_out, filter48, 16); 106 ST_UB2(q1, q2, src, pitch); 807 ST_UB2(q1_out, q2_out, filter48, 16); [all...] |
idct32x32_msa.c | 734 ST_UB2(tmp0, tmp1, dst, 16); 736 ST_UB2(tmp2, tmp3, dst, 16);
|
loopfilter_8_msa.c | 156 ST_UB2(q1_out, q2_out, src, pitch);
|
macros_msa.h | 404 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__) [all...] |
/external/libvpx/libvpx/vp8/common/mips/msa/ |
loopfilter_filters_msa.c | 374 ST_UB2(q1, q2, temp_src, pitch); 577 ST_UB2(p0, q0, (src - pitch), pitch); [all...] |
vp8_macros_msa.h | 368 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__) [all...] |