Lines Matching defs:dst_y
965 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_NEON()
982 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_NEON()
1271 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON()
1314 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_NEON()
1935 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
1963 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON()
1990 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON()
2017 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON()
2043 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_NEON()
2069 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON()
2095 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int width) { in RGB24ToYRow_NEON()
2121 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width) { in RAWToYRow_NEON()
2666 uint8* dst_y, in SobelToPlaneRow_NEON()