/external/libvpx/libvpx/vpx_dsp/mips/ |
subtract_msa.c | 21 v16u8 src_l0, src_l1; 40 v16u8 src_l0, src_l1; 64 v16u8 src_l0, src_l1; 123 v16u8 src_l0, src_l1; 185 v16u8 src_l0, src_l1;
|
vpx_convolve_copy_msa.c | 18 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; 101 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; 125 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; 155 v16u8 src0, src1, src2, src3, src4, src5, src6, src7;
|
fwd_txfm_msa.h | 324 tp0_m = (v8i16)__msa_xori_b((v16u8)tp0_m, 255); \ 325 tp1_m = (v8i16)__msa_xori_b((v16u8)tp1_m, 255); \
|
idct16x16_msa.c | 268 v16u8 dst0, dst1, dst2, dst3, tmp0, tmp1, tmp2, tmp3; 334 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; 335 v16u8 dst8, dst9, dst10, dst11, dst12, dst13, dst14, dst15;
|
inv_txfm_msa.h | 97 v16u8 dst0_m, dst1_m, dst2_m, dst3_m; \
|
idct32x32_msa.c | 710 v16u8 dst0, dst1, dst2, dst3, tmp0, tmp1, tmp2, tmp3;
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
sixtap_filter_msa.c | 147 v16u8 mask0, mask1, mask2, out; 174 v16u8 mask0, mask1, mask2, out; 224 v16u8 mask0, mask1, mask2, tmp0, tmp1; 270 v16u8 mask0, mask1, mask2, out; 320 v16u8 out; 367 v16u8 tmp0, tmp1; 418 v16u8 tmp0, tmp1, tmp2, tmp3; 484 v16u8 mask0, mask1, mask2, out; 558 v16u8 mask0, mask1, mask2, vec0, vec1; 657 v16u8 out [all...] |
idct_msa.c | 224 v16u8 dest0, dest1, dest2, dest3; 289 v16u8 dest0, dest1, dest2, dest3;
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
vp9_fdct4x4_msa.c | 63 temp = (v8i16)__msa_xori_b((v16u8)temp, 255);
|
vp9_temporal_filter_msa.c | 25 v16u8 frm_r, frm_l; 153 v16u8 frm_r, frm_l;
|
/external/clang/test/CodeGen/ |
builtins-mips-msa.c | 9 typedef unsigned char v16u8 __attribute__ ((vector_size(16))); typedef 31 v16u8 v16u8_a = (v16u8) {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; 32 v16u8 v16u8_b = (v16u8) {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; 33 v16u8 v16u8_r; [all...] |
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
temporal_filter_msa.c | 23 v16u8 frame_l, frame_h; 141 v16u8 frame_l, frame_h;
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
msa.h | 33 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16))); typedef
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
msa.h | 33 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16))); typedef
|