Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_lpfuncs.c643 WORD32 *ptr_out, *p_out2; in ixheaacd_eld_dec_windowing() local
649 ptr_out = p_overlap_buffer32; in ixheaacd_eld_dec_windowing()
664 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing()
674 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing()
683 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing()
693 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing()
708 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing()
713 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing()
718 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing()
723 ixheaacd_add32_sat(ixheaacd_shl32(win_op, q_shift), *ptr_out++); in ixheaacd_eld_dec_windowing()
[all …]
Dixheaacd_acelp_mdct.c164 WORD32 ixheaacd_acelp_mdct(WORD32 *ptr_in, WORD32 *ptr_out, WORD32 *preshift, in ixheaacd_acelp_mdct() argument
213 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/rust/crates/byteorder/src/
Dlib.rs1983 let ptr_out = out.as_mut_ptr(); in read_uint() localVariable
1986 buf.as_ptr(), ptr_out.offset((8 - nbytes) as isize), nbytes); in read_uint()
1987 (*(ptr_out as *const u64)).to_be() in read_uint()
1996 let ptr_out = out.as_mut_ptr(); in read_uint128() localVariable
1999 buf.as_ptr(), ptr_out.offset((16 - nbytes) as isize), nbytes); in read_uint128()
2000 (*(ptr_out as *const u128)).to_be() in read_uint128()
2198 let ptr_out = out.as_mut_ptr(); in read_uint() localVariable
2200 copy_nonoverlapping(buf.as_ptr(), ptr_out, nbytes); in read_uint()
2201 (*(ptr_out as *const u64)).to_le() in read_uint()
2210 let ptr_out = out.as_mut_ptr(); in read_uint128() localVariable
[all …]
/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)