Searched refs:abs_sum_of_qlp_coeff (Results 1 – 1 of 1) sorted by relevance
948 FLAC__int32 abs_sum_of_qlp_coeff = 0; in FLAC__lpc_max_prediction_before_shift_bps() local951 abs_sum_of_qlp_coeff += abs(qlp_coeff[i]); in FLAC__lpc_max_prediction_before_shift_bps()952 if(abs_sum_of_qlp_coeff == 0) in FLAC__lpc_max_prediction_before_shift_bps()953 abs_sum_of_qlp_coeff = 1; in FLAC__lpc_max_prediction_before_shift_bps()954 return subframe_bps + FLAC__bitmath_silog2(abs_sum_of_qlp_coeff); in FLAC__lpc_max_prediction_before_shift_bps()