Home
last modified time | relevance | path

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

/third_party/lame/libmp3lame/
Dtakehiro.c1348 int scfb_anz = 0, bv_index; in huffman_init() local
1351 bv_index = subdv_table[scfb_anz].region0_count; in huffman_init()
1352 while (gfc->scalefac_band.l[bv_index + 1] > i) in huffman_init()
1353 bv_index--; in huffman_init()
1355 if (bv_index < 0) { in huffman_init()
1360 bv_index = subdv_table[scfb_anz].region0_count; in huffman_init()
1363 gfc->sv_qnt.bv_scf[i - 2] = bv_index; in huffman_init()
1365 bv_index = subdv_table[scfb_anz].region1_count; in huffman_init()
1366 while (gfc->scalefac_band.l[bv_index + gfc->sv_qnt.bv_scf[i - 2] + 2] > i) in huffman_init()
1367 bv_index--; in huffman_init()
[all …]