<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><DIV>>     for (int i = 0; i < ITERS; i++)<BR>>     {<BR>>-        int vres = opt(pbuf1, STRIDE, pbuf2 + j, STRIDE);<BR>>-        int cres = ref(pbuf1, STRIDE, pbuf2 + j, STRIDE);<BR>>+        int index = rand() % TEST_CASES;<BR>>+        int index1 = rand() % TEST_CASES;<BR>>+        int vres = opt(pixel_test_buff[index],STRIDE, pixel_test_buff[index1] + j, STRIDE);<BR>>+        int cres = ref(pixel_test_buff[index],STRIDE, pixel_test_buff[index1] + j, STRIDE);<BR>variant name to index0 & index1 or index1 & index2?</DIV>
<DIV> </DIV></div>