Lines Matching refs:src_rgb24
1465 void RGB24ToARGBRow_LASX(const uint8_t* src_rgb24, in RGB24ToARGBRow_LASX() argument
1485 reg0 = __lasx_xvld(src_rgb24, 0); in RGB24ToARGBRow_LASX()
1486 reg1 = __lasx_xvld(src_rgb24, 32); in RGB24ToARGBRow_LASX()
1487 reg2 = __lasx_xvld(src_rgb24, 64); in RGB24ToARGBRow_LASX()
1502 src_rgb24 += 96; in RGB24ToARGBRow_LASX()
1780 void RGB24ToUVRow_LASX(const uint8_t* src_rgb24, in RGB24ToUVRow_LASX() argument
1786 const uint8_t* next_rgb24 = src_rgb24 + src_stride_rgb24; in RGB24ToUVRow_LASX()
1812 DUP4_ARG2(__lasx_xvld, src_rgb24, 0, src_rgb24, 32, src_rgb24, 64, in RGB24ToUVRow_LASX()
1836 src_rgb24 += 96; in RGB24ToUVRow_LASX()
2211 void RGB24ToYJRow_LASX(const uint8_t* src_rgb24, uint8_t* dst_yj, int width) { in RGB24ToYJRow_LASX() argument
2212 RGBToYMatrixRow_LASX(src_rgb24, dst_yj, width, &kRgb24JPEGConstants); in RGB24ToYJRow_LASX()
2219 void RGB24ToYRow_LASX(const uint8_t* src_rgb24, uint8_t* dst_y, int width) { in RGB24ToYRow_LASX() argument
2220 RGBToYMatrixRow_LASX(src_rgb24, dst_y, width, &kRgb24I601Constants); in RGB24ToYRow_LASX()