Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dstream_encoder.c3419 uint32_t _candidate_bits, _best_bits; in process_subframe_() local
3459_candidate_bits = evaluate_constant_subframe_(encoder, integer_signal[0], frame_header->blocksize,… in process_subframe_()
3460 if(_candidate_bits < _best_bits) { in process_subframe_()
3462 _best_bits = _candidate_bits; in process_subframe_()
3494 _candidate_bits = in process_subframe_()
3513 if(_candidate_bits < _best_bits) { in process_subframe_()
3515 _best_bits = _candidate_bits; in process_subframe_()
3580 _candidate_bits = in process_subframe_()
3601 if(_candidate_bits > 0) { /* if == 0, there was a problem quantizing the lpcoeffs */ in process_subframe_()
3602 if(_candidate_bits < _best_bits) { in process_subframe_()
[all …]