RetroArch
Classes | Macros | Functions | Variables
epx.c File Reference
#include "softfilter.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for epx.c:

Classes

struct  softfilter_thread_data
 
struct  filter_data
 

Macros

#define EPX_SCALE   2
 

Functions

static unsigned epx_generic_input_fmts (void)
 
static unsigned epx_generic_output_fmts (unsigned input_fmts)
 
static unsigned epx_generic_threads (void *data)
 
static voidepx_generic_create (const struct softfilter_config *config, unsigned in_fmt, unsigned out_fmt, unsigned max_width, unsigned max_height, unsigned threads, softfilter_simd_mask_t simd, void *userdata)
 
static void epx_generic_output (void *data, unsigned *out_width, unsigned *out_height, unsigned width, unsigned height)
 
static void epx_generic_destroy (void *data)
 
static void epx_generic_rgb565 (unsigned width, unsigned height, int first, int lsat, uint16_t *src, unsigned src_stride, uint16_t *dst, unsigned dst_stride)
 
static void epx_work_cb_rgb565 (void *data, void *thread_data)
 
static void epx_generic_packets (void *data, struct softfilter_work_packet *packets, void *output, size_t output_stride, const void *input, unsigned width, unsigned height, size_t input_stride)
 
const struct softfilter_implementationsoftfilter_get_implementation (softfilter_simd_mask_t simd)
 

Variables

static const struct softfilter_implementation epx_generic
 

Macro Definition Documentation

◆ EPX_SCALE

#define EPX_SCALE   2

Function Documentation

◆ epx_generic_create()

static void* epx_generic_create ( const struct softfilter_config config,
unsigned  in_fmt,
unsigned  out_fmt,
unsigned  max_width,
unsigned  max_height,
unsigned  threads,
softfilter_simd_mask_t  simd,
void userdata 
)
static
Here is the call graph for this function:

◆ epx_generic_destroy()

static void epx_generic_destroy ( void data)
static
Here is the call graph for this function:

◆ epx_generic_input_fmts()

static unsigned epx_generic_input_fmts ( void  )
static

◆ epx_generic_output()

static void epx_generic_output ( void data,
unsigned *  out_width,
unsigned *  out_height,
unsigned  width,
unsigned  height 
)
static

◆ epx_generic_output_fmts()

static unsigned epx_generic_output_fmts ( unsigned  input_fmts)
static

◆ epx_generic_packets()

static void epx_generic_packets ( void data,
struct softfilter_work_packet packets,
void output,
size_t  output_stride,
const void input,
unsigned  width,
unsigned  height,
size_t  input_stride 
)
static
Here is the call graph for this function:

◆ epx_generic_rgb565()

static void epx_generic_rgb565 ( unsigned  width,
unsigned  height,
int  first,
int  lsat,
uint16_t src,
unsigned  src_stride,
uint16_t dst,
unsigned  dst_stride 
)
static
Here is the caller graph for this function:

◆ epx_generic_threads()

static unsigned epx_generic_threads ( void data)
static

◆ epx_work_cb_rgb565()

static void epx_work_cb_rgb565 ( void data,
void thread_data 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ softfilter_get_implementation()

const struct softfilter_implementation* softfilter_get_implementation ( softfilter_simd_mask_t  simd)
Here is the call graph for this function:

Variable Documentation

◆ epx_generic

const struct softfilter_implementation epx_generic
static
Initial value:
= {
"EPX",
"epx",
}
static unsigned epx_generic_threads(void *data)
Definition: epx.c:59
static void epx_generic_output(void *data, unsigned *out_width, unsigned *out_height, unsigned width, unsigned height)
Definition: epx.c:88
static unsigned epx_generic_output_fmts(unsigned input_fmts)
Definition: epx.c:54
static void * epx_generic_create(const struct softfilter_config *config, unsigned in_fmt, unsigned out_fmt, unsigned max_width, unsigned max_height, unsigned threads, softfilter_simd_mask_t simd, void *userdata)
Definition: epx.c:65
#define SOFTFILTER_API_VERSION
Definition: softfilter.h:96
static void epx_generic_destroy(void *data)
Definition: epx.c:96
static unsigned epx_generic_input_fmts(void)
Definition: epx.c:49
static void epx_generic_packets(void *data, struct softfilter_work_packet *packets, void *output, size_t output_stride, const void *input, unsigned width, unsigned height, size_t input_stride)
Definition: epx.c:214