Home
last modified time | relevance | path

Searched refs:ff_log2_tab (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavutil/
Dintmath.h47 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()
Dlog2_tab.c23 const uint8_t ff_log2_tab[256]={ variable
/third_party/ffmpeg/libavcodec/
Dxsubenc.c46 put_bits(pb, 2 + ((ff_log2_tab[len] >> 1) << 2), len); in put_xsub_rle()
Dxsubdec.c159 int log2 = ff_log2_tab[show_bits(&gb, 8)]; in decode_frame()
Dtiertexseqv.c111 bits = ff_log2_tab[len - 1] + 1; in seq_decode_op1()
Daacps_common.c185 ps->border_position[e] = (e * numQMFSlots >> ff_log2_tab[ps->num_env]) - 1; in ff_ps_read_data()
/third_party/ffmpeg/libavformat/
Dmatroskadec.c883 read = 8 - ff_log2_tab[total]; in ebml_read_num()
901 total ^= 1 << ff_log2_tab[total]; in ebml_read_num()
Drtsp.c1960 int lower_transport = ff_log2_tab[lower_transport_mask & in ff_rtsp_connect()