Home
last modified time | relevance | path

Searched refs:LB_TOTAL_DELAY_SAMPLES (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dsettings.h82 #define LB_TOTAL_DELAY_SAMPLES 48 macro
Disac.c397 instUB->ISACencUB_obj.buffer_index = LB_TOTAL_DELAY_SAMPLES; in EncoderInitUb()
409 (MAX_FRAMESAMPLES + LB_TOTAL_DELAY_SAMPLES) * sizeof(float)); in EncoderInitUb()
1516 sizeof(float) * (MAX_FRAMESAMPLES + LB_TOTAL_DELAY_SAMPLES)); in WebRtcIsac_Control()
1523 LB_TOTAL_DELAY_SAMPLES + instISAC->instLB.ISACencLB_obj.buffer_index; in WebRtcIsac_Control()
Dstructs.h368 LB_TOTAL_DELAY_SAMPLES];
Dencode.c800 LB_TOTAL_DELAY_SAMPLES * sizeof(float)); in WebRtcIsac_EncodeUb16()
803 ISACencUB_obj->buffer_index = LB_TOTAL_DELAY_SAMPLES; in WebRtcIsac_EncodeUb16()