mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 10:34:05 +00:00
[isp] Fix CI errors.
This commit is contained in:
parent
80945c985a
commit
d553bbba8a
|
@ -373,7 +373,7 @@ static double search_intra_trdepth(
|
||||||
for (trafo = mts_start; trafo < num_transforms; trafo++) {
|
for (trafo = mts_start; trafo < num_transforms; trafo++) {
|
||||||
pred_cu->tr_idx = trafo;
|
pred_cu->tr_idx = trafo;
|
||||||
pred_cu->tr_skip = trafo == MTS_SKIP;
|
pred_cu->tr_skip = trafo == MTS_SKIP;
|
||||||
bool constraints[2] = { false, false};
|
bool constraints[2] = {false, false};
|
||||||
if (mts_enabled) {
|
if (mts_enabled) {
|
||||||
pred_cu->mts_last_scan_pos = 0;
|
pred_cu->mts_last_scan_pos = 0;
|
||||||
pred_cu->violates_mts_coeff_constraint = 0;
|
pred_cu->violates_mts_coeff_constraint = 0;
|
||||||
|
|
|
@ -66,6 +66,4 @@ void uvg_search_cu_intra(
|
||||||
lcu_t *lcu,
|
lcu_t *lcu,
|
||||||
enum uvg_tree_type tree_type);
|
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_
|
#endif // SEARCH_INTRA_H_
|
||||||
|
|
Loading…
Reference in a new issue