Searched refs:stbir__use_upsampling (Results 1 – 2 of 2) sorted by relevance
865 stbir__inline static int stbir__use_upsampling(float ratio) in stbir__use_upsampling() function872 return stbir__use_upsampling(stbir_info->horizontal_scale); in stbir__use_width_upsampling()877 return stbir__use_upsampling(stbir_info->vertical_scale); in stbir__use_height_upsampling()887 if (stbir__use_upsampling(scale)) in stbir__get_filter_pixel_width()902 if (stbir__use_upsampling(scale)) in stbir__get_coefficient_width()910 if (stbir__use_upsampling(scale)) in stbir__get_contributors()1199 if (stbir__use_upsampling(scale_ratio)) in stbir__calculate_filters()2238 …h_filter = stbir__use_upsampling(info->horizontal_scale) ? STBIR_DEFAULT_FILTER_UPSAMPLE : STBIR_D… in stbir__choose_filter()2240 …v_filter = stbir__use_upsampling(info->vertical_scale) ? STBIR_DEFAULT_FILTER_UPSAMPLE : STBIR_D… in stbir__choose_filter()