Lines Matching defs:out
77 static void TransformWHT(const int16_t* in, int16_t* out) {
101 out[0] = __msa_copy_s_h(out0, 0);
102 out[16] = __msa_copy_s_h(out0, 4);
103 out[32] = __msa_copy_s_h(out1, 0);
104 out[48] = __msa_copy_s_h(out1, 4);
105 out[64] = __msa_copy_s_h(out0, 1);
106 out[80] = __msa_copy_s_h(out0, 5);
107 out[96] = __msa_copy_s_h(out1, 1);
108 out[112] = __msa_copy_s_h(out1, 5);
109 out[128] = __msa_copy_s_h(out0, 2);
110 out[144] = __msa_copy_s_h(out0, 6);
111 out[160] = __msa_copy_s_h(out1, 2);
112 out[176] = __msa_copy_s_h(out1, 6);
113 out[192] = __msa_copy_s_h(out0, 3);
114 out[208] = __msa_copy_s_h(out0, 7);
115 out[224] = __msa_copy_s_h(out1, 3);
116 out[240] = __msa_copy_s_h(out1, 7);
710 uint32_t out;
719 out = __msa_copy_s_w((v4i32)R, 0);
720 SW4(out, out, out, out, dst, BPS);
782 v16u8 out;
788 out = (v16u8)__msa_fill_b(dc >> 5);
789 ST_UB8(out, out, out, out, out, out, out, out, dst, BPS);
790 ST_UB8(out, out, out, out, out, out, out, out, dst + 8 * BPS, BPS);
840 v16u8 out;
845 out = (v16u8)__msa_fill_b(dc >> 4);
846 ST_UB8(out, out, out, out, out, out, out, out, dst, BPS);
847 ST_UB8(out, out, out, out, out, out, out, out, dst + 8 * BPS, BPS);
854 v16u8 out;
857 out = (v16u8)__msa_fill_b(dc >> 4);
858 ST_UB8(out, out, out, out, out, out, out, out, dst, BPS);
859 ST_UB8(out, out, out, out, out, out, out, out, dst + 8 * BPS, BPS);
863 const v16u8 out = (v16u8)__msa_fill_b(0x80);
864 ST_UB8(out, out, out, out, out, out, out, out, dst, BPS);
865 ST_UB8(out, out, out, out, out, out, out, out, dst + 8 * BPS, BPS);
870 #define STORE8x8(out, dst) do { \
871 SD4(out, out, out, out, dst + 0 * BPS, BPS); \
872 SD4(out, out, out, out, dst + 4 * BPS, BPS); \
878 uint64_t out;
890 out = __msa_copy_s_d((v2i64)dctemp, 0);
891 STORE8x8(out, dst);
919 const uint64_t out = __msa_copy_s_d((v2i64)rtop, 0);
920 STORE8x8(out, dst);
947 const uint64_t out = __msa_copy_s_d((v2i64)dcval, 0);
948 STORE8x8(out, dst);
954 uint64_t out;
961 out = __msa_copy_s_d((v2i64)dctemp, 0);
962 STORE8x8(out, dst);
966 const uint64_t out = 0x8080808080808080ULL;
967 STORE8x8(out, dst);