Home | History | Annotate | Download | only in source

Lines Matching refs:dst_argb

1154                          uint8* dst_argb,
1184 ST_UB(dst0, dst_argb);
1187 dst_argb += 16;
1193 uint8* dst_argb,
1205 ST_UB2(dst0, dst1, dst_argb, 16);
1208 dst_argb += 32;
1214 uint8* dst_argb,
1226 ST_UB2(dst0, dst1, dst_argb, 16);
1229 dst_argb += 32;
1233 void ARGBAttenuateRow_MSA(const uint8* src_argb, uint8* dst_argb, int width) {
1292 ST_UB2(dst0, dst1, dst_argb, 16);
1294 dst_argb += 32;
1343 uint8* dst_argb,
1360 ST_UB2(dst0, dst1, dst_argb, 16);
1362 dst_argb += 32;
1367 uint8* dst_argb,
1399 ST_UB(dst0, dst_argb);
1401 dst_argb += 16;
1405 void ARGBGrayRow_MSA(const uint8* src_argb, uint8* dst_argb, int width) {
1424 ST_UB2(dst0, dst1, dst_argb, 16);
1426 dst_argb += 32;
1430 void ARGBSepiaRow_MSA(uint8* dst_argb, int width) {
1443 src0 = (v16u8)__msa_ld_b((v16u8*)dst_argb, 0);
1444 src1 = (v16u8)__msa_ld_b((v16u8*)dst_argb, 16);
1466 ST_UB2(dst0, dst1, dst_argb, 16);
1467 dst_argb += 32;
1472 uint8* dst_argb,
1494 ST_UB4(dst0, dst1, dst2, dst3, dst_argb, 16);
1496 dst_argb += 64;
1501 uint8* dst_argb,
1544 ST_UB4(dst0, dst1, dst2, dst3, dst_argb, 16);
1546 dst_argb += 64;
1550 void RGB565ToARGBRow_MSA(const uint8* src_rgb565, uint8* dst_argb, int width) {
1589 ST_UB4(dst0, dst1, dst2, dst3, dst_argb, 16);
1591 dst_argb += 64;
1595 void RGB24ToARGBRow_MSA(const uint8* src_rgb24, uint8* dst_argb, int width) {
1614 ST_UB4(dst0, dst1, dst2, dst3, dst_argb, 16);
1616 dst_argb += 64;
1620 void RAWToARGBRow_MSA(const uint8* src_raw, uint8* dst_argb, int width) {
1639 ST_UB4(dst0, dst1, dst2, dst3, dst_argb, 16);
1641 dst_argb += 64;
2332 uint8* dst_argb,
2351 ST_UB4(dst0, dst1, dst2, dst3, dst_argb, 16);
2354 dst_argb += 64;
2381 uint8* dst_argb,
2400 ST_UB4(dst0, dst1, dst2, dst3, dst_argb, 16);
2403 dst_argb += 64;
2777 dst_argb, int width) {
2792 ST_UB4(dst0, dst1, dst2, dst3, dst_argb, 16);
2794 dst_argb += 64;
2918 void ARGBSetRow_MSA(uint8* dst_argb, uint32 v32, int width) {
2923 ST_UB(dst0, dst_argb);
2924 dst_argb += 16;