mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Update of contexts of ALF.
WIP
This commit is contained in:
parent
ebb99a7223
commit
ade4fc4061
|
@ -270,9 +270,13 @@ static const uint8_t INIT_JOINT_CB_CR_FLAG[4][3] = {
|
|||
{ 27, 36, 45, },
|
||||
{ 12, 21, 35, },
|
||||
{ 1, 1, 0, },
|
||||
static const uint8_t INIT_ALF_CTB_FLAG[4][9] = {
|
||||
{ 26, 45, 46, 33, 61, 54, 33, 61, 54, },
|
||||
{ 6, 23, 46, 27, 61, 54, 20, 46, 54, },
|
||||
{ 39, 39, 39, 54, 39, 39, 31, 62, 39, },
|
||||
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, },
|
||||
};
|
||||
|
||||
|
||||
static const INIT_ALF_CTB_ALTERNATIVE[4][2] = {
|
||||
{ 18, 18, },
|
||||
{ 20, 12, },
|
||||
|
@ -280,6 +284,20 @@ static const INIT_ALF_CTB_ALTERNATIVE[4][2] = {
|
|||
{ 0, 0, },
|
||||
};
|
||||
|
||||
static const uint8_t INIT_ALF_LATEST_FILT[4] = {
|
||||
{ 58, },
|
||||
{ 50, },
|
||||
{ 31, },
|
||||
{ 0, },
|
||||
};
|
||||
|
||||
static const uint8_t INIT_ALF_TEMPORAL_FILT[4] = {
|
||||
{ 53, },
|
||||
{ 53, },
|
||||
{ CNU, },
|
||||
{ 0, },
|
||||
};
|
||||
|
||||
static const uint8_t INIT_CU_TRANSQUANT_BYPASS[4][1] = {
|
||||
{ CNU, },
|
||||
{ CNU, },
|
||||
|
|
Loading…
Reference in a new issue