Searched refs:upRightB (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 2163 float upLeftB[4], upRightB[4], lowLeftB[4], lowRightB[4]; in sample_image_pixel_float_offset() local 2182 read_image_pixel_float(imageData, imageInfo, x2, y1, z2, upRightB, in sample_image_pixel_float_offset() 2185 check_for_denorms(upRightB, containsDenorms); in sample_image_pixel_float_offset() 2186 pixelMax(upLeftB, upRightB, pixelMaxA); in sample_image_pixel_float_offset() 2214 log_info("\t\tp101: %f, %f, %f, %f\n", upRightB[0], upRightB[1], in sample_image_pixel_float_offset() 2215 upRightB[2], upRightB[3]); in sample_image_pixel_float_offset() 2258 + (upRightB[i] * weights[1][0][1]) in sample_image_pixel_float_offset() 2270 + (upRightB[3] * weights[1][0][1]) in sample_image_pixel_float_offset()
|