Searched refs:out_re1 (Results 1 – 1 of 1) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_qmf_dec.c | 164 WORD32 inp_re, inp_im, out_re, out_im, last_val, out_re1; in ixheaacd_posttwdct2() local 175 out_re1 = (out_re + out_im) >> 1; in ixheaacd_posttwdct2() 176 re1 = ixheaacd_round16(ixheaacd_shl32(out_re1, (5 - 1))); in ixheaacd_posttwdct2() 275 WORD32 inp_re, out_re, out_im, last_val, out_re1; in ixheaacd_posttwdct2_32() local 290 out_re1 = (out_re + out_im) >> 1; in ixheaacd_posttwdct2_32() 291 re1 = ixheaacd_round16(ixheaacd_shl32_sat(out_re1, (5 - 1))); in ixheaacd_posttwdct2_32()
|