Searched refs:FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS (Results 1 – 3 of 3) sorted by relevance
111 static dither_state dither[FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS]; in FLAC__plugin_common__pack_pcm_signed_big_endian()119 FLAC__ASSERT(channels > 0 && channels <= FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS); in FLAC__plugin_common__pack_pcm_signed_big_endian()192 static dither_state dither[FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS]; in FLAC__plugin_common__pack_pcm_signed_little_endian()200 FLAC__ASSERT(channels > 0 && channels <= FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS); in FLAC__plugin_common__pack_pcm_signed_little_endian()
23 #define FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS 2 macro
131 …_BUFFER_SIZE ((FLAC__MAX_BLOCK_SIZE + SAMPLES_PER_WRITE) * FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS * (…