Lines Matching refs:cpy2
7033 static void cpy2(unsigned short *dst_val, const unsigned short *src_val) { in cpy2() function
9394 tinyexr::cpy2(&minNonZero, reinterpret_cast<const unsigned short *>(ptr)); in DecompressPiz()
9396 tinyexr::cpy2(&maxNonZero, reinterpret_cast<const unsigned short *>(ptr + 2)); in DecompressPiz()
9747 tinyexr::cpy2(&(hf.u), line_ptr + u); in DecodePixelData()
9885 tinyexr::cpy2(&(hf.u), line_ptr + u); in DecodePixelData()
10022 tinyexr::cpy2(&(hf.u), line_ptr + u); in DecodePixelData()
10212 tinyexr::cpy2(&(hf.u), line_ptr + u); in DecodePixelData()
10238 tinyexr::cpy2(&(hf.u), line_ptr + u); in DecodePixelData()
12279 tinyexr::cpy2(line_ptr + x, &val); in SaveEXRImageToMemory()
12306 tinyexr::cpy2(line_ptr + x, &(h16.u)); in SaveEXRImageToMemory()
12919 tinyexr::cpy2(&(f16.u), src_ptr);