Searched refs:ARGBColorMatrixRow (Results 1 – 2 of 2) sorted by relevance
1171 void (*ARGBColorMatrixRow)(uint8* dst_argb, const int8* matrix_argb, in ARGBColorMatrix() local1176 ARGBColorMatrixRow = ARGBColorMatrixRow_SSSE3; in ARGBColorMatrix()1181 ARGBColorMatrixRow(dst, matrix_argb, width); in ARGBColorMatrix()
1473 void (*ARGBColorMatrixRow)(const uint8* src_argb, uint8* dst_argb, in ARGBColorMatrix() local1492 ARGBColorMatrixRow = ARGBColorMatrixRow_SSSE3; in ARGBColorMatrix()1497 ARGBColorMatrixRow = ARGBColorMatrixRow_NEON; in ARGBColorMatrix()1501 ARGBColorMatrixRow(src_argb, dst_argb, matrix_argb, width); in ARGBColorMatrix()