#include "envelope.h"
#include "codebook.h"
#include "psy.h"
#include "bitrate.h"
#include "highlevel.h"
Go to the source code of this file.
|
| vorbis_look_psy_global * | _vp_global_look (vorbis_info *vi) |
| void | _vp_global_free (vorbis_look_psy_global *look) |
| int * | floor1_fit (vorbis_block *vb, vorbis_look_floor1 *look, const float *logmdct, const float *logmask) |
| int * | floor1_interpolate_fit (vorbis_block *vb, vorbis_look_floor1 *look, int *A, int *B, int del) |
| int | floor1_encode (oggpack_buffer *opb, vorbis_block *vb, vorbis_look_floor1 *look, int *post, int *ilogmask) |
◆ BLOCKTYPE_IMPULSE
| #define BLOCKTYPE_IMPULSE 0 |
◆ BLOCKTYPE_LONG
◆ BLOCKTYPE_PADDING
| #define BLOCKTYPE_PADDING 1 |
◆ BLOCKTYPE_TRANSITION
| #define BLOCKTYPE_TRANSITION 0 |
◆ PACKETBLOBS
◆ codec_setup_info
| typedef struct codec_setup_info codec_setup_info |
◆ private_state
| typedef struct private_state private_state |
◆ vorbis_block_internal
| typedef struct vorbis_block_internal vorbis_block_internal |
◆ vorbis_info_floor
◆ vorbis_info_mapping
◆ vorbis_info_residue
◆ vorbis_look_floor
◆ vorbis_look_residue
◆ vorbis_look_transform
◆ _vp_global_free()
◆ _vp_global_look()
◆ floor1_encode()
◆ floor1_fit()
◆ floor1_interpolate_fit()