Searched refs:ptr_out1 (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_block.c | 1143 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()
|
D | ixheaacd_aac_imdct.c | 1799 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/ |
D | ixheaacd_qmf_dec_armv8.c | 75 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/ |
D | ixheaacd_qmf_dec_generic.c | 69 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()
|