Lines Matching defs:src_argb
697 void SplitARGBRow_NEON(const uint8_t* src_argb, in SplitARGBRow_NEON()
753 void SplitXRGBRow_NEON(const uint8_t* src_argb, in SplitXRGBRow_NEON()
1134 void ARGBMirrorRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBMirrorRow_NEON()
1349 void ARGBToRGB24Row_NEON(const uint8_t* src_argb, in ARGBToRGB24Row_NEON()
1368 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
1509 void ARGBShuffleRow_NEON(const uint8_t* src_argb, in ARGBShuffleRow_NEON()
1574 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON()
1591 void ARGBToRGB565DitherRow_NEON(const uint8_t* src_argb, in ARGBToRGB565DitherRow_NEON()
1613 void ARGBToARGB1555Row_NEON(const uint8_t* src_argb, in ARGBToARGB1555Row_NEON()
1630 void ARGBToARGB4444Row_NEON(const uint8_t* src_argb, in ARGBToARGB4444Row_NEON()
1649 void ARGBExtractAlphaRow_NEON(const uint8_t* src_argb, in ARGBExtractAlphaRow_NEON()
1668 void ARGBToUV444Row_NEON(const uint8_t* src_argb, in ARGBToUV444Row_NEON()
1720 void ARGBToUVRow_NEON(const uint8_t* src_argb, in ARGBToUVRow_NEON()
1766 void ARGBToUVJRow_NEON(const uint8_t* src_argb, in ARGBToUVJRow_NEON()
2393 void ARGBToAR64Row_NEON(const uint8_t* src_argb, in ARGBToAR64Row_NEON()
2416 void ARGBToAB64Row_NEON(const uint8_t* src_argb, in ARGBToAB64Row_NEON()
2526 void ARGBToYMatrixRow_NEON(const uint8_t* src_argb, in ARGBToYMatrixRow_NEON()
2558 void ARGBToYRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_NEON()
2562 void ARGBToYJRow_NEON(const uint8_t* src_argb, uint8_t* dst_yj, int width) { in ARGBToYJRow_NEON()
2785 void ARGBBlendRow_NEON(const uint8_t* src_argb, in ARGBBlendRow_NEON()
2845 void ARGBAttenuateRow_NEON(const uint8_t* src_argb, in ARGBAttenuateRow_NEON()
2913 void ARGBShadeRow_NEON(const uint8_t* src_argb, in ARGBShadeRow_NEON()
2950 void ARGBGrayRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBGrayRow_NEON()
3015 void ARGBColorMatrixRow_NEON(const uint8_t* src_argb, in ARGBColorMatrixRow_NEON()
3074 void ARGBMultiplyRow_NEON(const uint8_t* src_argb, in ARGBMultiplyRow_NEON()
3103 void ARGBAddRow_NEON(const uint8_t* src_argb, in ARGBAddRow_NEON()
3126 void ARGBSubtractRow_NEON(const uint8_t* src_argb, in ARGBSubtractRow_NEON()