Searched refs:STBIR_MAX_CHANNELS (Results 1 – 2 of 2) sorted by relevance
439 #ifndef STBIR_MAX_CHANNELS440 #define STBIR_MAX_CHANNELS 64 macro443 #if STBIR_MAX_CHANNELS > 655361697 stbir_uint16 nonalpha[STBIR_MAX_CHANNELS]; in stbir__encode_scanline()2313 STBIR_ASSERT(info->channels <= STBIR_MAX_CHANNELS); in stbir__resize_allocated()2315 if (info->channels < 0 || info->channels > STBIR_MAX_CHANNELS) in stbir__resize_allocated()