#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "../ogg/ogg.h"
#include "../vorbis/codec.h"
#include "codec_internal.h"
#include "registry.h"
#include "codebook.h"
#include "misc.h"
#include "os.h"
Go to the source code of this file.
|
void | res0_free_info (vorbis_info_residue *i) |
|
void | res0_free_look (vorbis_look_residue *i) |
|
void | res0_pack (vorbis_info_residue *vr, oggpack_buffer *opb) |
|
vorbis_info_residue * | res0_unpack (vorbis_info *vi, oggpack_buffer *opb) |
|
vorbis_look_residue * | res0_look (vorbis_dsp_state *vd, vorbis_info_residue *vr) |
|
int | res0_inverse (vorbis_block *vb, vorbis_look_residue *vl, float **in, int *nonzero, int ch) |
|
int | res1_forward (vorbis_block *vb, vorbis_look_residue *vl, float **in, float **out, int *nonzero, int ch, long **partword) |
|
long ** | res1_class (vorbis_block *vb, vorbis_look_residue *vl, float **in, int *nonzero, int ch) |
|
int | res1_inverse (vorbis_block *vb, vorbis_look_residue *vl, float **in, int *nonzero, int ch) |
|
long ** | res2_class (vorbis_block *vb, vorbis_look_residue *vl, float **in, int *nonzero, int ch) |
|
int | res2_forward (vorbis_block *vb, vorbis_look_residue *vl, float **in, float **out, int *nonzero, int ch, long **partword) |
|
int | res2_inverse (vorbis_block *vb, vorbis_look_residue *vl, float **in, int *nonzero, int ch) |
|
Initial value:={
}
int res0_inverse(vorbis_block *vb, vorbis_look_residue *vl, float **in, int *nonzero, int ch)
void res0_free_look(vorbis_look_residue *i)
vorbis_look_residue * res0_look(vorbis_dsp_state *vd, vorbis_info_residue *vr)
vorbis_info_residue * res0_unpack(vorbis_info *vi, oggpack_buffer *opb)
void res0_free_info(vorbis_info_residue *i)
Definition at line 874 of file res0.c.
Initial value:={
}
long ** res1_class(vorbis_block *vb, vorbis_look_residue *vl, float **in, int *nonzero, int ch)
void res0_pack(vorbis_info_residue *vr, oggpack_buffer *opb)
void res0_free_look(vorbis_look_residue *i)
int res1_inverse(vorbis_block *vb, vorbis_look_residue *vl, float **in, int *nonzero, int ch)
int res1_forward(vorbis_block *vb, vorbis_look_residue *vl, float **in, float **out, int *nonzero, int ch, long **partword)
vorbis_look_residue * res0_look(vorbis_dsp_state *vd, vorbis_info_residue *vr)
vorbis_info_residue * res0_unpack(vorbis_info *vi, oggpack_buffer *opb)
void res0_free_info(vorbis_info_residue *i)
Definition at line 885 of file res0.c.
Initial value:={
}
int res2_inverse(vorbis_block *vb, vorbis_look_residue *vl, float **in, int *nonzero, int ch)
void res0_pack(vorbis_info_residue *vr, oggpack_buffer *opb)
void res0_free_look(vorbis_look_residue *i)
int res2_forward(vorbis_block *vb, vorbis_look_residue *vl, float **in, float **out, int *nonzero, int ch, long **partword)
long ** res2_class(vorbis_block *vb, vorbis_look_residue *vl, float **in, int *nonzero, int ch)
vorbis_look_residue * res0_look(vorbis_dsp_state *vd, vorbis_info_residue *vr)
vorbis_info_residue * res0_unpack(vorbis_info *vi, oggpack_buffer *opb)
void res0_free_info(vorbis_info_residue *i)
Definition at line 896 of file res0.c.