FFmpeg
|
sbrdsp.h File Reference
#include <stdint.h>
Include dependency graph for sbrdsp.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | SBRDSPContext |
Typedefs | |
typedef struct SBRDSPContext | SBRDSPContext |
Functions | |
void | ff_sbrdsp_init (SBRDSPContext *s) |
void | ff_sbrdsp_init_arm (SBRDSPContext *s) |
void | ff_sbrdsp_init_x86 (SBRDSPContext *s) |
void | ff_sbrdsp_init_mips (SBRDSPContext *s) |
Variables | |
const float | ff_sbr_noise_table [][2] |
Typedef Documentation
typedef struct SBRDSPContext SBRDSPContext |
Function Documentation
void ff_sbrdsp_init | ( | SBRDSPContext * | s | ) |
Definition at line 267 of file sbrdsp.c.
Referenced by ff_aac_sbr_ctx_init().
void ff_sbrdsp_init_arm | ( | SBRDSPContext * | s | ) |
Definition at line 53 of file sbrdsp_init_arm.c.
Referenced by ff_sbrdsp_init().
void ff_sbrdsp_init_mips | ( | SBRDSPContext * | s | ) |
Definition at line 920 of file sbrdsp_mips.c.
Referenced by ff_sbrdsp_init().
void ff_sbrdsp_init_x86 | ( | SBRDSPContext * | s | ) |
Definition at line 54 of file sbrdsp_init.c.
Referenced by ff_sbrdsp_init().
Variable Documentation
const float ff_sbr_noise_table[][2] |
Referenced by sbr_hf_apply_noise().
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11