FFmpeg
Loading...
Searching...
No Matches
hevc_idct.c File Reference
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mem_internal.h"
#include "libavcodec/hevc/dsp.h"
#include "checkasm.h"

Go to the source code of this file.

Macros

#define randomize_buffers(buf, size)
 

Functions

static void check_idct (HEVCDSPContext *h, int bit_depth)
 
static void check_idct_dc (HEVCDSPContext *h, int bit_depth)
 
static void check_transform_luma (HEVCDSPContext *h, int bit_depth)
 
void checkasm_check_hevc_idct (void)
 

Macro Definition Documentation

◆ randomize_buffers

#define randomize_buffers ( buf,
size )
Value:
do { \
int j; \
for (j = 0; j < size; j++) { \
int16_t r = rnd(); \
AV_WN16A(buf + j, r); \
} \
} while (0)
#define rnd
Definition checkasm.h:136
#define r
Definition input.c:42
int size

Definition at line 30 of file hevc_idct.c.

Referenced by check_idct(), check_idct_dc(), and check_transform_luma().

Function Documentation

◆ check_idct()

static void check_idct ( HEVCDSPContext * h,
int bit_depth )
static

Definition at line 39 of file hevc_idct.c.

◆ check_idct_dc()

static void check_idct_dc ( HEVCDSPContext * h,
int bit_depth )
static

Definition at line 63 of file hevc_idct.c.

Referenced by checkasm_check_hevc_idct().

◆ check_transform_luma()

static void check_transform_luma ( HEVCDSPContext * h,
int bit_depth )
static

Definition at line 87 of file hevc_idct.c.

Referenced by checkasm_check_hevc_idct().

◆ checkasm_check_hevc_idct()

void checkasm_check_hevc_idct ( void )

Definition at line 108 of file hevc_idct.c.