Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_integer_sequence.cpp575 static const uint8_t tbits[4] { 2, 2, 1, 2 }; in encode_ise() local
579 (((T >> tshift[j]) & ((1 << tbits[j]) - 1)) << bits); in encode_ise()
581 write_bits(pack, bits + tbits[j], bit_offset, output_data); in encode_ise()
582 bit_offset += bits + tbits[j]; in encode_ise()
634 static const uint8_t tbits[2] { 3, 2 }; in encode_ise() local
638 (((T >> tshift[j]) & ((1 << tbits[j]) - 1)) << bits); in encode_ise()
640 write_bits(pack, bits + tbits[j], bit_offset, output_data); in encode_ise()
641 bit_offset += bits + tbits[j]; in encode_ise()
/third_party/ffmpeg/libavcodec/
Daaccoder_twoloop.h110 int tbits; in search_for_quantizers_twoloop() local
374 tbits = 0; in search_for_quantizers_twoloop()
389 tbits += ff_pns_bits(sce, w, g); in search_for_quantizers_twoloop()
415 tbits += bits; in search_for_quantizers_twoloop()
420 if (tbits > toomanybits) { in search_for_quantizers_twoloop()
424 int maxsf_i = (tbits > 5800) ? SCALE_MAX_POS : maxsf[i]; in search_for_quantizers_twoloop()
432 } else if (tbits < toofewbits) { in search_for_quantizers_twoloop()
445 if (!qstep && tbits > toomanybits && sce->sf_idx[0] < 217 && changed) in search_for_quantizers_twoloop()
450 fflag = tbits < toofewbits; in search_for_quantizers_twoloop()
455 tbits = 0; in search_for_quantizers_twoloop()
[all …]
Daaccoder.c463 int tbits, qstep; in search_for_quantizers_fast() local
469 tbits = 0; in search_for_quantizers_fast()
500 tbits += bits; in search_for_quantizers_fast()
505 if (tbits > destbits) { in search_for_quantizers_fast()
515 if (!qstep && tbits > destbits*1.02 && sce->sf_idx[0] < 217) in search_for_quantizers_fast()
/third_party/lame/libmp3lame/
Dquantize_pvt.c433 int extra_bits = 0, tbits, bits; in on_pe() local
439 ResvMaxBits(gfc, mean_bits, &tbits, &extra_bits, cbr); in on_pe()
440 max_bits = tbits + extra_bits; in on_pe()
448 targ_bits[ch] = Min(MAX_BITS_PER_CHANNEL, tbits / cfg->channels_out); in on_pe()
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
Dcurve448.c611 unsigned int tbits) in prepare_wnaf_table() argument
619 if (tbits == 0) in prepare_wnaf_table()
628 for (i = 2; i < 1 << tbits; i++) { in prepare_wnaf_table()
/third_party/openssl/crypto/ec/curve448/
Dcurve448.c611 unsigned int tbits) in prepare_wnaf_table() argument
619 if (tbits == 0) in prepare_wnaf_table()
628 for (i = 2; i < 1 << tbits; i++) { in prepare_wnaf_table()