Searched refs:ff_log2_tab (Results 1 – 8 of 8) sorted by relevance
47 extern const uint8_t ff_log2_tab[256];62 n += ff_log2_tab[v]; in ff_log2_c()77 n += ff_log2_tab[v]; in ff_log2_16bit_c()
23 const uint8_t ff_log2_tab[256]={ variable
46 put_bits(pb, 2 + ((ff_log2_tab[len] >> 1) << 2), len); in put_xsub_rle()
159 int log2 = ff_log2_tab[show_bits(&gb, 8)]; in decode_frame()
111 bits = ff_log2_tab[len - 1] + 1; in seq_decode_op1()
185 ps->border_position[e] = (e * numQMFSlots >> ff_log2_tab[ps->num_env]) - 1; in ff_ps_read_data()
883 read = 8 - ff_log2_tab[total]; in ebml_read_num()901 total ^= 1 << ff_log2_tab[total]; in ebml_read_num()
1960 int lower_transport = ff_log2_tab[lower_transport_mask & in ff_rtsp_connect()