Searched refs:icb (Results 1 – 1 of 1) sorted by relevance
353 for (int icb = 0; icb < 32; icb++) { in resolve_codebooks() local354 const float *lfcb = lc3_sns_lfcb[icb]; in resolve_codebooks()355 const float *hfcb = lc3_sns_hfcb[icb]; in resolve_codebooks()363 if (icb == 0 || dlfcb < dlfcb_max) in resolve_codebooks()364 *lfcb_idx = icb, dlfcb_max = dlfcb; in resolve_codebooks()366 if (icb == 0 || dhfcb < dhfcb_max) in resolve_codebooks()367 *hfcb_idx = icb, dhfcb_max = dhfcb; in resolve_codebooks()