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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 911 if (State->PrevExceed) {
919 State->PrevExceed = 1;
922 State->PrevExceed = 0;
928 if (State->PrevExceed) {
    [all...]
structs.h 256 int16_t PrevExceed;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 872 if (State->PrevExceed) {
881 State->PrevExceed = 1;
886 State->PrevExceed = 0;
894 if (State->PrevExceed)
945 State->PrevExceed = 0; /* boolean */
structs.h 235 int PrevExceed;

Completed in 58 milliseconds