FFmpeg
|
miscellaneous RV40 tables More...
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | MODE2_PATTERNS_NUM 20 |
Variables | |
static const uint16_t | rv40_aic_table_index [MODE2_PATTERNS_NUM] |
intra types table More... | |
static const uint8_t | rv40_luma_dc_quant [2][32] |
luma quantizer values The second table is used for inter blocks. More... | |
static const int | rv40_standard_widths [] = { 160, 172, 240, 320, 352, 640, 704, 0} |
standard widths and heights coded in RV40 More... | |
static const int | rv40_standard_heights [] = { 120, 132, 144, 240, 288, 480, -8, -10, 180, 360, 576, 0} |
Coefficients used by the RV40 loop filter | |
static const uint8_t | rv40_alpha_tab [32] |
alpha parameter for RV40 loop filter - almost the same as in JVT-A003r1 More... | |
static const uint8_t | rv40_beta_tab [32] |
beta parameter for RV40 loop filter - almost the same as in JVT-A003r1 More... | |
static const uint8_t | rv40_filter_clip_tbl [3][32] |
clip table for RV40 loop filter - the same as in JVT-A003r1 More... | |
miscellaneous RV40 tables
Definition in file rv40data.h.
#define MODE2_PATTERNS_NUM 20 |
Definition at line 40 of file rv40data.h.
Referenced by rv40_decode_intra_types().
|
static |
standard widths and heights coded in RV40
Definition at line 36 of file rv40data.h.
Referenced by rv40_parse_picture_size().
|
static |
Definition at line 37 of file rv40data.h.
Referenced by rv40_parse_picture_size().
|
static |
intra types table
These values are actually coded 3-tuples used for detecting standard block configurations.
Definition at line 47 of file rv40data.h.
Referenced by rv40_decode_intra_types().
|
static |
luma quantizer values The second table is used for inter blocks.
Definition at line 60 of file rv40data.h.
Referenced by rv40_decode_init().
|
static |
alpha parameter for RV40 loop filter - almost the same as in JVT-A003r1
Definition at line 73 of file rv40data.h.
Referenced by rv40_loop_filter().
|
static |
beta parameter for RV40 loop filter - almost the same as in JVT-A003r1
Definition at line 80 of file rv40data.h.
Referenced by rv40_loop_filter().
|
static |
clip table for RV40 loop filter - the same as in JVT-A003r1
Definition at line 85 of file rv40data.h.
Referenced by rv40_loop_filter().