Home | History | Annotate | Download | only in src

Lines Matching defs:startB

342       INT startB = -1; /* bitrate entry in table that is the next-lower to
360 startB = peTab[size - 1].bitrate;
363 1; /* Can be an arbitrary value greater than startB and bitrate. */
370 startB = peTab[i].bitrate;
380 if (startB != -1) {
386 /* bit2PE = ((stopPF-startPF)/(stopB-startB))*(bitRate-startB)+startPF;
388 slope = fDivNorm(bitRate - startB, stopB - startB);