|
FFmpeg
|
Vorbis I decoder. More...
#include <inttypes.h>#include <math.h>#include "libavutil/avassert.h"#include "libavutil/float_dsp.h"#include "avcodec.h"#include "fft.h"#include "get_bits.h"#include "internal.h"#include "vorbis.h"#include "vorbisdsp.h"#include "xiph.h"Classes | |
| struct | vorbis_codebook |
| struct | vorbis_floor |
| union | vorbis_floor::vorbis_floor_u |
| struct | vorbis_floor::vorbis_floor_u::vorbis_floor0_s |
| struct | vorbis_floor::vorbis_floor_u::vorbis_floor1_s |
| struct | vorbis_residue |
| struct | vorbis_mapping |
| struct | vorbis_mode |
| struct | vorbis_context_s |
Typedefs | |
| typedef struct vorbis_codebook | vorbis_codebook |
| typedef union vorbis_floor_u | vorbis_floor_data |
| typedef struct vorbis_floor0_s | vorbis_floor0 |
| typedef struct vorbis_floor1_s | vorbis_floor1 |
| typedef int(* | vorbis_floor_decode_func) (struct vorbis_context_s *, vorbis_floor_data *, float *) |
| typedef struct vorbis_floor | vorbis_floor |
| typedef struct vorbis_residue | vorbis_residue |
| typedef struct vorbis_mapping | vorbis_mapping |
| typedef struct vorbis_mode | vorbis_mode |
| typedef struct vorbis_context_s | vorbis_context |
Functions | |
| void | ff_vorbis_inverse_coupling (float *mag, float *ang, intptr_t blocksize) |
Variables | |
| AVCodec | ff_vorbis_decoder |
Vorbis I decoder.
This file is part of FFmpeg.
FFmpeg is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
FFmpeg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with FFmpeg; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
| #define GET_VALIDATED_INDEX | ( | idx, | |
| bits, | |||
| limit | |||
| ) |
| #define VALIDATE_INDEX | ( | idx, | |
| limit | |||
| ) |
| AVCodec ff_vorbis_decoder |
1.8.12