Searched refs:max_lpc_order (Results 1 – 2 of 2) sorted by relevance
123 unsigned max_lpc_order; member680 if(encoder->protected_->max_lpc_order == 0) in init_stream_internal_()689 if(encoder->protected_->max_lpc_order > FLAC__MAX_LPC_ORDER) in init_stream_internal_()692 if(encoder->protected_->blocksize < encoder->protected_->max_lpc_order) in init_stream_internal_()762 encoder->protected_->max_lpc_order > FLAC__SUBSET_MAX_LPC_ORDER_48000HZ in init_stream_internal_()901 …cted_->bits_per_sample + FLAC__bitmath_ilog2(max(encoder->protected_->max_lpc_order, FLAC__MAX_FIX… in init_stream_internal_()926 if(encoder->protected_->max_lpc_order < 4) in init_stream_internal_()928 else if(encoder->protected_->max_lpc_order < 8) in init_stream_internal_()930 else if(encoder->protected_->max_lpc_order < 12) in init_stream_internal_()1492 …stream_encoder_set_max_lpc_order (encoder, compression_levels_[value].max_lpc_order); in FLAC__stream_encoder_set_compression_level()[all …]
93 unsigned max_lpc_order; member