FFmpeg  3.3.8
Macros | Functions
llviddsp.c File Reference
#include <string.h>
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "libavcodec/lossless_videodsp.h"
#include "checkasm.h"

Go to the source code of this file.

Macros

#define randomize_buffers(buf, size)
 

Functions

static void check_add_bytes (LLVidDSPContext c, int width)
 
void checkasm_check_llviddsp (void)
 

Macro Definition Documentation

◆ randomize_buffers

#define randomize_buffers (   buf,
  size 
)
Value:
do { \
int j; \
for (j = 0; j < size; j++) \
buf[j] = rnd() & 0xFF; \
} while (0)
int size
void * buf
Definition: avisynth_c.h:690
#define rnd()
Definition: checkasm.h:74

Definition at line 31 of file llviddsp.c.

Referenced by check_add_bytes().

Function Documentation

◆ check_add_bytes()

static void check_add_bytes ( LLVidDSPContext  c,
int  width 
)
static

Definition at line 38 of file llviddsp.c.

Referenced by checkasm_check_llviddsp().

◆ checkasm_check_llviddsp()

void checkasm_check_llviddsp ( void  )

Definition at line 66 of file llviddsp.c.