[isp] Fix CI errors.

This commit is contained in:
siivonek 2022-09-20 16:15:23 +03:00 committed by Marko Viitanen
parent 01c4d1ddb0
commit 7282534879
2 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

@ -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_