miscellaneous RV30 tables More...
#include <stdint.h>Go to the source code of this file.
miscellaneous RV30 tables
Definition in file rv30data.h.
DC quantizer mapping for RV30.
Definition at line 33 of file rv30data.h.
Referenced by rv30_decode_init().
This table is used for storing the differences between the predicted and the real intra type.
Definition at line 42 of file rv30data.h.
Referenced by rv30_decode_intra_types().
This table is used for retrieving the current intra type based on its neighbors and adjustment provided by code read and decoded before.
This is really a three-dimensional matrix with dimensions [-1..9][-1..9][0..9]. The first and second coordinates are determined by the top and left neighbors (-1 if unavailable).
Definition at line 63 of file rv30data.h.
Referenced by rv30_decode_intra_types().
Loop filter limits are taken from this table.
Definition at line 178 of file rv30data.h.
Referenced by rv30_loop_filter().