Lines Matching defs:dst_y
955 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_NEON()
972 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_NEON()
1258 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON()
1302 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_NEON()
1963 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
1990 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON()
2017 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON()
2044 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON()
2070 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_NEON()
2096 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON()
2122 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int width) { in RGB24ToYRow_NEON()
2148 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width) { in RAWToYRow_NEON()
2681 uint8* dst_y, in SobelToPlaneRow_NEON()