#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "../ogg/ogg.h"
#include "../vorbis/codec.h"
#include "codec_internal.h"
#include "codebook.h"
#include "window.h"
#include "registry.h"
#include "psy.h"
#include "misc.h"
#include "os.h"
#include "lpc.h"
#include "lsp.h"
#include "envelope.h"
#include "mdct.h"
#include "scales.h"
Go to the source code of this file.
|
int * | floor1_fit (vorbis_block *vb, vorbis_look_floor *look, const float *logmdct, const float *logmask) |
|
int * | floor1_interpolate_fit (vorbis_block *vb, vorbis_look_floor *look, int *A, int *B, int del) |
|
int | floor1_encode (vorbis_block *vb, vorbis_look_floor *look, int *post, int *ilogmask) |
|
Initial value:={
&mapping0_pack,
&mapping0_unpack,
&mapping0_free_info,
&mapping0_forward,
&mapping0_inverse
}
Definition at line 756 of file mapping0.c.