openshot-audio  0.1.6
Functions
fixed.h File Reference
#include "cpu.h"
#include "float.h"
#include "../../../format.h"

Go to the source code of this file.

Functions

unsigned FLAC__fixed_compute_best_predictor (const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
 
unsigned FLAC__fixed_compute_best_predictor_wide (const FLAC__int32 data[], unsigned data_len, FLAC__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[])
 

Function Documentation

◆ FLAC__fixed_compute_best_predictor()

unsigned FLAC__fixed_compute_best_predictor ( const FLAC__int32  data[],
unsigned  data_len,
FLAC__float  residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1] 
)

◆ FLAC__fixed_compute_best_predictor_wide()

unsigned FLAC__fixed_compute_best_predictor_wide ( const FLAC__int32  data[],
unsigned  data_len,
FLAC__float  residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1] 
)

◆ FLAC__fixed_compute_residual()

void FLAC__fixed_compute_residual ( const FLAC__int32  data[],
unsigned  data_len,
unsigned  order,
FLAC__int32  residual[] 
)

◆ FLAC__fixed_restore_signal()

void FLAC__fixed_restore_signal ( const FLAC__int32  residual[],
unsigned  data_len,
unsigned  order,
FLAC__int32  data[] 
)