Searched refs:ptr_out (Results 1 – 8 of 8) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_lpfuncs.c | 646 WORD32 *ptr_out, *p_out2; in ixheaacd_eld_dec_windowing() local 652 ptr_out = p_overlap_buffer32; in ixheaacd_eld_dec_windowing() 667 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing() 677 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing() 686 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing() 696 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing() 711 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing() 716 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing() 721 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing() 726 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing() [all …]
|
D | ixheaacd_acelp_mdct.c | 165 WORD32 ixheaacd_acelp_mdct(WORD32 *ptr_in, WORD32 *ptr_out, WORD32 *preshift, in ixheaacd_acelp_mdct() argument 214 ixheaacd_post_twid(ptr_data_r, ptr_data_i, ptr_out, length / 2, in ixheaacd_acelp_mdct()
|
D | ixheaacd_main.h | 208 WORD32 ixheaacd_acelp_mdct(WORD32 *ptr_in, WORD32 *ptr_out, WORD32 *preshift,
|
D | ixheaacd_aac_imdct.c | 1799 WORD32 *ptr_out, *ptr_out1; in ixheaacd_post_twiddle_ld() local 1801 ptr_out = &out[0]; in ixheaacd_post_twiddle_ld() 1818 *ptr_out = -ixheaacd_add32(ixheaacd_mult32(re, c), ixheaacd_mult32(im, s)); in ixheaacd_post_twiddle_ld() 1820 ptr_out += 2; in ixheaacd_post_twiddle_ld() 1828 *ptr_out = in ixheaacd_post_twiddle_ld() 1831 ptr_out += 2; in ixheaacd_post_twiddle_ld()
|
D | ixheaacd_huff_code_reorder.c | 1785 WORD32 *ptr_out; in ixheaacd_hcr_reorder_quantized_spec_coeff() local 1790 ptr_out = ptr_quant_spec_coeff_base + in ixheaacd_hcr_reorder_quantized_spec_coeff() 1795 *ptr_out++ = *ptr_teva++; in ixheaacd_hcr_reorder_quantized_spec_coeff()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | unroll.ll | 55 %ptr_out = getelementptr i32, i32 addrspace(1)* %out, i32 %counter 56 store i32 %val, i32 addrspace(1)* %ptr_out
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module_impl.cc | 364 const AudioFrame** ptr_out) { in PreprocessToAddData() argument 392 *ptr_out = &in_frame; in PreprocessToAddData() 396 *ptr_out = &preprocess_frame_; in PreprocessToAddData()
|
D | audio_coding_module_impl.h | 236 const AudioFrame** ptr_out)
|