Searched refs:RGBA5551 (Results 1 – 1 of 1) sorted by relevance
225 uint8x8x2_t RGBA5551; in packOneRowOfRGBA8ToUnsignedShort5551() local226 RGBA5551.val[0] = vorr_u8(vorr_u8(componentG2bit, componentB), componentA); in packOneRowOfRGBA8ToUnsignedShort5551()227 RGBA5551.val[1] = vorr_u8(componentR, componentG3bit); in packOneRowOfRGBA8ToUnsignedShort5551()228 vst2_u8(dst, RGBA5551); in packOneRowOfRGBA8ToUnsignedShort5551()