Searched refs:psubband1 (Results 1 - 4 of 4) sorted by relevance

/external/libxaac/decoder/generic/
H A Dixheaacd_qmf_dec_generic.c271 WORD32 *psubband, *psubband1; local
279 psubband1 = &subband[2 * M - 1];
290 im = *psubband1--;
308 re = *psubband1--;
328 im = *psubband1--;
346 re = *psubband1--;
387 psubband1 = &subband[2 * M - 1];
389 re = *psubband1;
393 *psubband1 = ixheaacd_negate32(*psubband >> 1);
394 psubband1
1053 WORD32 *psubband, *psubband1; local
[all...]
/external/libxaac/decoder/armv8/
H A Dixheaacd_qmf_dec_armv8.c816 WORD32 *psubband, *psubband1; local
826 psubband1 = &subband[2 * M - 1];
837 im = *psubband1--;
859 re = *psubband1--;
883 im = *psubband1--;
905 re = *psubband1--;
1007 psubband1 = &subband[2 * M - 1];
1009 re = *psubband1;
1013 *psubband1 = ixheaacd_negate32(*psubband >> 1);
1014 psubband1
[all...]
/external/libxaac/decoder/armv7/
H A Dixheaacd_esbr_cos_sin_mod_loop2.s31 ADD R3, R0, R2, LSL #3 @psubband1 = &subband[2 * M - 1];
49 VLD1.32 {D3[0]}, [R3] @ im = *psubband1;
H A Dixheaacd_esbr_cos_sin_mod_loop1.s31 ADD r4, r0, r1, lsl #3 @psubband1

Completed in 219 milliseconds