Home
last modified time | relevance | path

Searched refs:tbits (Results 1 – 5 of 5) 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.c464 int tbits, qstep; in search_for_quantizers_fast() local
470 tbits = 0; in search_for_quantizers_fast()
501 tbits += bits; in search_for_quantizers_fast()
506 if (tbits > destbits) { in search_for_quantizers_fast()
516 if (!qstep && tbits > destbits*1.02 && sce->sf_idx[0] < 217) in search_for_quantizers_fast()
/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()