Merge "Experiment to use image domain dist in baseline." into nextgenv2
This commit is contained in:
@@ -5284,7 +5284,8 @@ static void rd_supertx_sb(VP10_COMP *cpi, ThreadData *td,
|
||||
tx_size = get_uv_tx_size_impl(tx_size, bsize,
|
||||
cm->subsampling_x, cm->subsampling_y);
|
||||
vp10_subtract_plane(x, bsize, plane);
|
||||
vp10_txfm_rd_in_plane_supertx(x, &this_rate, &this_dist, &pnskip, &pnsse,
|
||||
vp10_txfm_rd_in_plane_supertx(x, cpi, &this_rate, &this_dist,
|
||||
&pnskip, &pnsse,
|
||||
INT64_MAX, plane, bsize, tx_size, 0);
|
||||
#endif // CONFIG_VAR_TX
|
||||
|
||||
@@ -5333,7 +5334,7 @@ static void rd_supertx_sb(VP10_COMP *cpi, ThreadData *td,
|
||||
bsize, coeff_ctx,
|
||||
&this_rate, &this_dist, &pnsse, &pnskip);
|
||||
#else
|
||||
vp10_txfm_rd_in_plane_supertx(x, &this_rate, &this_dist, &pnskip,
|
||||
vp10_txfm_rd_in_plane_supertx(x, cpi, &this_rate, &this_dist, &pnskip,
|
||||
&pnsse, INT64_MAX, 0, bsize, tx_size, 0);
|
||||
#endif // CONFIG_VAR_TX
|
||||
|
||||
|
||||
Reference in New Issue
Block a user