doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
mapping0.c File Reference
#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.

Functions

intfloor1_fit (vorbis_block *vb, vorbis_look_floor *look, const float *logmdct, const float *logmask)
 
intfloor1_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)
 

Variables

vorbis_func_mapping mapping0_exportbundle
 

Function Documentation

int floor1_encode ( vorbis_block vb,
vorbis_look_floor look,
int post,
int ilogmask 
)
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 
)

Variable Documentation

vorbis_func_mapping mapping0_exportbundle
Initial value:
={
&mapping0_pack,
&mapping0_unpack,
&mapping0_free_info,
&mapping0_forward,
&mapping0_inverse
}

Definition at line 756 of file mapping0.c.