Leptonica  1.54
Файл fliphmtgen.c
#include <string.h>
#include "allheaders.h"

Функции

static l_int32 flipfhmtgen_low (l_uint32 *, l_int32, l_int32, l_int32, l_uint32 *, l_int32, l_int32)
 
static void fhmt_1_0 (l_uint32 *, l_int32, l_int32, l_int32, l_uint32 *, l_int32)
 
static void fhmt_1_1 (l_uint32 *, l_int32, l_int32, l_int32, l_uint32 *, l_int32)
 
static void fhmt_1_2 (l_uint32 *, l_int32, l_int32, l_int32, l_uint32 *, l_int32)
 
static void fhmt_1_3 (l_uint32 *, l_int32, l_int32, l_int32, l_uint32 *, l_int32)
 
PIXpixFlipFHMTGen (PIX *pixd, PIX *pixs, char *selname)
 

Переменные

static l_int32 NUM_SELS_GENERATED = 4
 
static char SEL_NAMES [][10]
 

Функции

◆ fhmt_1_0()

static void fhmt_1_0 ( l_uint32 datad,
l_int32  w,
l_int32  h,
l_int32  wpld,
l_uint32 datas,
l_int32  wpls 
)
static

◆ fhmt_1_1()

static void fhmt_1_1 ( l_uint32 datad,
l_int32  w,
l_int32  h,
l_int32  wpld,
l_uint32 datas,
l_int32  wpls 
)
static

◆ fhmt_1_2()

static void fhmt_1_2 ( l_uint32 datad,
l_int32  w,
l_int32  h,
l_int32  wpld,
l_uint32 datas,
l_int32  wpls 
)
static

◆ fhmt_1_3()

static void fhmt_1_3 ( l_uint32 datad,
l_int32  w,
l_int32  h,
l_int32  wpld,
l_uint32 datas,
l_int32  wpls 
)
static

◆ flipfhmtgen_low()

static l_int32 flipfhmtgen_low ( l_uint32 datad,
l_int32  w,
l_int32  h,
l_int32  wpld,
l_uint32 datas,
l_int32  wpls,
l_int32  index 
)
static

◆ pixFlipFHMTGen()

PIX* pixFlipFHMTGen ( PIX pixd,
PIX pixs,
char *  selname 
)

Переменные

◆ NUM_SELS_GENERATED

l_int32 NUM_SELS_GENERATED = 4
static

◆ SEL_NAMES

char SEL_NAMES[][10]
static
Инициализатор
= {"flipsel1",
"flipsel2",
"flipsel3",
"flipsel4"}