Lines Matching refs:src_argb1555
1500 void ARGB1555ToARGBRow_MSA(const uint8* src_argb1555, in ARGB1555ToARGBRow_MSA() argument
1511 src0 = (v8u16)__msa_ld_h((v8u16*)src_argb1555, 0); in ARGB1555ToARGBRow_MSA()
1512 src1 = (v8u16)__msa_ld_h((v8u16*)src_argb1555, 16); in ARGB1555ToARGBRow_MSA()
1545 src_argb1555 += 32; in ARGB1555ToARGBRow_MSA()
1645 void ARGB1555ToYRow_MSA(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_MSA() argument
1657 src0 = (v8u16)__msa_ld_b((v8i16*)src_argb1555, 0); in ARGB1555ToYRow_MSA()
1658 src1 = (v8u16)__msa_ld_b((v8i16*)src_argb1555, 16); in ARGB1555ToYRow_MSA()
1697 src_argb1555 += 32; in ARGB1555ToYRow_MSA()
1847 void ARGB1555ToUVRow_MSA(const uint8* src_argb1555, in ARGB1555ToUVRow_MSA() argument
1853 const uint16* s = (const uint16*)src_argb1555; in ARGB1555ToUVRow_MSA()
1854 const uint16* t = (const uint16*)(src_argb1555 + src_stride_argb1555); in ARGB1555ToUVRow_MSA()