Searched refs:FLAC_MAX_CHANNELS (Results 1 – 5 of 5) sorted by relevance
70 if (fi->ch_mode < FLAC_MAX_CHANNELS) { in ff_flac_decode_frame_header()73 } else if (fi->ch_mode < FLAC_MAX_CHANNELS + FLAC_CHMODE_MID_SIDE) { in ff_flac_decode_frame_header()75 fi->ch_mode -= FLAC_MAX_CHANNELS - 1; in ff_flac_decode_frame_header()
35 #define FLAC_MAX_CHANNELS 8 macro
63 int32_t *decoded[FLAC_MAX_CHANNELS]; ///< decoded samples574 FLAC_MAX_CHANNELS, 32); in flac_decode_frame()
95 FlacSubframe subframes[FLAC_MAX_CHANNELS];262 if (channels < 1 || channels > FLAC_MAX_CHANNELS) { in flac_encode_init()264 channels, FLAC_MAX_CHANNELS); in flac_encode_init()1219 put_bits(&s->pb, 4, frame->ch_mode + FLAC_MAX_CHANNELS - 1); in write_frame_header()
222 if ((p->buf[3] & 0xF0) >= FLAC_MAX_CHANNELS + FLAC_CHMODE_MID_SIDE << 4) in raw_flac_probe()