Home
last modified time | relevance | path

Searched refs:OVERWRITE_ARRAY_SIZE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_resize.h2299 #define OVERWRITE_ARRAY_SIZE 8 in stbir__resize_allocated() macro
2300 unsigned char overwrite_output_before_pre[OVERWRITE_ARRAY_SIZE]; in stbir__resize_allocated()
2301 unsigned char overwrite_tempmem_before_pre[OVERWRITE_ARRAY_SIZE]; in stbir__resize_allocated()
2302 unsigned char overwrite_output_after_pre[OVERWRITE_ARRAY_SIZE]; in stbir__resize_allocated()
2303 unsigned char overwrite_tempmem_after_pre[OVERWRITE_ARRAY_SIZE]; in stbir__resize_allocated()
2306 …ite_output_before_pre, &((unsigned char*)output_data)[-OVERWRITE_ARRAY_SIZE], OVERWRITE_ARRAY_SIZE in stbir__resize_allocated()
2307 …overwrite_output_after_pre, &((unsigned char*)output_data)[begin_forbidden], OVERWRITE_ARRAY_SIZE); in stbir__resize_allocated()
2308 …rwrite_tempmem_before_pre, &((unsigned char*)tempmem)[-OVERWRITE_ARRAY_SIZE], OVERWRITE_ARRAY_SIZE in stbir__resize_allocated()
2309 …rwrite_tempmem_after_pre, &((unsigned char*)tempmem)[tempmem_size_in_bytes], OVERWRITE_ARRAY_SIZE); in stbir__resize_allocated()
2414 …ite_output_before_pre, &((unsigned char*)output_data)[-OVERWRITE_ARRAY_SIZE], OVERWRITE_ARRAY_SIZE in stbir__resize_allocated()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_resize.h2299 #define OVERWRITE_ARRAY_SIZE 8 in stbir__resize_allocated() macro
2300 unsigned char overwrite_output_before_pre[OVERWRITE_ARRAY_SIZE]; in stbir__resize_allocated()
2301 unsigned char overwrite_tempmem_before_pre[OVERWRITE_ARRAY_SIZE]; in stbir__resize_allocated()
2302 unsigned char overwrite_output_after_pre[OVERWRITE_ARRAY_SIZE]; in stbir__resize_allocated()
2303 unsigned char overwrite_tempmem_after_pre[OVERWRITE_ARRAY_SIZE]; in stbir__resize_allocated()
2306 …ite_output_before_pre, &((unsigned char*)output_data)[-OVERWRITE_ARRAY_SIZE], OVERWRITE_ARRAY_SIZE in stbir__resize_allocated()
2307 …overwrite_output_after_pre, &((unsigned char*)output_data)[begin_forbidden], OVERWRITE_ARRAY_SIZE); in stbir__resize_allocated()
2308 …rwrite_tempmem_before_pre, &((unsigned char*)tempmem)[-OVERWRITE_ARRAY_SIZE], OVERWRITE_ARRAY_SIZE in stbir__resize_allocated()
2309 …rwrite_tempmem_after_pre, &((unsigned char*)tempmem)[tempmem_size_in_bytes], OVERWRITE_ARRAY_SIZE); in stbir__resize_allocated()
2414 …ite_output_before_pre, &((unsigned char*)output_data)[-OVERWRITE_ARRAY_SIZE], OVERWRITE_ARRAY_SIZE in stbir__resize_allocated()
[all …]