Lines Matching defs:dst_argb

121 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) {  in I400ToARGBRow_SSE2()
151 void ABGRToARGBRow_SSSE3(const uint8* src_abgr, uint8* dst_argb, int pix) { in ABGRToARGBRow_SSSE3()
175 void BGRAToARGBRow_SSSE3(const uint8* src_bgra, uint8* dst_argb, int pix) { in BGRAToARGBRow_SSSE3()
198 void RGBAToARGBRow_SSSE3(const uint8* src_rgba, uint8* dst_argb, int pix) { in RGBAToARGBRow_SSSE3()
246 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_SSSE3()
287 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_SSSE3()
2590 uint8* dst_argb, int width) { in ARGBBlendRow_SSE2()
2727 uint8* dst_argb, int width) { in ARGBBlendRow_SSSE3()
2874 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSE2()
2929 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSSE3()
2976 void ARGBUnattenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, in ARGBUnattenuateRow_SSE2()
3035 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_SSSE3()
3097 void ARGBSepiaRow_SSSE3(uint8* dst_argb, int width) { in ARGBSepiaRow_SSSE3()
3159 void ARGBColorMatrixRow_SSSE3(uint8* dst_argb, const int8* matrix_argb, in ARGBColorMatrixRow_SSSE3()
3223 void ARGBQuantizeRow_SSE2(uint8* dst_argb, int scale, int interval_size, in ARGBQuantizeRow_SSE2()
3445 void ARGBShadeRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width, in ARGBShadeRow_SSE2()
3490 uint8* dst_argb, const float* uv_dudv, int width) { in ARGBAffineRow_SSE2()