arm_utils.h 443 B

12345678910
  1. void bgr444_to_rgb32(void *to, void *from, unsigned entries);
  2. void bgr444_to_rgb32_sh(void *to, void *from);
  3. void vidcpy_m2(void *dest, void *src, int m32col, int with_32c_border);
  4. void vidcpy_m2_rot(void *dest, void *src, int m32col, int with_32c_border);
  5. void spend_cycles(int c); // utility
  6. void rotated_blit8 (void *dst, void *linesx4, int y, int is_32col);
  7. void rotated_blit16(void *dst, void *linesx4, int y, int is_32col);