HomeSort by relevance Sort by last modified time
    Searched refs:LB_TOTAL_DELAY_SAMPLES (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h 82 #define LB_TOTAL_DELAY_SAMPLES 48
structs.h 368 LB_TOTAL_DELAY_SAMPLES];
isac.c 397 instUB->ISACencUB_obj.buffer_index = LB_TOTAL_DELAY_SAMPLES;
409 (MAX_FRAMESAMPLES + LB_TOTAL_DELAY_SAMPLES) * sizeof(float));
    [all...]
encode.c 800 LB_TOTAL_DELAY_SAMPLES * sizeof(float));
803 ISACencUB_obj->buffer_index = LB_TOTAL_DELAY_SAMPLES;
    [all...]

Completed in 516 milliseconds