Searched refs:cpy2 (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 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() [all …]
|