Searched refs:ref_sample_xy_float (Results 1 – 1 of 1) sorted by relevance
5425 float ref_sample_xy_float[2] = { 0 }; in verify() local5719 ref_sample_xy_float[0] = quad_x1y1x2y2[0] + (quad_x1y1x2y2[2] - quad_x1y1x2y2[0]) * 0.5f; in verify()5720 ref_sample_xy_float[1] = quad_x1y1x2y2[1] + (quad_x1y1x2y2[3] - quad_x1y1x2y2[1]) * 0.5f; in verify()5722 ref_sample_xy_int[0] = int(ref_sample_xy_float[0] * float(single_rt_width - 1)); in verify()5723 ref_sample_xy_int[1] = int(ref_sample_xy_float[1] * float(single_rt_height - 1)); in verify()