Lines Matching defs:dst_argb

126 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) {  in I400ToARGBRow_SSE2()
154 void BGRAToARGBRow_SSSE3(const uint8* src_bgra, uint8* dst_argb, int pix) { in BGRAToARGBRow_SSSE3()
175 void ABGRToARGBRow_SSSE3(const uint8* src_abgr, uint8* dst_argb, int pix) { in ABGRToARGBRow_SSSE3()
196 void RGBAToARGBRow_SSSE3(const uint8* src_rgba, uint8* dst_argb, int pix) { in RGBAToARGBRow_SSSE3()
238 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { in RGB24ToARGBRow_SSSE3()
277 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, in RAWToARGBRow_SSSE3()
324 void RGB565ToARGBRow_SSE2(const uint8* src_rgb565, uint8* dst_argb, in RGB565ToARGBRow_SSE2()
375 void ARGB1555ToARGBRow_SSE2(const uint8* src_argb1555, uint8* dst_argb, in ARGB1555ToARGBRow_SSE2()
429 void ARGB4444ToARGBRow_SSE2(const uint8* src_argb4444, uint8* dst_argb, in ARGB4444ToARGBRow_SSE2()
3003 uint8* dst_argb, int width) { in ARGBBlendRow_SSE2()
3137 uint8* dst_argb, int width) { in ARGBBlendRow_SSSE3()
3284 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSE2()
3334 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSSE3()
3377 void ARGBUnattenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, in ARGBUnattenuateRow_SSE2()
3436 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_SSSE3()
3494 void ARGBSepiaRow_SSSE3(uint8* dst_argb, int width) { in ARGBSepiaRow_SSSE3()
3552 void ARGBColorMatrixRow_SSSE3(uint8* dst_argb, const int8* matrix_argb, in ARGBColorMatrixRow_SSSE3()
3612 void ARGBColorTableRow_X86(uint8* dst_argb, const uint8* table_argb, in ARGBColorTableRow_X86()
3661 void ARGBQuantizeRow_SSE2(uint8* dst_argb, int scale, int interval_size, in ARGBQuantizeRow_SSE2()
3898 void ARGBShadeRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width, in ARGBShadeRow_SSE2()
3935 uint8* dst_argb, const float* uv_dudv, int width) { in ARGBAffineRow_SSE2()