Home
last modified time | relevance | path

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

/external/aac/libSACenc/src/
Dsacenc_dmx_tdom_enh.cpp195 static FIXP_DBL fixpAdd(const FIXP_DBL src1_m, const INT src1_e, in fixpAdd() argument
204 *dst_e = src1_e; in fixpAdd()
207 *dst_e = fixMax(src1_e, src2_e) + 1; in fixpAdd()
209 scaleValue(src1_m, fixMax((src1_e - (*dst_e)), -(DFRACT_BITS - 1))) + in fixpAdd()