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