Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-map.cc229 unsigned int bits_needed; in compile() local
233 bits_needed = 0; in compile()
236 bits_needed = hb_min (HB_OT_MAP_MAX_BITS, hb_bit_storage (info->max_value)); in compile()
238 if (!info->max_value || next_bit + bits_needed >= global_bit_shift) in compile()
286 map->mask = (1u << (next_bit + bits_needed)) - (1u << next_bit); in compile()
287 next_bit += bits_needed; in compile()
/third_party/ffmpeg/libavcodec/
Dalsdec.c378 int bits_needed = avctx->ch_layout.nb_channels * chan_pos_bits + 7; in read_specific_config() local
379 if (get_bits_left(&gb) < bits_needed) in read_specific_config()