Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c1143 WORD16 *ptr_out1, *ptr_out2; in ixheaacd_lap1_512_480() local
1151 ptr_out1 = &out[stride * (size - 1 - 0)]; in ixheaacd_lap1_512_480()
1169 *ptr_out1 = ixheaacd_shr32(accu, 16); in ixheaacd_lap1_512_480()
1170 ptr_out1 -= stride; in ixheaacd_lap1_512_480()
Dixheaacd_aac_imdct.c1799 WORD32 *ptr_out, *ptr_out1; in ixheaacd_post_twiddle_ld() local
1802 ptr_out1 = &out[m - 1]; in ixheaacd_post_twiddle_ld()
1816 *ptr_out1 = ixheaacd_sub32(ixheaacd_mult32(im, c), ixheaacd_mult32(re, s)); in ixheaacd_post_twiddle_ld()
1821 ptr_out1 -= 2; in ixheaacd_post_twiddle_ld()
1826 *ptr_out1 = in ixheaacd_post_twiddle_ld()
1832 ptr_out1 -= 2; in ixheaacd_post_twiddle_ld()
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c75 WORD32 *ptr_reverse, *ptr_forward, *p_out, *ptr_out1; in ixheaacd_dct3_32() local
214 ptr_out1 = input + 18; in ixheaacd_dct3_32()
226 tempre = *ptr_out1++; in ixheaacd_dct3_32()
227 tempim = *ptr_out1++; in ixheaacd_dct3_32()
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c69 WORD32 *ptr_reverse, *ptr_forward, *p_out, *ptr_out1; in ixheaacd_dct3_32() local
206 ptr_out1 = input + 18; in ixheaacd_dct3_32()
218 tempre = *ptr_out1++; in ixheaacd_dct3_32()
219 tempim = *ptr_out1++; in ixheaacd_dct3_32()