about summary refs log tree commit diff
path: root/editor/pamflip/pamflip_sse.h
blob: cd1267b7e937777f65103e7cfcd47622cb7a98fe (plain) (blame)
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