Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_qmf_dec.c718 WORD32 common_shift; in ixheaacd_cplx_synt_qmffilt() local
786 common_shift = low_band_scale_factor - 8; in ixheaacd_cplx_synt_qmffilt()
799 common_shift = 0; in ixheaacd_cplx_synt_qmffilt()
898 if (common_shift) in ixheaacd_cplx_synt_qmffilt()
900 common_shift); in ixheaacd_cplx_synt_qmffilt()
Dixheaacd_qmf_dec.h134 WORD32 common_shift);
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c1181 WORD32 common_shift) { in ixheaacd_shiftrountine() argument
1185 if (common_shift < 0) { in ixheaacd_shiftrountine()
1186 WORD32 cshift = -common_shift; in ixheaacd_shiftrountine()
1200 treal = (ixheaacd_shl32_sat(*qmf_real, common_shift)); in ixheaacd_shiftrountine()
1201 timag = (ixheaacd_shl32_sat(*qmf_imag, common_shift)); in ixheaacd_shiftrountine()
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c1449 WORD32 common_shift) { in ixheaacd_shiftrountine() argument
1453 if (common_shift < 0) { in ixheaacd_shiftrountine()
1454 WORD32 cshift = -common_shift; in ixheaacd_shiftrountine()
1468 treal = (ixheaacd_shl32_sat(*qmf_real, common_shift)); in ixheaacd_shiftrountine()
1469 timag = (ixheaacd_shl32_sat(*qmf_imag, common_shift)); in ixheaacd_shiftrountine()