Searched refs:disable_fixed_subframes (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.h92 FLAC__bool disable_fixed_subframes; member in struct:__anon834::__anon835
H A Dmain.c281 FLAC__bool disable_fixed_subframes; member in struct:__anon843::__anon844
603 option_values.debug.disable_fixed_subframes = false;
893 option_values.debug.disable_fixed_subframes = true;
1839 common_options.debug.disable_fixed_subframes = option_values.debug.disable_fixed_subframes;
H A Dencode.c2175 FLAC__stream_encoder_disable_fixed_subframes(e->encoder, options.debug.disable_fixed_subframes);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_encoder.c385 FLAC__bool disable_fixed_subframes; member in struct:FLAC__StreamEncoderPrivate
1771 encoder->private_->disable_fixed_subframes = value;
2155 encoder->private_->disable_fixed_subframes = false;
3245 if(!encoder->private_->disable_fixed_subframes || (encoder->protected_->max_lpc_order == 0 && _best_bits == UINT_MAX)) {

Completed in 77 milliseconds