Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h594 #define stbi_lrot(x,y) _lrotl(x,y) macro
596 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1973 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
1986 k = stbi_lrot(j->code_buffer, n); in stbi__jpeg_get_bits()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h594 #define stbi_lrot(x,y) _lrotl(x,y) macro
596 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1973 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
1986 k = stbi_lrot(j->code_buffer, n); in stbi__jpeg_get_bits()