HomeSort by relevance Sort by last modified time
    Searched full:b_div (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/
ClockEstimator.cpp 94 double b_div = (mXX * mY - mX * mXY); local
96 a_div / div, b_div / div, x, (a_div * x + b_div) / div);
97 return (a_div * x + b_div) / div;

Completed in 87 milliseconds