openshot-audio  0.1.2
Classes | Variables
res0.c File Reference
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "../../ogg.h"
#include "../../codec.h"
#include "codec_internal.h"
#include "registry.h"
#include "codebook.h"
#include "misc.h"
#include "os.h"

Classes

struct  vorbis_look_residue0
 

Variables

const vorbis_func_residue residue0_exportbundle
 
const vorbis_func_residue residue1_exportbundle
 
const vorbis_func_residue residue2_exportbundle
 

Variable Documentation

const vorbis_func_residue residue0_exportbundle
Initial value:
={
NULL,
&res0_unpack,
&res0_look,
&res0_free_info,
&res0_free_look,
NULL,
NULL,
&res0_inverse
}
const vorbis_func_residue residue1_exportbundle
Initial value:
={
&res0_pack,
&res0_unpack,
&res0_look,
&res0_free_info,
&res0_free_look,
&res1_class,
&res1_forward,
&res1_inverse
}
const vorbis_func_residue residue2_exportbundle
Initial value:
={
&res0_pack,
&res0_unpack,
&res0_look,
&res0_free_info,
&res0_free_look,
&res2_class,
&res2_forward,
&res2_inverse
}