Searched refs:tempmem (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_resize.h | 2291 void* tempmem, size_t tempmem_size_in_bytes) in stbir__resize_allocated() argument 2308 …memcpy(overwrite_tempmem_before_pre, &((unsigned char*)tempmem)[-OVERWRITE_ARRAY_SIZE], OVERWRITE_… in stbir__resize_allocated() 2309 …memcpy(overwrite_tempmem_after_pre, &((unsigned char*)tempmem)[tempmem_size_in_bytes], OVERWRITE_A… in stbir__resize_allocated() 2336 STBIR_ASSERT(tempmem); in stbir__resize_allocated() 2338 if (!tempmem) in stbir__resize_allocated() 2346 memset(tempmem, 0, tempmem_size_in_bytes); in stbir__resize_allocated() 2373 info->horizontal_contributors = (stbir__contributors *) tempmem; in stbir__resize_allocated() 2385 …size_t)STBIR__NEXT_MEMPTR(info->encode_buffer, unsigned char) == (size_t)tempmem + tempmem_size_in… in stbir__resize_allocated() 2393 …((size_t)STBIR__NEXT_MEMPTR(info->ring_buffer, unsigned char) == (size_t)tempmem + tempmem_size_in… in stbir__resize_allocated() 2416 …STBIR_ASSERT(memcmp(overwrite_tempmem_before_pre, &((unsigned char*)tempmem)[-OVERWRITE_ARRAY_SIZE… in stbir__resize_allocated() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image_resize.h | 2291 void* tempmem, size_t tempmem_size_in_bytes) in stbir__resize_allocated() argument 2308 …memcpy(overwrite_tempmem_before_pre, &((unsigned char*)tempmem)[-OVERWRITE_ARRAY_SIZE], OVERWRITE_… in stbir__resize_allocated() 2309 …memcpy(overwrite_tempmem_after_pre, &((unsigned char*)tempmem)[tempmem_size_in_bytes], OVERWRITE_A… in stbir__resize_allocated() 2336 STBIR_ASSERT(tempmem); in stbir__resize_allocated() 2338 if (!tempmem) in stbir__resize_allocated() 2346 memset(tempmem, 0, tempmem_size_in_bytes); in stbir__resize_allocated() 2373 info->horizontal_contributors = (stbir__contributors *) tempmem; in stbir__resize_allocated() 2385 …size_t)STBIR__NEXT_MEMPTR(info->encode_buffer, unsigned char) == (size_t)tempmem + tempmem_size_in… in stbir__resize_allocated() 2393 …((size_t)STBIR__NEXT_MEMPTR(info->ring_buffer, unsigned char) == (size_t)tempmem + tempmem_size_in… in stbir__resize_allocated() 2416 …STBIR_ASSERT(memcmp(overwrite_tempmem_before_pre, &((unsigned char*)tempmem)[-OVERWRITE_ARRAY_SIZE… in stbir__resize_allocated() [all …]
|