Searched refs:postShift (Results 1 – 4 of 4) sorted by relevance
/external/aac/libSBRdec/src/ |
D | transcendent.h | 235 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()
|
D | env_calc.cpp | 568 int postShift = 32 - fNormz((FIXP_DBL)lowSubband); in apply_inter_tes() local 573 subsample_power_low_sf[i] += (low_sf + preShift) * 2 + postShift + 1; in apply_inter_tes() 580 subsample_power_low[i] += addme >> postShift; in apply_inter_tes() 582 subsample_power_low[i] += addme >> postShift; in apply_inter_tes() 609 int postShift = 32 - fNormz((FIXP_DBL)(highSubband - lowSubband)); in apply_inter_tes() local 610 subsample_power_high_sf[i] += (high_sf + preShift) * 2 + postShift + 1; in apply_inter_tes() 617 subsample_power_high[i] += fPow2Div2(bufferReal[j]) >> postShift; in apply_inter_tes() 618 subsample_power_high[i] += fPow2Div2(bufferImag[j]) >> postShift; in apply_inter_tes()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/ |
D | arm_math.h | 1225 int8_t postShift; /**< Additional shift, in bits, applied to each output sample. */ member 1236 uint8_t postShift; /**< Additional shift, in bits, applied to each output sample. */ member 1277 int8_t postShift); 1335 int8_t postShift); 3573 uint8_t postShift; /**< additional shift, in bits, applied to each output sample. */ member 3602 uint8_t postShift); 4022 uint32_t postShift; /**< bit shift applied to coefficients. */ member 4043 uint32_t postShift); 4073 uint32_t postShift; /**< bit shift applied to coefficients. */ member 4112 uint32_t postShift); [all …]
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/ |
D | arm_math.h | 1225 int8_t postShift; /**< Additional shift, in bits, applied to each output sample. */ member 1236 uint8_t postShift; /**< Additional shift, in bits, applied to each output sample. */ member 1277 int8_t postShift); 1335 int8_t postShift); 3573 uint8_t postShift; /**< additional shift, in bits, applied to each output sample. */ member 3602 uint8_t postShift); 4022 uint32_t postShift; /**< bit shift applied to coefficients. */ member 4043 uint32_t postShift); 4073 uint32_t postShift; /**< bit shift applied to coefficients. */ member 4112 uint32_t postShift); [all …]
|