about summary refs log tree commit diff
path: root/editor/pamflip/pamflip_sse.h
blob: 1e70b76507e6912a9b4f510cd94188e8a965efb9 (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(struct pam *     const inpamP,
                                     struct pam *     const outpamP,
                                     struct xformCore const xformCore);

#endif