Searched refs:STBIR__NEXT_MEMPTR (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_resize.h | 2371 #define STBIR__NEXT_MEMPTR(current, newtype) (newtype*)(((unsigned char*)current) + current##_size) in stbir__resize_allocated() macro 2374 info->horizontal_coefficients = STBIR__NEXT_MEMPTR(info->horizontal_contributors, float); in stbir__resize_allocated() 2375 …info->vertical_contributors = STBIR__NEXT_MEMPTR(info->horizontal_coefficients, stbir__contributor… in stbir__resize_allocated() 2376 info->vertical_coefficients = STBIR__NEXT_MEMPTR(info->vertical_contributors, float); in stbir__resize_allocated() 2377 info->decode_buffer = STBIR__NEXT_MEMPTR(info->vertical_coefficients, float); in stbir__resize_allocated() 2382 info->ring_buffer = STBIR__NEXT_MEMPTR(info->decode_buffer, float); in stbir__resize_allocated() 2383 info->encode_buffer = STBIR__NEXT_MEMPTR(info->ring_buffer, float); in stbir__resize_allocated() 2385 …STBIR_ASSERT((size_t)STBIR__NEXT_MEMPTR(info->encode_buffer, unsigned char) == (size_t)tempmem + t… in stbir__resize_allocated() 2389 info->horizontal_buffer = STBIR__NEXT_MEMPTR(info->decode_buffer, float); in stbir__resize_allocated() 2390 info->ring_buffer = STBIR__NEXT_MEMPTR(info->horizontal_buffer, float); in stbir__resize_allocated() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image_resize.h | 2371 #define STBIR__NEXT_MEMPTR(current, newtype) (newtype*)(((unsigned char*)current) + current##_size) in stbir__resize_allocated() macro 2374 info->horizontal_coefficients = STBIR__NEXT_MEMPTR(info->horizontal_contributors, float); in stbir__resize_allocated() 2375 …info->vertical_contributors = STBIR__NEXT_MEMPTR(info->horizontal_coefficients, stbir__contributor… in stbir__resize_allocated() 2376 info->vertical_coefficients = STBIR__NEXT_MEMPTR(info->vertical_contributors, float); in stbir__resize_allocated() 2377 info->decode_buffer = STBIR__NEXT_MEMPTR(info->vertical_coefficients, float); in stbir__resize_allocated() 2382 info->ring_buffer = STBIR__NEXT_MEMPTR(info->decode_buffer, float); in stbir__resize_allocated() 2383 info->encode_buffer = STBIR__NEXT_MEMPTR(info->ring_buffer, float); in stbir__resize_allocated() 2385 …STBIR_ASSERT((size_t)STBIR__NEXT_MEMPTR(info->encode_buffer, unsigned char) == (size_t)tempmem + t… in stbir__resize_allocated() 2389 info->horizontal_buffer = STBIR__NEXT_MEMPTR(info->decode_buffer, float); in stbir__resize_allocated() 2390 info->ring_buffer = STBIR__NEXT_MEMPTR(info->horizontal_buffer, float); in stbir__resize_allocated() [all …]
|