Home
last modified time | relevance | path

Searched refs:ptr_out (Results 1 – 8 of 8) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_lpfuncs.c646 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 …]
Dixheaacd_acelp_mdct.c165 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()
Dixheaacd_main.h208 WORD32 ixheaacd_acelp_mdct(WORD32 *ptr_in, WORD32 *ptr_out, WORD32 *preshift,
Dixheaacd_aac_imdct.c1799 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()
Dixheaacd_huff_code_reorder.c1785 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/
Dunroll.ll55 %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/
Daudio_coding_module_impl.cc364 const AudioFrame** ptr_out) { in PreprocessToAddData() argument
392 *ptr_out = &in_frame; in PreprocessToAddData()
396 *ptr_out = &preprocess_frame_; in PreprocessToAddData()
Daudio_coding_module_impl.h236 const AudioFrame** ptr_out)