Searched refs:kBGRShuffle (Results 1 – 1 of 1) sorted by relevance
86 static const uint8_t kBGRShuffle[3][8] = { variable95 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()