mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Fix mip mode generation
This commit is contained in:
parent
69dfd816f1
commit
43c2f9318e
|
@ -1118,7 +1118,7 @@ void kvz_search_cu_intra(
|
|||
search_data[index].pred_cu.intra.mip_flag = 1;
|
||||
search_data[index].pred_cu.intra.mode = i;
|
||||
search_data[index].pred_cu.intra.mip_is_transposed = transpose;
|
||||
search_data[index].pred_cu.intra.mode_chroma = 0;
|
||||
search_data[index].pred_cu.intra.mode_chroma = i;
|
||||
search_data[index].cost = MAX_INT;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue