Searched refs:BTM_MSBC_FS (Results 1 – 1 of 1) sorted by relevance
49 #define BTM_MSBC_FS 120 /* Frame Size */ macro54 (BTM_PLC_WL + BTM_MSBC_FS - 1) /* Length of History buffer required */227 int16_t hist[BTM_PLC_HL + BTM_MSBC_FS + BTM_PLC_SBCRL +235 int16_t decoded_buffer[BTM_MSBC_FS]; /* Used for storing the samples from282 for (int i = 0; i < BTM_MSBC_FS; i++) { in amplitude_match()329 amplitude_match(&hist[BTM_PLC_HL - BTM_MSBC_FS], best_match_hist); in handle_bad_frames()333 for (int i = BTM_PLC_OLAL; i < BTM_MSBC_FS; i++) in handle_bad_frames()335 overlap_add(&frame_head[BTM_MSBC_FS], scaler, in handle_bad_frames()336 &best_match_hist[BTM_MSBC_FS], 1.0, in handle_bad_frames()337 &best_match_hist[BTM_MSBC_FS]); in handle_bad_frames()[all …]