FFmpeg
Loading...
Searching...
No Matches
ttadsp.c File Reference
#include <string.h>
#include "config_components.h"
#include "checkasm.h"
#include "libavcodec/ttadata.h"
#include "libavcodec/ttadsp.h"
#include "libavcodec/ttaencdsp.h"
#include "libavutil/mem_internal.h"

Go to the source code of this file.

Macros

#define randomize_buffer(NAME)
 
#define alt(var)
 

Functions

static void check_filter_process (void)
 

Macro Definition Documentation

◆ randomize_buffer

#define randomize_buffer ( NAME)
Value:
do { \
checkasm_randomize(NAME ## _ref, sizeof(NAME ## _ref)); \
memcpy(NAME ## _new, NAME ## _ref, sizeof(NAME ## _new)); \
} while (0)

Definition at line 30 of file ttadsp.c.

Referenced by check_filter_process().

◆ alt

#define alt ( var)
Value:
checkasm_alternate(var ## _ref, var ## _new)
#define checkasm_alternate(a, b)
Alternate between two values during benchmarking.
Definition test.h:469

Referenced by check_filter_process(), config_output(), decode_vui(), and process_frame().

Function Documentation

◆ check_filter_process()

static void check_filter_process ( void )
static

Definition at line 36 of file ttadsp.c.