Lines Matching refs:dst_y
965 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_NEON() argument
975 "+r"(dst_y), // %1 in YUY2ToYRow_NEON()
982 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_NEON() argument
992 "+r"(dst_y), // %1 in UYVYToYRow_NEON()
1271 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON() argument
1290 "+r"(dst_y), // %1 in ARGBToYRow_NEON()
1314 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_NEON() argument
1331 "+r"(dst_y), // %1 in ARGBToYJRow_NEON()
1935 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON() argument
1955 "+r"(dst_y), // %1 in RGB565ToYRow_NEON()
1963 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON() argument
1983 "+r"(dst_y), // %1 in ARGB1555ToYRow_NEON()
1990 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON() argument
2010 "+r"(dst_y), // %1 in ARGB4444ToYRow_NEON()
2017 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON() argument
2036 "+r"(dst_y), // %1 in BGRAToYRow_NEON()
2043 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_NEON() argument
2062 "+r"(dst_y), // %1 in ABGRToYRow_NEON()
2069 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON() argument
2088 "+r"(dst_y), // %1 in RGBAToYRow_NEON()
2095 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int width) { in RGB24ToYRow_NEON() argument
2114 "+r"(dst_y), // %1 in RGB24ToYRow_NEON()
2121 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width) { in RAWToYRow_NEON() argument
2140 "+r"(dst_y), // %1 in RAWToYRow_NEON()
2666 uint8* dst_y, in SobelToPlaneRow_NEON() argument
2682 "+r"(dst_y), // %2 in SobelToPlaneRow_NEON()