>     for (int i = 0; i < ITERS; i++)
>     {
>-        int vres = opt(pbuf1, STRIDE, pbuf2 + j, STRIDE);
>-        int cres = ref(pbuf1, STRIDE, pbuf2 + j, STRIDE);
>+        int index = rand() % TEST_CASES;
>+        int index1 = rand() % TEST_CASES;
>+        int vres = opt(pixel_test_buff[index],STRIDE, pixel_test_buff[index1] 
>+ j, STRIDE);
>+        int cres = ref(pixel_test_buff[index],STRIDE, pixel_test_buff[index1] 
>+ j, STRIDE);
variant name to index0 & index1 or index1 & index2?
 
_______________________________________________
x265-devel mailing list
x265-devel@videolan.org
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to