Searched refs:max_lpc_order (Results 1 – 2 of 2) sorted by relevance
101 unsigned max_lpc_order; member665 if(encoder->protected_->max_lpc_order == 0) in init_stream_internal_()674 if(encoder->protected_->max_lpc_order > FLAC__MAX_LPC_ORDER) in init_stream_internal_()677 if(encoder->protected_->blocksize < encoder->protected_->max_lpc_order) in init_stream_internal_()734 encoder->protected_->max_lpc_order > FLAC__SUBSET_MAX_LPC_ORDER_48000HZ in init_stream_internal_()873 …->bits_per_sample + FLAC__bitmath_ilog2(flac_max(encoder->protected_->max_lpc_order, FLAC__MAX_FIX… in init_stream_internal_()900 if(encoder->protected_->max_lpc_order < 4) in init_stream_internal_()902 else if(encoder->protected_->max_lpc_order < 8) in init_stream_internal_()904 else if(encoder->protected_->max_lpc_order < 12) in init_stream_internal_()906 else if(encoder->protected_->max_lpc_order < 16) in init_stream_internal_()[all …]
101 unsigned max_lpc_order; member