OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HANDLE_PS_DEC
(Results
1 - 9
of
9
) sorted by null
/external/aac/libSBRdec/src/
psdec.h
310
typedef struct PS_DEC *
HANDLE_PS_DEC
;
313
int CreatePsDec(
HANDLE_PS_DEC
*h_PS_DEC, int aacSamplesPerFrame);
315
int DeletePsDec(
HANDLE_PS_DEC
*h_PS_DEC);
318
scalFilterBankValues(
HANDLE_PS_DEC
h_ps_d, /* parametric stereo decoder handle */
331
rescalFilterBankValues(
HANDLE_PS_DEC
h_ps_d, /* parametric stereo decoder handle */
339
initSlotBasedRotation(
HANDLE_PS_DEC
h_ps_d,
344
ApplyPsSlot(
HANDLE_PS_DEC
h_ps_d, /* parametric stereo decoder handle */
sbr_ram.h
127
HANDLE_PS_DEC
hParametricStereoDec;
sbr_dec.h
184
HANDLE_PS_DEC
h_ps_d,
psdec.cpp
113
SBR_ERROR ResetPsDec(
HANDLE_PS_DEC
h_ps_d );
115
void ResetPsDeCor(
HANDLE_PS_DEC
h_ps_d );
137
CreatePsDec(
HANDLE_PS_DEC
*h_PS_DEC, /*!< pointer to the module state */
142
HANDLE_PS_DEC
h_ps_d;
215
DeletePsDec(
HANDLE_PS_DEC
*h_PS_DEC) /*!< pointer to the module state */
235
SBR_ERROR ResetPsDec(
HANDLE_PS_DEC
h_ps_d ) /*!< pointer to the module state */
301
void ResetPsDeCor(
HANDLE_PS_DEC
h_ps_d ) /*!< pointer to the module state */
325
static void deCorrelateSlotBased(
HANDLE_PS_DEC
h_ps_d,
341
static void applySlotBasedRotation(
HANDLE_PS_DEC
h_ps_d,
365
int getScaleFactorPsStatesBuffer(
HANDLE_PS_DEC
h_ps_d
[
all
...]
psbitdec.cpp
91
SBR_ERROR ResetPsDec(
HANDLE_PS_DEC
h_ps_d);
92
void ResetPsDeCor (
HANDLE_PS_DEC
h_ps_d);
437
ReadPsData (
HANDLE_PS_DEC
h_ps_d, /*!< handle to struct PS_DEC */
env_extr.h
290
HANDLE_PS_DEC
hParametricStereoDec,
env_extr.cpp
383
,
HANDLE_PS_DEC
hParametricStereoDec /*!< Parametric Stereo Decoder */
480
HANDLE_PS_DEC
hParametricStereoDec, /*!< Handle to PS decoder */
[
all
...]
sbr_dec.cpp
323
HANDLE_PS_DEC
h_ps_d,
[
all
...]
sbrdecoder.cpp
[
all
...]
Completed in 570 milliseconds