Searched refs:signal_out (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | decode.c | 39 float* signal_out, ISACLBDecStruct* ISACdecLB_obj, in WebRtcIsac_DecodeLb() argument 171 signal_out + frame_nb * FRAMESAMPLES, in WebRtcIsac_DecodeLb() 186 float* signal_out, ISACUBDecStruct* ISACdecUB_obj, in WebRtcIsac_DecodeUb16() argument 231 &percepFilterParam[(UB_LPC_ORDER + 1)], signal_out); in WebRtcIsac_DecodeUb16() 237 &signal_out[FRAMESAMPLES_HALF]); in WebRtcIsac_DecodeUb16() 252 float* signal_out, ISACUBDecStruct* ISACdecUB_obj, in WebRtcIsac_DecodeUb12() argument 301 WebRtcIsac_FilterAndCombineFloat(HP_dec_float, LP_dec_float, signal_out, in WebRtcIsac_DecodeUb12()
|
D | codec.h | 35 float* signal_out, 40 int WebRtcIsac_DecodeRcuLb(float* signal_out, ISACLBDecStruct* ISACdec_obj, 101 float* signal_out, 121 float* signal_out,
|
/external/webrtc/webrtc/common_audio/vad/ |
D | vad_sp.c | 28 int16_t* signal_out, in WebRtcVad_Downsampling() argument 43 *signal_out = tmp16_1; in WebRtcVad_Downsampling() 49 *signal_out++ += tmp16_2; in WebRtcVad_Downsampling()
|
D | vad_sp.h | 34 int16_t* signal_out,
|
/external/libxaac/decoder/ |
D | ixheaacd_func_def.h | 47 VOID ixheaacd_acelp_update(ia_usac_data_struct *usac_data, FLOAT32 signal_out[],
|
D | ixheaacd_lpc.c | 648 float signal_out[LEN_SUPERFRAME]; in ixheaacd_lpd_bpf_fix() local 708 err = ixheaacd_bass_post_filter(synth, pitch, pitch_gain, signal_out, in ixheaacd_lpd_bpf_fix() 714 ixheaacd_mem_cpy(signal_out, out_buffer, in ixheaacd_lpd_bpf_fix()
|