Searched refs:cpy4 (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 7063 static void cpy4(int *dst_val, const int *src_val) { in cpy4() function 7073 static void cpy4(unsigned int *dst_val, const unsigned int *src_val) { in cpy4() function 7083 static void cpy4(float *dst_val, const float *src_val) { in cpy4() function 9420 tinyexr::cpy4(&length, reinterpret_cast<const int *>(ptr)); in DecompressPiz() 9794 tinyexr::cpy4(&val, line_ptr + u); in DecodePixelData() 9822 tinyexr::cpy4(&val, line_ptr + u); in DecodePixelData() 9933 tinyexr::cpy4(&val, line_ptr + u); in DecodePixelData() 9961 tinyexr::cpy4(&val, line_ptr + u); in DecodePixelData() 10067 tinyexr::cpy4(&val, line_ptr + u); in DecodePixelData() 10095 tinyexr::cpy4(&val, line_ptr + u); in DecodePixelData() [all …]
|