1 2 3 4 5 6 7 8 9 10 11 12
#ifndef PAMFLIP_SSE_H_INCLUDED #define PAMFLIP_SSE_H_INCLUDED struct pam; #include "flip.h" void pamflip_transformRowsToColumnsPbmSse(const struct pam * const inpamP, const struct pam * const outpamP, struct XformCore const xformCore); #endif