FFmpeg
Data Structures | Macros | Functions
vf_hqdn3d.h File Reference
#include <stddef.h>
#include <stdint.h>
#include "libavutil/opt.h"

Go to the source code of this file.

Data Structures

struct  HQDN3DContext
 

Macros

#define LUMA_SPATIAL   0
 
#define LUMA_TMP   1
 
#define CHROMA_SPATIAL   2
 
#define CHROMA_TMP   3
 

Functions

void ff_hqdn3d_init_x86 (HQDN3DContext *hqdn3d)
 

Macro Definition Documentation

◆ LUMA_SPATIAL

#define LUMA_SPATIAL   0

Definition at line 42 of file vf_hqdn3d.h.

◆ LUMA_TMP

#define LUMA_TMP   1

Definition at line 43 of file vf_hqdn3d.h.

◆ CHROMA_SPATIAL

#define CHROMA_SPATIAL   2

Definition at line 44 of file vf_hqdn3d.h.

◆ CHROMA_TMP

#define CHROMA_TMP   3

Definition at line 45 of file vf_hqdn3d.h.

Function Documentation

◆ ff_hqdn3d_init_x86()

void ff_hqdn3d_init_x86 ( HQDN3DContext hqdn3d)

Definition at line 41 of file vf_hqdn3d_init.c.

Referenced by config_input().