mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Updated intra pred mode init values
This commit is contained in:
parent
f3acd245ae
commit
1081336868
|
@ -108,7 +108,7 @@ static const uint8_t INIT_BT_SPLIT_FLAG[3][12] = {
|
|||
};
|
||||
|
||||
static const uint8_t INIT_INTRA_PRED_MODE[3] = {
|
||||
183, 154, 184
|
||||
154, 154, 170
|
||||
};
|
||||
|
||||
static const uint8_t INIT_INTRA_SUBPART_MODE[3][2] = {
|
||||
|
|
Loading…
Reference in a new issue