Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_resize.h514 stbir_filter horizontal_filter; member
919 * stbir__get_coefficient_width (info->horizontal_filter, info->horizontal_scale); in stbir__get_total_horizontal_coefficients()
2241 info->horizontal_filter = h_filter; in stbir__choose_filter()
2247 …int pixel_margin = stbir__get_filter_pixel_margin(info->horizontal_filter, info->horizontal_scale); in stbir__calculate_memory()
2250 …ontributors = stbir__get_contributors(info->horizontal_scale, info->horizontal_filter, info->input… in stbir__calculate_memory()
2265 STBIR_ASSERT(info->horizontal_filter != 0); in stbir__calculate_memory()
2266 …STBIR_ASSERT(info->horizontal_filter < STBIR__ARRAY_SIZE(stbir__filter_info_table)); // this now h… in stbir__calculate_memory()
2318 STBIR_ASSERT(info->horizontal_filter < STBIR__ARRAY_SIZE(stbir__filter_info_table)); in stbir__resize_allocated()
2321 if (info->horizontal_filter >= STBIR__ARRAY_SIZE(stbir__filter_info_table)) in stbir__resize_allocated()
2361 …info->horizontal_coefficient_width = stbir__get_coefficient_width (info->horizontal_filter, inf… in stbir__resize_allocated()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_resize.h514 stbir_filter horizontal_filter; member
919 * stbir__get_coefficient_width (info->horizontal_filter, info->horizontal_scale); in stbir__get_total_horizontal_coefficients()
2241 info->horizontal_filter = h_filter; in stbir__choose_filter()
2247 …int pixel_margin = stbir__get_filter_pixel_margin(info->horizontal_filter, info->horizontal_scale); in stbir__calculate_memory()
2250 …ontributors = stbir__get_contributors(info->horizontal_scale, info->horizontal_filter, info->input… in stbir__calculate_memory()
2265 STBIR_ASSERT(info->horizontal_filter != 0); in stbir__calculate_memory()
2266 …STBIR_ASSERT(info->horizontal_filter < STBIR__ARRAY_SIZE(stbir__filter_info_table)); // this now h… in stbir__calculate_memory()
2318 STBIR_ASSERT(info->horizontal_filter < STBIR__ARRAY_SIZE(stbir__filter_info_table)); in stbir__resize_allocated()
2321 if (info->horizontal_filter >= STBIR__ARRAY_SIZE(stbir__filter_info_table)) in stbir__resize_allocated()
2361 …info->horizontal_coefficient_width = stbir__get_coefficient_width (info->horizontal_filter, inf… in stbir__resize_allocated()
[all …]