FFmpeg
Data Structures | Functions
vf_pp7dsp.h File Reference
#include <stdint.h>
#include "config.h"

Go to the source code of this file.

Data Structures

struct  PP7DSPContext
 

Functions

void ff_pp7dsp_init_x86 (PP7DSPContext *pp7dsp)
 
static void dctB_c (int16_t *restrict dst, const int16_t *restrict src)
 
static void ff_pp7dsp_init (PP7DSPContext *pp7dsp)
 

Function Documentation

◆ ff_pp7dsp_init_x86()

void ff_pp7dsp_init_x86 ( PP7DSPContext pp7dsp)

Definition at line 28 of file vf_pp7_init.c.

Referenced by ff_pp7dsp_init().

◆ dctB_c()

static void dctB_c ( int16_t *restrict  dst,
const int16_t *restrict  src 
)
static

Definition at line 35 of file vf_pp7dsp.h.

Referenced by ff_pp7dsp_init().

◆ ff_pp7dsp_init()

static void ff_pp7dsp_init ( PP7DSPContext pp7dsp)
inlinestatic

Definition at line 56 of file vf_pp7dsp.h.

Referenced by checkasm_check_vf_pp7(), and config_input().