FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
jpeg2000dsp.c File Reference
#include "checkasm.h"
#include "libavcodec/jpeg2000dsp.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"

Go to the source code of this file.

Macros

#define BUF_SIZE   512
 
#define randomize_buffers()
 
#define randomize_buffers_float()
 

Functions

static void check_rct_int (void)
 
static void check_ict_float (void)
 
void checkasm_check_jpeg2000dsp (void)
 

Macro Definition Documentation

#define BUF_SIZE   512

Definition at line 27 of file jpeg2000dsp.c.

Referenced by check_ict_float(), and check_rct_int().

#define randomize_buffers ( )
Value:
do { \
int i; \
for (i = 0; i < BUF_SIZE*3; i++) \
src[i] = rnd(); \
} while (0)
#define src
Definition: vp8dsp.c:254
#define BUF_SIZE
Definition: jpeg2000dsp.c:27
int
#define rnd()
Definition: checkasm.h:101
for(j=16;j >0;--j)

Definition at line 29 of file jpeg2000dsp.c.

Referenced by check_rct_int().

#define randomize_buffers_float ( )
Value:
do { \
int i; \
for (i = 0; i < BUF_SIZE*3; i++) \
src[i] = (float)rnd() / (UINT_MAX >> 5); \
} while (0)
#define src
Definition: vp8dsp.c:254
#define BUF_SIZE
Definition: jpeg2000dsp.c:27
int
#define rnd()
Definition: checkasm.h:101
for(j=16;j >0;--j)

Definition at line 36 of file jpeg2000dsp.c.

Referenced by check_ict_float().

Function Documentation

static void check_rct_int ( void  )
static

Definition at line 43 of file jpeg2000dsp.c.

Referenced by checkasm_check_jpeg2000dsp().

static void check_ict_float ( void  )
static

Definition at line 67 of file jpeg2000dsp.c.

Referenced by checkasm_check_jpeg2000dsp().

void checkasm_check_jpeg2000dsp ( void  )

Definition at line 91 of file jpeg2000dsp.c.