Searched refs:best_filter (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_write.h | 1098 int best_filter = 0, best_filter_val = 0x7fffffff, est, i; in stbi_write_png_to_mem() local 1109 best_filter = filter_type; in stbi_write_png_to_mem() 1112 …if (filter_type != best_filter) { // If the last iteration already got us the best filter, don't … in stbi_write_png_to_mem() 1113 …stbiw__encode_png_line((unsigned char*)(pixels), stride_bytes, x, y, j, n, best_filter, line_buffe… in stbi_write_png_to_mem() 1114 filter_type = best_filter; in stbi_write_png_to_mem()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_write.h | 1098 int best_filter = 0, best_filter_val = 0x7fffffff, est, i; in stbi_write_png_to_mem() local 1109 best_filter = filter_type; in stbi_write_png_to_mem() 1112 …if (filter_type != best_filter) { // If the last iteration already got us the best filter, don't … in stbi_write_png_to_mem() 1113 …stbiw__encode_png_line((unsigned char*)(pixels), stride_bytes, x, y, j, n, best_filter, line_buffe… in stbi_write_png_to_mem() 1114 filter_type = best_filter; in stbi_write_png_to_mem()
|