Lines Matching refs:uint8x8_t
77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle); in ConvertBGRAToRGBA()
79 const uint8x8_t pixels = vld1_u8((uint8_t*)src); in ConvertBGRAToRGBA()
95 const uint8x8_t shuffle0 = vld1_u8(kBGRShuffle[0]); in ConvertBGRAToBGR()
96 const uint8x8_t shuffle1 = vld1_u8(kBGRShuffle[1]); in ConvertBGRAToBGR()
97 const uint8x8_t shuffle2 = vld1_u8(kBGRShuffle[2]); in ConvertBGRAToBGR()
122 const uint8x8_t shuffle0 = vld1_u8(kRGBShuffle[0]); in ConvertBGRAToRGB()
123 const uint8x8_t shuffle1 = vld1_u8(kRGBShuffle[1]); in ConvertBGRAToRGB()
124 const uint8x8_t shuffle2 = vld1_u8(kRGBShuffle[2]); in ConvertBGRAToRGB()
168 const uint8x8_t shuffle) { in DoGreenShuffle()
179 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in AddGreenToBlueAndRed()
217 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColorInverse()