Searched refs:stbi__vertical_flip (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 | 1082 static void stbi__vertical_flip(void *image, int w, int h, int bytes_per_pixel) in stbi__vertical_flip() function 1114 stbi__vertical_flip(bytes, w, h, bytes_per_pixel); in stbi__vertical_flip_slices() 1138 stbi__vertical_flip(result, *x, *y, channels * sizeof(stbi_uc)); in stbi__load_and_postprocess_8bit() 1163 stbi__vertical_flip(result, *x, *y, channels * sizeof(stbi__uint16)); in stbi__load_and_postprocess_16bit() 1174 stbi__vertical_flip(result, *x, *y, channels * sizeof(float)); in stbi__float_postprocess()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 1082 static void stbi__vertical_flip(void *image, int w, int h, int bytes_per_pixel) in stbi__vertical_flip() function 1114 stbi__vertical_flip(bytes, w, h, bytes_per_pixel); in stbi__vertical_flip_slices() 1138 stbi__vertical_flip(result, *x, *y, channels * sizeof(stbi_uc)); in stbi__load_and_postprocess_8bit() 1163 stbi__vertical_flip(result, *x, *y, channels * sizeof(stbi__uint16)); in stbi__load_and_postprocess_16bit() 1174 stbi__vertical_flip(result, *x, *y, channels * sizeof(float)); in stbi__float_postprocess()
|