Home | History | Annotate | Download | only in src

Lines Matching refs:q_res

491   INT q_res, encBitrate, sc;
492 FIXP_DBL tmp = fDivNorm(config->framelength, config->sampleRate, &q_res);
495 config->maxAncBytesPerAU = FDKmin( (256), FDKmax(0,(INT)(fMultDiv2(tmp, (FIXP_DBL)(encBitrate<<sc))>>(-q_res+sc-1+3))) );