Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/plc/
Dsbc_plc.c114 int bestmatch = 0; in PatternMatch() local
119 bestmatch = n; in PatternMatch()
123 return bestmatch; in PatternMatch()
135 static float AmplitudeMatch(int16_t *y, int16_t bestmatch) { in AmplitudeMatch() argument
143 sumy += absolute(y[bestmatch + i]); in AmplitudeMatch()