Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Functions
vpredictor.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "vadpcm.h"

Functions

s32 readcodebook (FILE *fhandle, s32 ****table, s32 *order, s32 *npredictors)
 
s32 readaifccodebook (FILE *fhandle, s32 ****table, s16 *order, s16 *npredictors)
 
s32 inner_product (s32 length, s32 *v1, s32 *v2)
 

Function Documentation

◆ inner_product()

s32 inner_product ( s32  length,
s32 v1,
s32 v2 
)

◆ readaifccodebook()

s32 readaifccodebook ( FILE *  fhandle,
s32 ****  table,
s16 order,
s16 npredictors 
)

◆ readcodebook()

s32 readcodebook ( FILE *  fhandle,
s32 ****  table,
s32 order,
s32 npredictors 
)