Searched refs:thrFactor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c470 Word32 thrFactor; local
478 thrFactor = pow2_xy(L_negate(deltaSfbPe), (normFactor* (*psfbNActiveLines)));
480 sfbThrReduced = L_mpy_ls(sfbThr, round16(thrFactor));
486 thrFactor = pow2_xy(deltaSfbPe, (normFactor * (*psfbNActiveLines)));
489 if(thrFactor > sfbThr) {
490 shift = norm_l(thrFactor);
491 sfbThrReduced = Div_32( sfbThr << shift, thrFactor<<shift );

Completed in 114 milliseconds