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 = in ixheaacd_posttwdct2() 177 re1 = ixheaacd_round16(ixheaacd_shl32(out_re1, (5 - 1))); in ixheaacd_posttwdct2() 276 WORD32 inp_re, out_re, out_im, last_val, out_re1; in ixheaacd_posttwdct2_32() local 291 out_re1 = in ixheaacd_posttwdct2_32() 293 re1 = ixheaacd_round16(ixheaacd_shl32_sat(out_re1, (5 - 1))); in ixheaacd_posttwdct2_32()
|