Home
last modified time | relevance | path

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

/third_party/lame/libmp3lame/
Dbitstream.c382 if (gi->table_select[0] == 14) in encodeSideInfo2()
383 gi->table_select[0] = 16; in encodeSideInfo2()
384 writeheader(gfc, gi->table_select[0], 5); in encodeSideInfo2()
385 if (gi->table_select[1] == 14) in encodeSideInfo2()
386 gi->table_select[1] = 16; in encodeSideInfo2()
387 writeheader(gfc, gi->table_select[1], 5); in encodeSideInfo2()
395 if (gi->table_select[0] == 14) in encodeSideInfo2()
396 gi->table_select[0] = 16; in encodeSideInfo2()
397 writeheader(gfc, gi->table_select[0], 5); in encodeSideInfo2()
398 if (gi->table_select[1] == 14) in encodeSideInfo2()
[all …]
Dtakehiro.c719 gi->table_select[2] = gfc->choose_table(ix + a2, ix + i, &bits); in noquant_count_bits()
744 gi->table_select[0] = gfc->choose_table(ix, ix + a1, &bits); in noquant_count_bits()
746 gi->table_select[1] = gfc->choose_table(ix + a1, ix + a2, &bits); in noquant_count_bits()
875 gi->table_select[0] = r0_tbl[r2 - 2]; in recalc_divide_sub()
876 gi->table_select[1] = r1_tbl[r2 - 2]; in recalc_divide_sub()
877 gi->table_select[2] = r2t; in recalc_divide_sub()
949 cod_info2.table_select[0] = in best_huffman_divide()
952 cod_info2.table_select[1] = in best_huffman_divide()
Dl3side.h60 int table_select[3]; member
Dquantize.c239 cod_info->table_select[0] = 0; in init_outer_loop()
240 cod_info->table_select[1] = 0; in init_outer_loop()
241 cod_info->table_select[2] = 0; in init_outer_loop()
/third_party/lame/mpglib/
Dlayer3.c411 gr_infos->table_select[0] = getbits_fast(mp, 5); in III_get_side_info_1()
412 gr_infos->table_select[1] = getbits_fast(mp, 5); in III_get_side_info_1()
419 gr_infos->table_select[2] = 0; in III_get_side_info_1()
439 gr_infos->table_select[i] = getbits_fast(mp, 5); in III_get_side_info_1()
505 gr_infos->table_select[0] = getbits_fast(mp, 5); in III_get_side_info_2()
506 gr_infos->table_select[1] = getbits_fast(mp, 5); in III_get_side_info_2()
511 gr_infos->table_select[2] = 0; in III_get_side_info_2()
541 gr_infos->table_select[i] = getbits_fast(mp, 5); in III_get_side_info_2()
812 struct newhuff const *h = (struct newhuff const *) (ht + gr_infos->table_select[i]); in III_dequantize_sample()
1002 struct newhuff const *h = (struct newhuff const *) (ht + gr_infos->table_select[i]); in III_dequantize_sample()
Dmpg123.h129 unsigned table_select[3]; member
/third_party/ffmpeg/libavcodec/
Dmpegaudiodec_template.c65 int table_select[3]; member
768 k = g->table_select[i]; in huffman_decode()
1266 g->table_select[i] = get_bits(&s->gb, 5); in mp_decode_layer3()
1275 g->table_select[i] = get_bits(&s->gb, 5); in mp_decode_layer3()
/third_party/node/deps/openssl/openssl/crypto/ec/
Dcurve25519.c4208 static void table_select(ge_precomp *t, int pos, signed char b) in table_select() function
4266 table_select(&t, i / 2, e[i]); in ge_scalarmult_base()
4281 table_select(&t, i / 2, e[i]); in ge_scalarmult_base()
/third_party/openssl/crypto/ec/
Dcurve25519.c4208 static void table_select(ge_precomp *t, int pos, signed char b) in table_select() function
4266 table_select(&t, i / 2, e[i]); in ge_scalarmult_base()
4281 table_select(&t, i / 2, e[i]); in ge_scalarmult_base()
/third_party/openssl/ohos_lite/crypto/ec/
Dcurve25519.c4198 static void table_select(ge_precomp *t, int pos, signed char b) in table_select() function
4256 table_select(&t, i / 2, e[i]); in ge_scalarmult_base()
4271 table_select(&t, i / 2, e[i]); in ge_scalarmult_base()