Lines Matching refs:src_rgb0
1223 void BGRAToUVRow_DSPR2(const uint8* src_rgb0, in BGRAToUVRow_DSPR2() argument
1228 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; in BGRAToUVRow_DSPR2()
1280 [src_rgb0] "+r"(src_rgb0), [src_rgb1] "+r"(src_rgb1), in BGRAToUVRow_DSPR2()
1345 void ABGRToUVRow_DSPR2(const uint8* src_rgb0, in ABGRToUVRow_DSPR2() argument
1350 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; in ABGRToUVRow_DSPR2()
1403 [src_rgb0] "+r"(src_rgb0), [src_rgb1] "+r"(src_rgb1), in ABGRToUVRow_DSPR2()
1525 void RGBAToUVRow_DSPR2(const uint8* src_rgb0, in RGBAToUVRow_DSPR2() argument
1530 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; in RGBAToUVRow_DSPR2()
1583 [src_rgb0] "+r"(src_rgb0), [src_rgb1] "+r"(src_rgb1), in RGBAToUVRow_DSPR2()
1648 void ARGBToUVRow_DSPR2(const uint8* src_rgb0, in ARGBToUVRow_DSPR2() argument
1653 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; in ARGBToUVRow_DSPR2()
1706 [src_rgb0] "+r"(src_rgb0), [src_rgb1] "+r"(src_rgb1), in ARGBToUVRow_DSPR2()