hvirtual/plugins/flip/flip.C File Reference

#include "clip.h"
#include "colormodels.h"
#include "bchash.h"
#include "filexml.h"
#include "flip.h"
#include "flipwindow.h"
#include "language.h"
#include "picon_png.h"
#include <stdint.h>
#include <string.h>

Include dependency graph for flip.C:

Go to the source code of this file.

Defines

#define SWAP_PIXELS(type, components, in, out)
#define FLIP_MACRO(type, components)


Define Documentation

#define FLIP_MACRO ( type,
components   ) 

Definition at line 94 of file flip.C.

Referenced by FlipMain::process_buffer().

#define SWAP_PIXELS ( type,
components,
in,
out   ) 

Value:

{ \
        type temp = in[0]; \
        in[0] = out[0]; \
        out[0] = temp; \
 \
        temp = in[1]; \
        in[1] = out[1]; \
        out[1] = temp; \
 \
        temp = in[2]; \
        in[2] = out[2]; \
        out[2] = temp; \
 \
        if(components == 4) \
        { \
                temp = in[3]; \
                in[3] = out[3]; \
                out[3] = temp; \
        } \
}

Definition at line 72 of file flip.C.


Generated on Mon Apr 28 14:01:11 2008 for Cinelerra by  doxygen 1.5.5