RetroArch
|
#include <stdio.h>
#include <string.h>
#include <gfx/scaler/filter.h>
#include <gfx/scaler/scaler_int.h>
#include <retro_inline.h>
#include <filters.h>
#include <retro_math.h>
Macros | |
#define | FILTER_UNITY (1 << 14) |
Functions | |
static INLINE void | gen_filter_point_sub (struct scaler_filter *filter, int len, int pos, int step) |
static INLINE void | gen_filter_bilinear_sub (struct scaler_filter *filter, int len, int pos, int step) |
static INLINE void | gen_filter_sinc_sub (struct scaler_filter *filter, int len, int pos, int step, double phase_mul) |
static bool | validate_filter (struct scaler_ctx *ctx) |
static void | fixup_filter_sub (struct scaler_filter *filter, int out_len, int in_len) |
bool | scaler_gen_filter (struct scaler_ctx *ctx) |
#define FILTER_UNITY (1 << 14) |
|
static |
|
static |
|
static |
|
static |
bool scaler_gen_filter | ( | struct scaler_ctx * | ctx | ) |
|
static |