Home | History | Annotate | Download | only in src

Lines Matching refs:sc

491   INT q_res, encBitrate, sc;
494 sc = CountLeadingBits(encBitrate);
495 config->maxAncBytesPerAU = FDKmin( (256), FDKmax(0,(INT)(fMultDiv2(tmp, (FIXP_DBL)(encBitrate<<sc))>>(-q_res+sc-1+3))) );