Searched refs:max_lpc_order (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_streams.sh140 max_lpc_order=32
142 max_lpc_order=16
149 test_file test01 1 16 "-0 -l $max_lpc_order --lax -m -e -p"
150 test_file test02 2 16 "-0 -l $max_lpc_order --lax -m -e -p"
151 test_file test03 1 16 "-0 -l $max_lpc_order --lax -m -e -p"
152 test_file test04 2 16 "-0 -l $max_lpc_order --lax -m -e -p"
157 test_file fsd$bps-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e -p"
163 test_file wbps16-$b 1 16 "-0 -l $max_lpc_order --lax -m -e -p"
169 test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=48000"
172 test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/protected/
H A Dstream_encoder.h93 unsigned max_lpc_order; member in struct:FLAC__StreamEncoderProtected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_encoder.c123 unsigned max_lpc_order; member in struct:CompressionLevels
680 if(encoder->protected_->max_lpc_order == 0)
689 if(encoder->protected_->max_lpc_order > FLAC__MAX_LPC_ORDER)
692 if(encoder->protected_->blocksize < encoder->protected_->max_lpc_order)
762 encoder->protected_->max_lpc_order > FLAC__SUBSET_MAX_LPC_ORDER_48000HZ
901 encoder->private_->use_wide_by_order = (encoder->protected_->bits_per_sample + FLAC__bitmath_ilog2(max(encoder->protected_->max_lpc_order, FLAC__MAX_FIXED_ORDER))+1 > 30); /*@@@ need to use this? */
926 if(encoder->protected_->max_lpc_order < 4)
928 else if(encoder->protected_->max_lpc_order < 8)
930 else if(encoder->protected_->max_lpc_order < 12)
1492 ok &= FLAC__stream_encoder_set_max_lpc_order (encoder, compression_levels_[value].max_lpc_order);
3196 unsigned min_lpc_order, max_lpc_order, lpc_order; local
[all...]

Completed in 106 milliseconds