mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Remove tr depth fill. It should not be needed.
This commit is contained in:
parent
ff8711aaab
commit
45c7961412
|
@ -1541,7 +1541,6 @@ static void search_pu_inter(encoder_state_t * const state,
|
|||
|
||||
if (cfg->rdo >= 2) {
|
||||
|
||||
kvz_lcu_fill_trdepth(lcu, x, y, depth, depth);
|
||||
kvz_inter_recon_cu(state, lcu, x, y, width);
|
||||
mrg_costs[merge_idx] = kvz_satd_any_size(width, height,
|
||||
lcu->rec.y + y_local * LCU_WIDTH + x_local, LCU_WIDTH,
|
||||
|
|
Loading…
Reference in a new issue