Searched refs:psubband (Results 1 - 3 of 3) sorted by relevance

/external/libxaac/decoder/generic/
H A Dixheaacd_qmf_dec_generic.c271 WORD32 *psubband, *psubband1; local
278 psubband = &subband[0];
289 re = *psubband++;
309 im = *psubband++;
327 re = *psubband++;
347 im = *psubband++;
386 psubband = &subband[0];
391 *psubband = *psubband >> 1;
392 psubband
1053 WORD32 *psubband, *psubband1; local
[all...]
/external/libxaac/decoder/armv7/
H A Dixheaacd_esbr_cos_sin_mod_loop2.s41 ASR R6, R6, #1 @*psubband = *psubband >> 1;
44 STR R6, [R0], #4 @psubband++;
/external/libxaac/decoder/armv8/
H A Dixheaacd_qmf_dec_armv8.c816 WORD32 *psubband, *psubband1; local
825 psubband = &subband[0];
836 re = *psubband++;
860 im = *psubband++;
882 re = *psubband++;
906 im = *psubband++;
1006 psubband = &subband[0];
1011 *psubband = *psubband >> 1;
1012 psubband
[all...]

Completed in 161 milliseconds