Lines Matching defs:src_argb
907 void ARGBToRGB24Row_NEON(const uint8_t* src_argb, in ARGBToRGB24Row_NEON()
925 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
1066 void ARGBShuffleRow_NEON(const uint8_t* src_argb, in ARGBShuffleRow_NEON()
1131 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON()
1148 void ARGBToRGB565DitherRow_NEON(const uint8_t* src_argb, in ARGBToRGB565DitherRow_NEON()
1170 void ARGBToARGB1555Row_NEON(const uint8_t* src_argb, in ARGBToARGB1555Row_NEON()
1187 void ARGBToARGB4444Row_NEON(const uint8_t* src_argb, in ARGBToARGB4444Row_NEON()
1206 void ARGBToYRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_NEON()
1229 void ARGBExtractAlphaRow_NEON(const uint8_t* src_argb, in ARGBExtractAlphaRow_NEON()
1247 void ARGBToYJRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_NEON()
1269 void ARGBToUV444Row_NEON(const uint8_t* src_argb, in ARGBToUV444Row_NEON()
1325 void ARGBToUVRow_NEON(const uint8_t* src_argb, in ARGBToUVRow_NEON()
1371 void ARGBToUVJRow_NEON(const uint8_t* src_argb, in ARGBToUVJRow_NEON()
2150 void ARGBAttenuateRow_NEON(const uint8_t* src_argb, in ARGBAttenuateRow_NEON()
2218 void ARGBShadeRow_NEON(const uint8_t* src_argb, in ARGBShadeRow_NEON()
2255 void ARGBGrayRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBGrayRow_NEON()
2320 void ARGBColorMatrixRow_NEON(const uint8_t* src_argb, in ARGBColorMatrixRow_NEON()