mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
testing if error in both avx2 functions
This commit is contained in:
parent
ed50d71fde
commit
dd04df8667
|
@ -874,8 +874,8 @@ static void inter_recon_bipred_avx2(const int hi_prec_luma_rec0,
|
|||
kvz_pixel* temp_lcu_u,
|
||||
kvz_pixel* temp_lcu_v)
|
||||
{
|
||||
|
||||
if (hi_prec_luma_rec0 == 0 && hi_prec_luma_rec1 == 0 && hi_prec_chroma_rec0 == 0 && hi_prec_chroma_rec1 == 0)
|
||||
bool test = false;
|
||||
if (test) //hi_prec_luma_rec0 == 0 && hi_prec_luma_rec1 == 0 && hi_prec_chroma_rec0 == 0 && hi_prec_chroma_rec1 == 0)
|
||||
{
|
||||
inter_recon_bipred_no_mov_avx2(height, width, ypos, xpos, high_precision_rec0, high_precision_rec1, lcu, temp_lcu_y, temp_lcu_u, temp_lcu_v);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue