Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Codec::FibonacciDecoder Class Reference

I haven't quite worked out how to output two values from one input value. This decoder will take a 4 bit value and output an 8 bit value This is a bit dodgy. More...

#include <Codec.h>

Inheritance diagram for Codec::FibonacciDecoder

Inheritance graph
[legend]
Collaboration diagram for Codec::FibonacciDecoder:

Collaboration graph
[legend]
List of all members.

Public Types

typedef signed char Out
typedef signed char In

Public Methods

 FibonacciDecoder (Out previous=0)
Out operator() (In x)
void SetPrevious (Out previous)

Detailed Description

I haven't quite worked out how to output two values from one input value. This decoder will take a 4 bit value and output an 8 bit value This is a bit dodgy.


The documentation for this class was generated from the following files:
Generated at Mon Nov 27 01:46:51 2000 for LibPenguinPlay by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000