Searched refs:STBI__COMBO (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 1600 #define STBI__COMBO(a,b) ((a)*8+(b)) in stbi__convert_format() macro 1601 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format() 1604 switch (STBI__COMBO(img_n, req_comp)) { in stbi__convert_format() 1649 #define STBI__COMBO(a,b) ((a)*8+(b)) in stbi__convert_format16() macro 1650 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format16() 1653 switch (STBI__COMBO(img_n, req_comp)) { in stbi__convert_format16()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 1600 #define STBI__COMBO(a,b) ((a)*8+(b)) in stbi__convert_format() macro 1601 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format() 1604 switch (STBI__COMBO(img_n, req_comp)) { in stbi__convert_format() 1649 #define STBI__COMBO(a,b) ((a)*8+(b)) in stbi__convert_format16() macro 1650 #define STBI__CASE(a,b) case STBI__COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in stbi__convert_format16() 1653 switch (STBI__COMBO(img_n, req_comp)) { in stbi__convert_format16()
|