Lines Matching refs:hf
9742 FP16 hf; in DecodePixelData() local
9747 tinyexr::cpy2(&(hf.u), line_ptr + u); in DecodePixelData()
9749 tinyexr::swap2(reinterpret_cast<unsigned short *>(&hf.u)); in DecodePixelData()
9764 *image = hf.u; in DecodePixelData()
9766 FP32 f32 = half_to_float(hf); in DecodePixelData()
9882 tinyexr::FP16 hf; in DecodePixelData() local
9885 tinyexr::cpy2(&(hf.u), line_ptr + u); in DecodePixelData()
9887 tinyexr::swap2(reinterpret_cast<unsigned short *>(&hf.u)); in DecodePixelData()
9902 *image = hf.u; in DecodePixelData()
9904 tinyexr::FP32 f32 = half_to_float(hf); in DecodePixelData()
10019 tinyexr::FP16 hf; in DecodePixelData() local
10022 tinyexr::cpy2(&(hf.u), line_ptr + u); in DecodePixelData()
10024 tinyexr::swap2(reinterpret_cast<unsigned short *>(&hf.u)); in DecodePixelData()
10039 *image = hf.u; in DecodePixelData()
10041 tinyexr::FP32 f32 = half_to_float(hf); in DecodePixelData()
10209 tinyexr::FP16 hf; in DecodePixelData() local
10212 tinyexr::cpy2(&(hf.u), line_ptr + u); in DecodePixelData()
10214 tinyexr::swap2(reinterpret_cast<unsigned short *>(&hf.u)); in DecodePixelData()
10216 outLine[u] = hf.u; in DecodePixelData()
10234 tinyexr::FP16 hf; in DecodePixelData() local
10238 tinyexr::cpy2(&(hf.u), line_ptr + u); in DecodePixelData()
10240 tinyexr::swap2(reinterpret_cast<unsigned short *>(&hf.u)); in DecodePixelData()
10242 tinyexr::FP32 f32 = half_to_float(hf); in DecodePixelData()