mediaLib Library Functions
mlibSignalReSampleFIRS16S16Sat(3MLIB)
NAME
mlibSignalReSampleFIRS16S16Sat,
mlibSignalReSampleFIRS16S16Sat - resampling with
filtering
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibSignalReSampleFIRS16S16Sat(mlibs16 *dst,
const mlibs16 *src, void *state, mlibs32 n);
mlibstatus mlibSignalReSampleFIRS16S16Sat(mlibs16 *dst,
const mlibs16 *src, void *state, mlibs32 n);
DESCRIPTION
Each of these functions performs rational sample rate
conversion with FIR filtering between the upsampling and
downsampling.
PARAMETERS
Each of the functions takes the following arguments:
dst Output signal array.
src Input signal array.
state Internal state structure.
n Number of samples in the input signal array.
RETURN VALUES
Each of the functions returns MLIBSUCES if successful.
Otherwise it returns MLIBFAILURE.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions
mlibSignalReSampleFIRS16S16Sat(3MLIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
mediaLib Library Functions
mlibSignalReSampleFIRS16S16Sat(3MLIB)
SunOS 5.11 Last change: 2 Mar 2007 3
|