Lines Matching defs:dst_y
706 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_SSSE3()
745 void ARGBToYJRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_SSSE3()
787 void ARGBToYRow_AVX2(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_AVX2()
829 void ARGBToYJRow_AVX2(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_AVX2()
1198 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_SSSE3()
1298 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_SSSE3()
1333 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_SSSE3()
3071 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_SSE2()
3176 void UYVYToYRow_SSE2(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_SSE2()
3280 void YUY2ToYRow_AVX2(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_AVX2()
3391 void UYVYToYRow_AVX2(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_AVX2()
4553 uint8* dst_y, in SobelToPlaneRow_SSE2()