Home | History | Annotate | Download | only in source

Lines Matching full:dst_rgb

752 void ARGBToRGB24Row_SSSE3(const uint8* src_argb, uint8* dst_rgb, int width) {
755 mov edx, [esp + 8] // dst_rgb
790 void ARGBToRAWRow_SSSE3(const uint8* src_argb, uint8* dst_rgb, int width) {
793 mov edx, [esp + 8] // dst_rgb
828 void ARGBToRGB565Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int width) {
831 mov edx, [esp + 8] // dst_rgb
865 void ARGBToRGB565DitherRow_SSE2(const uint8* src_argb, uint8* dst_rgb,
870 mov edx, [esp + 8] // dst_rgb
911 void ARGBToRGB565DitherRow_AVX2(const uint8* src_argb, uint8* dst_rgb,
915 mov edx, [esp + 8] // dst_rgb
954 void ARGBToARGB1555Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int width) {
957 mov edx, [esp + 8] // dst_rgb
995 void ARGBToARGB4444Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int width) {
998 mov edx, [esp + 8] // dst_rgb
1025 void ARGBToRGB565Row_AVX2(const uint8* src_argb, uint8* dst_rgb, int width) {
1028 mov edx, [esp + 8] // dst_rgb
1062 void ARGBToARGB1555Row_AVX2(const uint8* src_argb, uint8* dst_rgb, int width) {
1065 mov edx, [esp + 8] // dst_rgb
1102 void ARGBToARGB4444Row_AVX2(const uint8* src_argb, uint8* dst_rgb, int width) {
1105 mov edx, [esp + 8] // dst_rgb