Home
last modified time | relevance | path

Searched refs:postShift (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
Dtranscendent.h235 int preShift, postShift, index, shift; in FDK_divide_MantExp() local
276 postShift = CntLeadingZeros(ratio_m) - 1; in FDK_divide_MantExp()
278 *ptrResult_m = FX_DBL2FX_SGL(ratio_m << postShift); in FDK_divide_MantExp()
279 *ptrResult_e = a_e - b_e + 1 + preShift - postShift; in FDK_divide_MantExp()
291 int preShift, postShift, index, shift; in FDK_divide_MantExp() local
332 postShift = CntLeadingZeros(ratio_m) - 1; in FDK_divide_MantExp()
334 *ptrResult_m = ratio_m << postShift; in FDK_divide_MantExp()
335 *ptrResult_e = a_e - b_e + 1 + preShift - postShift; in FDK_divide_MantExp()
Denv_calc.cpp565 int postShift = 32 - fNormz((FIXP_DBL)lowSubband); in apply_inter_tes() local
570 subsample_power_low_sf[i] += (low_sf + preShift) * 2 + postShift + 1; in apply_inter_tes()
577 subsample_power_low[i] += addme >> postShift; in apply_inter_tes()
579 subsample_power_low[i] += addme >> postShift; in apply_inter_tes()
606 int postShift = 32 - fNormz((FIXP_DBL)(highSubband - lowSubband)); in apply_inter_tes() local
607 subsample_power_high_sf[i] += (high_sf + preShift) * 2 + postShift + 1; in apply_inter_tes()
614 subsample_power_high[i] += fPow2Div2(bufferReal[j]) >> postShift; in apply_inter_tes()
615 subsample_power_high[i] += fPow2Div2(bufferImag[j]) >> postShift; in apply_inter_tes()