Lines Matching refs:src_rgb24
1295 void RGB24MirrorRow_NEON(const uint8_t* src_rgb24, in RGB24MirrorRow_NEON() argument
1298 src_rgb24 += width * 3 - 24; in RGB24MirrorRow_NEON()
1308 : "+r"(src_rgb24), // %0 in RGB24MirrorRow_NEON()
1315 void RGB24ToARGBRow_NEON(const uint8_t* src_rgb24, in RGB24ToARGBRow_NEON() argument
1325 : "+r"(src_rgb24), // %0 in RGB24ToARGBRow_NEON()
2066 void RGB24ToUVJRow_NEON(const uint8_t* src_rgb24, in RGB24ToUVJRow_NEON() argument
2100 : "+r"(src_rgb24), // %0 in RGB24ToUVJRow_NEON()
2292 void RGB24ToUVRow_NEON(const uint8_t* src_rgb24, in RGB24ToUVRow_NEON() argument
2326 : "+r"(src_rgb24), // %0 in RGB24ToUVRow_NEON()
2901 void RGB24ToYJRow_NEON(const uint8_t* src_rgb24, uint8_t* dst_yj, int width) { in RGB24ToYJRow_NEON() argument
2902 RGBToYMatrixRow_NEON(src_rgb24, dst_yj, width, &kRgb24JPEGConstants); in RGB24ToYJRow_NEON()
2909 void RGB24ToYRow_NEON(const uint8_t* src_rgb24, uint8_t* dst_y, int width) { in RGB24ToYRow_NEON() argument
2910 RGBToYMatrixRow_NEON(src_rgb24, dst_y, width, &kRgb24I601Constants); in RGB24ToYRow_NEON()