Functions
vl_ihashsum.c File Reference
#include <mexutils.h>
#include <vl/generic.h>
#include <string.h>
Include dependency graph for vl_ihashsum.c:

Go to the source code of this file.

Functions

void cpy (vl_uint8 *x, vl_uint8 const *y, int n)
unsigned int fnv_hash (void const *key, int len)
int is_equal (vl_uint8 const *x, vl_uint8 const *y, int n)
int is_null (vl_uint8 const *x, int n)
void mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[])
 Driver.

Function Documentation

void cpy ( vl_uint8 x,
vl_uint8 const *  y,
int  n 
)

Definition at line 54 of file vl_ihashsum.c.

unsigned int fnv_hash ( void const *  key,
int  len 
)

Definition at line 21 of file vl_ihashsum.c.

int is_equal ( vl_uint8 const *  x,
vl_uint8 const *  y,
int  n 
)

Definition at line 44 of file vl_ihashsum.c.

int is_null ( vl_uint8 const *  x,
int  n 
)

Definition at line 34 of file vl_ihashsum.c.

void mexFunction ( int nout  ,
mxArray *  out[],
int  nin,
const mxArray *  in[] 
)

Driver.

Parameters:
nountnumber of output arguments.
outoutput arguments.
ninnumber of input arguments.
ininput arguments.

Definition at line 71 of file vl_ihashsum.c.



libvlfeat
Author(s): Andrea Vedaldi
autogenerated on Thu Jun 6 2019 20:25:52