Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_resize.h870 stbir__inline static int stbir__use_width_upsampling(stbir__info* stbir_info) in stbir__use_width_upsampling() argument
872 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() argument
877 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() argument
1238 …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() argument
1246 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 …]
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_resize.h870 stbir__inline static int stbir__use_width_upsampling(stbir__info* stbir_info) in stbir__use_width_upsampling() argument
872 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() argument
877 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() argument
1238 …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() argument
1246 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 …]