#include <rv34.h>
| Data Fields | |
| VLC | cbppattern [2] | 
| VLCs used for pattern of coded block patterns decoding. | |
| VLC | cbp [2][4] | 
| VLCs used for coded block patterns decoding. | |
| VLC | first_pattern [4] | 
| VLCs used for decoding coefficients in the first subblock. | |
| VLC | second_pattern [2] | 
| VLCs used for decoding coefficients in the subblocks 2 and 3. | |
| VLC | third_pattern [2] | 
| VLCs used for decoding coefficients in the last subblock. | |
| VLC | coefficient | 
| VLCs used for decoding big coefficients. | |
Intra frame VLC sets do not contain some of those tables.
Definition at line 63 of file rv34.h.
| VLC RV34VLC::cbp[2][4] | 
VLCs used for coded block patterns decoding.
Definition at line 65 of file rv34.h.
Referenced by rv34_decode_cbp().
VLCs used for pattern of coded block patterns decoding.
Definition at line 64 of file rv34.h.
Referenced by rv34_decode_cbp().
VLCs used for decoding big coefficients.
Definition at line 69 of file rv34.h.
Referenced by rv34_decode_block().
VLCs used for decoding coefficients in the first subblock.
Definition at line 66 of file rv34.h.
Referenced by rv34_decode_block().
VLCs used for decoding coefficients in the subblocks 2 and 3.
Definition at line 67 of file rv34.h.
Referenced by rv34_decode_block().
VLCs used for decoding coefficients in the last subblock.
Definition at line 68 of file rv34.h.
Referenced by rv34_decode_block().
 1.5.8
 1.5.8