Lines Matching refs:dst_argb
121 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) { in I400ToARGBRow_SSE2() argument
141 "+r"(dst_argb), // %1 in I400ToARGBRow_SSE2()
151 void ABGRToARGBRow_SSSE3(const uint8* src_abgr, uint8* dst_argb, int pix) { in ABGRToARGBRow_SSSE3() argument
165 "+r"(dst_argb), // %1 in ABGRToARGBRow_SSSE3()
175 void BGRAToARGBRow_SSSE3(const uint8* src_bgra, uint8* dst_argb, int pix) { in BGRAToARGBRow_SSSE3() argument
188 "+r"(dst_argb), // %1 in BGRAToARGBRow_SSSE3()
198 void RGBAToARGBRow_SSSE3(const uint8* src_rgba, uint8* dst_argb, int pix) { in RGBAToARGBRow_SSSE3() argument
212 "+r"(dst_argb), // %1 in RGBAToARGBRow_SSSE3()
246 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_SSSE3() argument
277 "+r"(dst_argb), // %1 in RGB24ToARGBRow_SSSE3()
287 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_SSSE3() argument
318 "+r"(dst_argb), // %1 in RAWToARGBRow_SSSE3()
2590 uint8* dst_argb, int width) { in ARGBBlendRow_SSE2() argument
2698 "+r"(dst_argb), // %2 in ARGBBlendRow_SSE2()
2727 uint8* dst_argb, int width) { in ARGBBlendRow_SSSE3() argument
2860 "+r"(dst_argb), // %2 in ARGBBlendRow_SSSE3()
2874 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSE2() argument
2907 "+r"(dst_argb), // %1 in ARGBAttenuateRow_SSE2()
2929 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSSE3() argument
2961 "+r"(dst_argb), // %1 in ARGBAttenuateRow_SSSE3()
2976 void ARGBUnattenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, in ARGBUnattenuateRow_SSE2() argument
3016 "+r"(dst_argb), // %1 in ARGBUnattenuateRow_SSE2()
3035 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_SSSE3() argument
3068 "+r"(dst_argb), // %1 in ARGBGrayRow_SSSE3()
3097 void ARGBSepiaRow_SSSE3(uint8* dst_argb, int width) { in ARGBSepiaRow_SSSE3() argument
3143 : "+r"(dst_argb), // %0 in ARGBSepiaRow_SSSE3()
3159 void ARGBColorMatrixRow_SSSE3(uint8* dst_argb, const int8* matrix_argb, in ARGBColorMatrixRow_SSSE3() argument
3209 : "+r"(dst_argb), // %0 in ARGBColorMatrixRow_SSSE3()
3223 void ARGBQuantizeRow_SSE2(uint8* dst_argb, int scale, int interval_size, in ARGBQuantizeRow_SSE2() argument
3260 : "+r"(dst_argb), // %0 in ARGBQuantizeRow_SSE2()
3445 void ARGBShadeRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width, in ARGBShadeRow_SSE2() argument
3470 "+r"(dst_argb), // %1 in ARGBShadeRow_SSE2()
3490 uint8* dst_argb, const float* uv_dudv, int width) { in ARGBAffineRow_SSE2() argument
3579 "+r"(dst_argb), // %2 in ARGBAffineRow_SSE2()