mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
[isp] Fix CI errors.
This commit is contained in:
parent
01c4d1ddb0
commit
7282534879
|
@ -373,7 +373,7 @@ static double search_intra_trdepth(
|
|||
for (trafo = mts_start; trafo < num_transforms; trafo++) {
|
||||
pred_cu->tr_idx = trafo;
|
||||
pred_cu->tr_skip = trafo == MTS_SKIP;
|
||||
bool constraints[2] = { false, false};
|
||||
bool constraints[2] = {false, false};
|
||||
if (mts_enabled) {
|
||||
pred_cu->mts_last_scan_pos = 0;
|
||||
pred_cu->violates_mts_coeff_constraint = 0;
|
||||
|
|
|
@ -66,6 +66,4 @@ void uvg_search_cu_intra(
|
|||
lcu_t *lcu,
|
||||
enum uvg_tree_type tree_type);
|
||||
|
||||
int uvg_get_isp_split_dim(const int width, const int height, const int split_type);
|
||||
|
||||
#endif // SEARCH_INTRA_H_
|
||||
|
|
Loading…
Reference in a new issue