Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Functions
read_utk.h File Reference

Go to the source code of this file.

Classes

struct  utkheader_t
 
struct  utkcontext_t
 

Functions

int utk_read_header (utkheader_t *UTKHeader, const uint8_t *Buffer, size_t FileSize)
 
int utk_decode (const uint8_t *__restrict InBuffer, uint8_t *__restrict OutBuffer, size_t InSize, size_t Samples)
 

Function Documentation

int utk_decode ( const uint8_t *__restrict  InBuffer,
uint8_t *__restrict  OutBuffer,
size_t  InSize,
size_t  Samples 
)
int utk_read_header ( utkheader_t UTKHeader,
const uint8_t *  Buffer,
size_t  FileSize 
)