Lines Matching refs:dst_y
955 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_NEON() argument
965 "+r"(dst_y), // %1 in YUY2ToYRow_NEON()
972 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_NEON() argument
982 "+r"(dst_y), // %1 in UYVYToYRow_NEON()
1258 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON() argument
1277 "+r"(dst_y), // %1 in ARGBToYRow_NEON()
1302 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_NEON() argument
1319 "+r"(dst_y), // %1 in ARGBToYJRow_NEON()
1963 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON() argument
1983 "+r"(dst_y), // %1 in RGB565ToYRow_NEON()
1990 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON() argument
2010 "+r"(dst_y), // %1 in ARGB1555ToYRow_NEON()
2017 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON() argument
2037 "+r"(dst_y), // %1 in ARGB4444ToYRow_NEON()
2044 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON() argument
2063 "+r"(dst_y), // %1 in BGRAToYRow_NEON()
2070 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_NEON() argument
2089 "+r"(dst_y), // %1 in ABGRToYRow_NEON()
2096 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON() argument
2115 "+r"(dst_y), // %1 in RGBAToYRow_NEON()
2122 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int width) { in RGB24ToYRow_NEON() argument
2141 "+r"(dst_y), // %1 in RGB24ToYRow_NEON()
2148 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width) { in RAWToYRow_NEON() argument
2167 "+r"(dst_y), // %1 in RAWToYRow_NEON()
2681 uint8* dst_y, in SobelToPlaneRow_NEON() argument
2697 "+r"(dst_y), // %2 in SobelToPlaneRow_NEON()