8cf34ce837108719f18e3abcd0a359b1d4b448e5
[libpicofe.git] / common / arm_utils.h
1 // (c) Copyright 2006-2009 notaz, All rights reserved.\r
2 // Free for non-commercial use.\r
3 \r
4 // For commercial use, separate licencing terms must be obtained.\r
5 \r
6 void bgr444_to_rgb32(void *to, void *from);\r
7 void bgr444_to_rgb32_sh(void *to, void *from);\r
8 \r
9 void vidcpy_m2(void *dest, void *src, int m32col, int with_32c_border);\r
10 void vidcpy_m2_rot(void *dest, void *src, int m32col, int with_32c_border);\r
11 void spend_cycles(int c); // utility\r
12 \r
13 void rotated_blit8 (void *dst, void *linesx4, int y, int is_32col);\r
14 void rotated_blit16(void *dst, void *linesx4, int y, int is_32col);\r