Home
last modified time | relevance | path

Searched refs:shuffler1 (Results 1 – 1 of 1) sorted by relevance

/external/libyuv/files/source/
Drow_msa.cc484 v16i8 shuffler1 = {0, 21, 1, 2, 22, 3, 4, 23, 5, 6, 24, 7, 8, 25, 9, 10}; in I422ToRGB24Row_MSA() local
511 dst1 = (v16u8)__msa_vshf_b(shuffler1, (v16i8)reg3, (v16i8)reg1); in I422ToRGB24Row_MSA()
939 v16i8 shuffler1 = {5, 6, 8, 9, 10, 12, 13, 14, in ARGBToRGB24Row_MSA() local
950 dst1 = (v16u8)__msa_vshf_b(shuffler1, (v16i8)src2, (v16i8)src1); in ARGBToRGB24Row_MSA()
963 v16i8 shuffler1 = {5, 4, 10, 9, 8, 14, 13, 12, in ARGBToRAWRow_MSA() local
974 dst1 = (v16u8)__msa_vshf_b(shuffler1, (v16i8)src2, (v16i8)src1); in ARGBToRAWRow_MSA()
2499 v16i8 shuffler1 = {2, 3, 6, 7, 10, 11, 14, 15, in ARGBToUVJRow_MSA() local
2546 const_0x8080, shuffler1, shuffler0, shuffler2, shuffler3, dst0, in ARGBToUVJRow_MSA()
2567 v16i8 shuffler1 = {2, 3, 6, 7, 10, 11, 14, 15, in BGRAToUVRow_MSA() local
2579 const_0x8080, shuffler0, shuffler1, shuffler2, shuffler3, dst0, in BGRAToUVRow_MSA()
[all …]