Searched refs:ndof (Results 1 – 1 of 1) sorted by relevance
164 int ndof; in compute_pulse_cache() local209 ndof = 2*N-1-(N==2); in compute_pulse_cache()212 num = (N==2?512:487)*(opus_int32)(max_bits+ndof*offset); in compute_pulse_cache()213 den = ((opus_int32)ndof<<9)-(N==2?512:487); in compute_pulse_cache()220 ndof = C*N + ((C==2 && N>2) ? 1 : 0); in compute_pulse_cache()229 num = max_bits+ndof*offset; in compute_pulse_cache()230 den = (ndof-1)<<BITRES; in compute_pulse_cache()