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

/external/flac/libFLAC/
H A Dstream_encoder.c3201 unsigned _candidate_bits, _best_bits; local
3238 _candidate_bits = evaluate_constant_subframe_(encoder, integer_signal[0], frame_header->blocksize, subframe_bps, subframe[!_best_subframe]);
3239 if(_candidate_bits < _best_bits) {
3241 _best_bits = _candidate_bits;
3273 _candidate_bits =
3292 if(_candidate_bits < _best_bits) {
3294 _best_bits = _candidate_bits;
3359 _candidate_bits =
3380 if(_candidate_bits > 0) { /* if == 0, there was a problem quantizing the lpcoeffs */
3381 if(_candidate_bits < _best_bit
[all...]

Completed in 49 milliseconds