Searched refs:GET_10_PERCENT (Results 1 – 1 of 1) sorted by relevance
24 #define GET_10_PERCENT(x) ( ((x)>>3)-((x)>>6) ) // 1/8 - 1/64 = 0.109 macro138 …if (diffByterate < GET_10_PERCENT(iClipByterate) || // OSCL_ABS(aInstantByterate-iClipByterate)/iC… in isPlaybackRateCloseToClipBitrate()