RetroArch
Macros | Functions
fixed.c File Reference
#include <retro_miscellaneous.h>
#include <math.h>
#include <string.h>
#include "include/share/compat.h"
#include "include/private/bitmath.h"
#include "include/private/fixed.h"
#include "include/private/macros.h"
#include "include/FLAC/assert.h"
Include dependency graph for fixed.c:

Macros

#define local_abs(x)   ((unsigned)((x)<0? -(x) : (x)))
 

Functions

unsigned FLAC__fixed_compute_best_predictor (const FLAC__int32 data[], unsigned data_len, float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
 
unsigned FLAC__fixed_compute_best_predictor_wide (const FLAC__int32 data[], unsigned data_len, float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
 
void FLAC__fixed_compute_residual (const FLAC__int32 data[], unsigned data_len, unsigned order, FLAC__int32 residual[])
 
void FLAC__fixed_restore_signal (const FLAC__int32 residual[], unsigned data_len, unsigned order, FLAC__int32 data[])
 

Macro Definition Documentation

◆ local_abs

#define local_abs (   x)    ((unsigned)((x)<0? -(x) : (x)))

Function Documentation

◆ FLAC__fixed_compute_best_predictor()

unsigned FLAC__fixed_compute_best_predictor ( const FLAC__int32  data[],
unsigned  data_len,
float  residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1] 
)
Here is the call graph for this function:

◆ FLAC__fixed_compute_best_predictor_wide()

unsigned FLAC__fixed_compute_best_predictor_wide ( const FLAC__int32  data[],
unsigned  data_len,
float  residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1] 
)
Here is the call graph for this function:

◆ FLAC__fixed_compute_residual()

void FLAC__fixed_compute_residual ( const FLAC__int32  data[],
unsigned  data_len,
unsigned  order,
FLAC__int32  residual[] 
)
Here is the call graph for this function:

◆ FLAC__fixed_restore_signal()

void FLAC__fixed_restore_signal ( const FLAC__int32  residual[],
unsigned  data_len,
unsigned  order,
FLAC__int32  data[] 
)
Here is the call graph for this function:
Here is the caller graph for this function: