Home
last modified time | relevance | path

Searched refs:FLAC__MAX_EXTRA_RESIDUAL_BPS (Results 1 – 2 of 2) sorted by relevance

/external/flac/libFLAC/include/private/
Dstream_encoder.h44 #define FLAC__MAX_EXTRA_RESIDUAL_BPS 4 macro
/external/flac/libFLAC/
Dstream_encoder.c3977 if(FLAC__bitmath_ilog2(default_partition_samples) + bps + FLAC__MAX_EXTRA_RESIDUAL_BPS < 32) { in precompute_partition_info_sums_()