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

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
settings.h 82 #define LB_TOTAL_DELAY_SAMPLES 48
structs.h 366 LB_TOTAL_DELAY_SAMPLES];
isac.c 386 instUB->ISACencUB_obj.buffer_index = LB_TOTAL_DELAY_SAMPLES;
398 (MAX_FRAMESAMPLES + LB_TOTAL_DELAY_SAMPLES) * sizeof(float));
    [all...]
encode.c 796 LB_TOTAL_DELAY_SAMPLES * sizeof(float));
799 ISACencUB_obj->buffer_index = LB_TOTAL_DELAY_SAMPLES;
    [all...]

Completed in 332 milliseconds