Lines Matching refs:ST_UB
514 ST_UB(dst2, (rgb_buf + 32)); in I422ToRGB24Row_MSA()
552 ST_UB(dst0, dst_rgb565); in I422ToRGB565Row_MSA()
593 ST_UB(dst0, dst_argb4444); in I422ToARGB4444Row_MSA()
633 ST_UB(dst0, dst_argb1555); in I422ToARGB1555Row_MSA()
676 ST_UB(dst0, dst_u); in YUY2ToUVRow_MSA()
677 ST_UB(dst1, dst_v); in YUY2ToUVRow_MSA()
698 ST_UB(dst0, dst_u); in YUY2ToUV422Row_MSA()
699 ST_UB(dst1, dst_v); in YUY2ToUV422Row_MSA()
741 ST_UB(dst0, dst_u); in UYVYToUVRow_MSA()
742 ST_UB(dst1, dst_v); in UYVYToUVRow_MSA()
763 ST_UB(dst0, dst_u); in UYVYToUV422Row_MSA()
764 ST_UB(dst1, dst_v); in UYVYToUV422Row_MSA()
811 ST_UB(dst0, dst_y); in ARGBToYRow_MSA()
926 ST_UB(dst0, dst_u); in ARGBToUVRow_MSA()
927 ST_UB(dst1, dst_v); in ARGBToUVRow_MSA()
953 ST_UB(dst2, (dst_rgb + 32)); in ARGBToRGB24Row_MSA()
977 ST_UB(dst2, (dst_rgb + 32)); in ARGBToRAWRow_MSA()
1011 ST_UB(dst0, dst_rgb); in ARGBToRGB565Row_MSA()
1051 ST_UB(dst0, dst_rgb); in ARGBToARGB1555Row_MSA()
1074 ST_UB(dst0, dst_rgb); in ARGBToARGB4444Row_MSA()
1144 ST_UB(dst0, dst_u); in ARGBToUV444Row_MSA()
1145 ST_UB(dst1, dst_v); in ARGBToUV444Row_MSA()
1184 ST_UB(dst0, dst_argb); in ARGBMultiplyRow_MSA()
1336 ST_UB(dst0, dst_rgb); in ARGBToRGB565DitherRow_MSA()
1399 ST_UB(dst0, dst_argb); in ARGBShadeRow_MSA()
1696 ST_UB(dst0, dst_y); in ARGB1555ToYRow_MSA()
1759 ST_UB(dst0, dst_y); in RGB565ToYRow_MSA()
1800 ST_UB(dst0, dst_y); in RGB24ToYRow_MSA()
1841 ST_UB(dst0, dst_y); in RAWToYRow_MSA()
2284 ST_UB(dst0, rgb_buf); in NV12ToRGB565Row_MSA()
2421 ST_UB(dst0, dst_y); in ARGBToYJRow_MSA()
2441 ST_UB(dst0, dst_y); in BGRAToYRow_MSA()
2461 ST_UB(dst0, dst_y); in ABGRToYRow_MSA()
2481 ST_UB(dst0, dst_y); in RGBAToYRow_MSA()
2548 ST_UB(dst0, dst_v); in ARGBToUVJRow_MSA()
2549 ST_UB(dst1, dst_u); in ARGBToUVJRow_MSA()
2581 ST_UB(dst0, dst_v); in BGRAToUVRow_MSA()
2582 ST_UB(dst1, dst_u); in BGRAToUVRow_MSA()
2615 ST_UB(dst0, dst_u); in ABGRToUVRow_MSA()
2616 ST_UB(dst1, dst_v); in ABGRToUVRow_MSA()
2648 ST_UB(dst0, dst_u); in RGBAToUVRow_MSA()
2649 ST_UB(dst1, dst_v); in RGBAToUVRow_MSA()
2923 ST_UB(dst0, dst_argb); in ARGBSetRow_MSA()
2947 ST_UB(dst2, (dst_rgb24 + 32)); in RAWToRGB24Row_MSA()