Searched refs:stbir_info (Results 1 – 2 of 2) sorted by relevance
870 stbir__inline static int stbir__use_width_upsampling(stbir__info* stbir_info) in stbir__use_width_upsampling() argument872 return stbir__use_upsampling(stbir_info->horizontal_scale); in stbir__use_width_upsampling()875 stbir__inline static int stbir__use_height_upsampling(stbir__info* stbir_info) in stbir__use_height_upsampling() argument877 return stbir__use_upsampling(stbir_info->vertical_scale); in stbir__use_height_upsampling()1234 static float* stbir__get_decode_buffer(stbir__info* stbir_info) in stbir__get_decode_buffer() argument1238 …return &stbir_info->decode_buffer[stbir_info->horizontal_filter_pixel_margin * stbir_info->channel… in stbir__get_decode_buffer()1243 static void stbir__decode_scanline(stbir__info* stbir_info, int n) in stbir__decode_scanline() argument1246 int channels = stbir_info->channels; in stbir__decode_scanline()1247 int alpha_channel = stbir_info->alpha_channel; in stbir__decode_scanline()1248 int type = stbir_info->type; in stbir__decode_scanline()[all …]