Lines Matching defs:bits
1336 FLAC__double bits, best_bits, error_scale;1347 bits = FLAC__lpc_compute_expected_bits_per_residual_sample_with_error_scale(lpc_error[indx], error_scale) * (FLAC__double)(total_samples - order) + (FLAC__double)(order * overhead_bits_per_order);1348 if(bits < best_bits) {1350 best_bits = bits;