Searched refs:ARGBGrayRow (Results 1 – 1 of 1) sorted by relevance
1098 void (*ARGBGrayRow)(const uint8* src_argb, uint8* dst_argb, in ARGBGrayTo() local1104 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGrayTo()1109 ARGBGrayRow(src_argb, dst_argb, width); in ARGBGrayTo()1124 void (*ARGBGrayRow)(const uint8* src_argb, uint8* dst_argb, in ARGBGray() local1129 ARGBGrayRow = ARGBGrayRow_SSSE3; in ARGBGray()1134 ARGBGrayRow(dst, dst, width); in ARGBGray()