• Home
  • Raw
  • Download

Lines Matching refs:src_argb

961 void ARGBToRGB24Row_NEON(const uint8_t* src_argb,  in ARGBToRGB24Row_NEON()  argument
971 : "+r"(src_argb), // %0 in ARGBToRGB24Row_NEON()
979 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON() argument
988 : "+r"(src_argb), // %0 in ARGBToRAWRow_NEON()
1121 void ARGBShuffleRow_NEON(const uint8_t* src_argb, in ARGBShuffleRow_NEON() argument
1133 : "+r"(src_argb), // %0 in ARGBShuffleRow_NEON()
1187 void ARGBToRGB565Row_NEON(const uint8_t* src_argb, in ARGBToRGB565Row_NEON() argument
1197 : "+r"(src_argb), // %0 in ARGBToRGB565Row_NEON()
1204 void ARGBToRGB565DitherRow_NEON(const uint8_t* src_argb, in ARGBToRGB565DitherRow_NEON() argument
1219 : "r"(src_argb), // %1 in ARGBToRGB565DitherRow_NEON()
1225 void ARGBToARGB1555Row_NEON(const uint8_t* src_argb, in ARGBToARGB1555Row_NEON() argument
1236 : "+r"(src_argb), // %0 in ARGBToARGB1555Row_NEON()
1243 void ARGBToARGB4444Row_NEON(const uint8_t* src_argb, in ARGBToARGB4444Row_NEON() argument
1256 : "+r"(src_argb), // %0 in ARGBToARGB4444Row_NEON()
1263 void ARGBToYRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_NEON() argument
1279 : "+r"(src_argb), // %0 in ARGBToYRow_NEON()
1286 void ARGBExtractAlphaRow_NEON(const uint8_t* src_argb, in ARGBExtractAlphaRow_NEON() argument
1296 : "+r"(src_argb), // %0 in ARGBExtractAlphaRow_NEON()
1304 void ARGBToYJRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_NEON() argument
1318 : "+r"(src_argb), // %0 in ARGBToYJRow_NEON()
1326 void ARGBToUV444Row_NEON(const uint8_t* src_argb, in ARGBToUV444Row_NEON() argument
1358 : "+r"(src_argb), // %0 in ARGBToUV444Row_NEON()
1393 void ARGBToUVRow_NEON(const uint8_t* src_argb, in ARGBToUVRow_NEON() argument
1398 const uint8_t* src_argb_1 = src_argb + src_stride_argb; in ARGBToUVRow_NEON()
1421 : "+r"(src_argb), // %0 in ARGBToUVRow_NEON()
1433 void ARGBToUVJRow_NEON(const uint8_t* src_argb, in ARGBToUVJRow_NEON() argument
1438 const uint8_t* src_argb_1 = src_argb + src_stride_argb; in ARGBToUVJRow_NEON()
1465 : "+r"(src_argb), // %0 in ARGBToUVJRow_NEON()
2190 void ARGBAttenuateRow_NEON(const uint8_t* src_argb, in ARGBAttenuateRow_NEON() argument
2207 : "+r"(src_argb), // %0 in ARGBAttenuateRow_NEON()
2259 void ARGBShadeRow_NEON(const uint8_t* src_argb, in ARGBShadeRow_NEON() argument
2286 : "+r"(src_argb), // %0 in ARGBShadeRow_NEON()
2296 void ARGBGrayRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBGrayRow_NEON() argument
2312 : "+r"(src_argb), // %0 in ARGBGrayRow_NEON()
2362 void ARGBColorMatrixRow_NEON(const uint8_t* src_argb, in ARGBColorMatrixRow_NEON() argument
2412 : "+r"(src_argb), // %0 in ARGBColorMatrixRow_NEON()