Definition at line 3186 of file stb_vorbis.cpp.hpp.
3187{
3189
3190
3191
3192
3193
3194
3195
3196
3197
3201 if (w == nullptr) return 0;
3203 for (j=0; j < n; ++j)
3207 }
3208 }
3209
3211
3212
3214
3215
3216
3217
3218
3219
3220
3222 for (j=0; right+j < len; ++j)
3224
3225 if (!prev)
3226
3227
3228
3229 return 0;
3230
3231
3232 if (len < right) right = len;
3233
3235
3236 return right - left;
3237}
static float * get_window(vorb *f, int32_t len) FL_NOEXCEPT
float * previous_window[FL_STB_VORBIS_MAX_CHANNELS]
float * channel_buffers[FL_STB_VORBIS_MAX_CHANNELS]
References FL_NOEXCEPT, and get_window().
Referenced by stb_vorbis_decode_frame_pushdata(), stb_vorbis_get_frame_float(), and vorbis_pump_first_frame().